@charset "UTF-8";
/* デフォルト */
/* レスポンシブ設定 */
@media screen and (min-width: 321px) {
  .ssp {
    display: none;
  }
}
@media screen and (min-width: 541px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nb {
    display: none;
  }
}
.container {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width:540px) {
  .container {
    max-width: 330px;
  }
}

.sub-container {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width:540px) {
  .sub-container {
    max-width: 330px;
  }
}

p span.subtitle {
  font-size: 36px;
  background: linear-gradient(to right, #EED47D, #D5B562, #C49F4F, #B99143, #B68D40, #C19C4E, #DEC575, #E3CC7B, #E0C775, #D7BB65, #CAA64A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Sedan SC", serif;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width:540px) {
  p span.subtitle {
    font-size: 25px;
  }
}

h2 {
  font-size: 65px;
  font-weight: 700;
  margin-bottom: 75px;
}
@media screen and (max-width:768px) {
  h2 {
    font-size: 55px;
  }
}
@media screen and (max-width:540px) {
  h2 {
    font-size: 37px;
    margin-bottom: 40px;
  }
}
h2 span {
  font-size: 85px;
}
@media screen and (max-width:768px) {
  h2 span {
    font-size: 75px;
  }
}
@media screen and (max-width:540px) {
  h2 span {
    font-size: 50px;
  }
}
@media screen and (max-width:540px) {
  h2.mini {
    font-size: 27px;
  }
}
@media screen and (max-width:540px) {
  h2.mini span {
    font-size: 40px;
  }
}

a.cta-btn {
  border: 2px solid;
  -o-border-image: linear-gradient(to right, #F8EDD7, 46%, #E8BC7A, 75%, #FFFFFF, #E7B875);
     border-image: linear-gradient(to right, #F8EDD7, 46%, #E8BC7A, 75%, #FFFFFF, #E7B875);
  max-width: 500px;
  padding: 20px 0;
  margin: 0 auto;
  color: white;
  background: linear-gradient(to bottom, #C58A3A, 66%, #BB7E2A, #925B11);
  font-size: 20px;
  font-weight: 700;
  position: relative;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width:540px) {
  a.cta-btn {
    font-size: 16px;
    padding: 15px 0;
  }
}
a.cta-btn::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
a.cta-btn:hover {
  background: linear-gradient(to bottom, #DFA85C, 66%, #B77820);
}

.main-visual {
  position: relative;
  width: 100%;
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (max-width:540px) {
  .main-visual {
    padding-top: 50px;
  }
}
.main-visual .swiper .swiper-slide-active .swiper-img,
.main-visual .swiper .swiper-slide-duplicate-active .swiper-img,
.main-visual .swiper .swiper-slide-prev .swiper-img {
  animation: zoomUp 15s linear 0s normal both;
}
.main-visual .swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  overflow: clip;
}
.main-visual .swiper .swiper-slide img {
  display: block;
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1); /* 拡大率 */
  }
}
.main-visual .copy-space {
  position: absolute;
  max-width: 500px;
  top: 50%;
  left: 200px;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width:1440px) {
  .main-visual .copy-space {
    top: 55%;
  }
}
@media screen and (max-width:1024px) {
  .main-visual .copy-space {
    left: 100px;
    max-width: 350px;
  }
}
@media screen and (max-width:768px) {
  .main-visual .copy-space {
    max-width: 500px;
    top: 45%;
    left: 60px;
  }
}
@media screen and (max-width:540px) {
  .main-visual .copy-space {
    width: 90%;
    left: 20px;
    top: 60%;
  }
}
.main-visual .copy-space img {
  width: 97%;
  margin: 0 auto 90px;
}
@media screen and (max-width:1024px) {
  .main-visual .copy-space img {
    margin-bottom: 50px;
  }
}
@media screen and (max-width:540px) {
  .main-visual .copy-space img {
    max-width: 232px;
    margin-bottom: 100px;
    margin-left: 0;
  }
}
.main-visual .copy-space a.contact-button {
  width: 100%;
  background: linear-gradient(to right, #B5862F, #865A2C, #E2C057, #EAC95B, #B5862F);
  padding: 20px;
  font-size: 20px;
  position: relative;
  text-align: center;
  font-weight: 700;
  color: white;
  border-radius: 5px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  transition: 0.4s;
}
@media screen and (max-width:540px) {
  .main-visual .copy-space a.contact-button {
    padding: 15px 0;
    font-size: 16px;
  }
}
.main-visual .copy-space a.contact-button::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.main-visual .copy-space a.contact-button:hover {
  opacity: 0.7;
}

.banner {
  padding: 40px 0;
}
.banner .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:1024px) {
  .banner .flex {
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width:768px) {
  .banner .flex {
    justify-content: center;
    gap: 10px;
  }
}
.banner .flex a img {
  max-width: 492px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  transition: 0.4s;
}
@media screen and (max-width:1024px) {
  .banner .flex a img {
    max-width: 400px;
  }
}
.banner .flex a img:hover {
  transform: scale(1.02);
}

.news {
  background-color: white;
}
.news h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width:540px) {
  .news h2 {
    font-size: 23px;
    margin-bottom: 30px;
  }
}
.news {
  /* 投稿一覧 */
}
.news .post-list {
  border-top: 1.5px solid #685150;
  margin-bottom: 50px;
}
.news .post-list .post-item {
  transition: opacity 0.3s ease;
  border-bottom: 1.5px solid #685150;
}
.news .post-list .post-item.hidden {
  display: none;
}
.news .post-list .post-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.news .post-list .post-item .post-content {
  padding: 25px 0;
  padding-left: 10px;
  position: relative;
  transition: 0.4s;
}
@media screen and (max-width:540px) {
  .news .post-list .post-item .post-content {
    padding: 15px 0;
    padding-right: 25px;
  }
}
.news .post-list .post-item .post-content::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #685150;
  border-right: 2px solid #685150;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.4s;
}
.news .post-list .post-item .post-content:hover {
  opacity: 0.7;
}
.news .post-list .post-item .post-content:hover::after {
  right: 5px;
}
.news .post-list .post-item .post-category {
  font-size: 12px;
  color: #959595;
  padding: 2px;
  background: #EDEDED;
  line-height: 1;
}
.news .post-list .post-item .post-title {
  font-size: 16px;
  margin: 10px 0 0;
}
.news .post-list .post-item .post-date {
  font-size: 14px;
  color: #959595;
  margin-right: 10px;
}
.news a.to-news {
  max-width: 300px;
  margin: 0 auto;
  padding: 10px 0 8px;
  text-align: center;
  font-size: 18px;
  position: relative;
  color: #685150;
  border: 2px solid #685150;
  border-radius: 100px;
  transition: 0.4s;
}
@media screen and (max-width:540px) {
  .news a.to-news {
    font-size: 14px;
    max-width: 186px;
    border: 1px solid #685150;
  }
}
.news a.to-news::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #685150;
  border-right: 2px solid #685150;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.4s;
}
@media screen and (max-width:540px) {
  .news a.to-news::after {
    right: 13px;
  }
}
.news a.to-news:hover {
  opacity: 0.7;
}
.news a.to-news:hover::after {
  right: 15px;
}
@media screen and (max-width:540px) {
  .news a.to-news:hover::after {
    right: 10px;
  }
}

.message {
  padding: 0;
}
.message .section-parallax-wrapper {
  background: url(../img/message-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width:540px) {
  .message .section-parallax-wrapper {
    background: url(../img/message-bg_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
  }
}
.message .section-parallax-wrapper .section-split {
  position: relative;
  min-height: 100vh;
  z-index: 1;
}
.message .section-parallax-wrapper .section-split .split-inner {
  display: flex;
  min-height: 100vh;
  margin: 0 auto;
}
.message .section-parallax-wrapper .section-split .split-inner .split-left {
  position: sticky;
  top: 0;
  width: 50%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .message .section-parallax-wrapper .section-split .split-inner .split-left {
    display: none;
  }
}
.message .section-parallax-wrapper .section-split .split-inner .split-left .logo-container {
  text-align: center;
  opacity: 0;
  width: 375px;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.message .section-parallax-wrapper .section-split .split-inner .split-left .logo-container.visible {
  opacity: 1;
  transform: translateY(0);
}
.message {
  /* Right: scrollable text */
}
.message .split-right {
  width: 50%;
  padding: 15vh 80px 120px clamp(2rem, 5vw, 6rem);
  background-color: rgba(0, 0, 0, 0.72);
}
@media screen and (max-width:768px) {
  .message .split-right {
    width: 100%;
    padding: 60px 20px;
  }
}
.message .split-right .content-block {
  margin-bottom: 70px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.message .split-right .content-block.in-view {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width:768px) {
  .message .split-right .content-block img {
    width: 300px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width:540px) {
  .message .split-right .content-block img {
    width: 266px;
  }
}
.message .split-right .content-block p.center {
  color: white;
  text-align: center;
}
.message .split-right .content-block a.page-button {
  background: white;
  padding: 25px 0;
  padding-left: 20px;
  color: #685150;
  font-weight: 400;
  border-bottom: 2px solid #C58A3A;
  margin: 0 auto 16px;
  position: relative;
  max-width: 500px;
  transition: 0.4s;
  line-height: 1;
}
.message .split-right .content-block a.page-button::after {
  position: absolute;
  content: "Service";
  text-align: right;
  font-size: 36px;
  font-family: "Sedan SC", serif;
  color: #D9D3D3;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.message .split-right .content-block a.page-button:last-child {
  margin-bottom: 0;
}
.message .split-right .content-block a.page-button.page-flow::after {
  content: "Flow";
}
.message .split-right .content-block a.page-button.page-plans::after {
  content: "Plans";
}
.message .split-right .content-block a.page-button.page-amber::after {
  content: "Amber";
}
.message .split-right .content-block a.page-button.page-company::after {
  content: "Company";
}
.message .split-right .content-block a.page-button.page-faq::after {
  content: "Q&A";
}
.message .split-right .content-block a.page-button:hover {
  opacity: 0.7;
}

.service {
  background: #FFFFFF;
  padding-top: 150px;
  position: relative;
}
@media screen and (max-width:768px) {
  .service {
    padding-top: 80px;
  }
}
.service::before {
  position: absolute;
  content: "";
  width: 673px;
  height: 381px;
  top: 400px;
  right: 0;
  background: url(../img/service-gz.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width:540px) {
  .service::before {
    width: 290px;
    height: 211px;
    top: 250px;
  }
}
.service p.main-text {
  line-height: 1.8;
  margin-bottom: 50px;
}
.service a.to-column {
  color: #685150;
  position: relative;
  text-decoration: underline;
  display: inline;
  font-size: 18px;
  transition: 0.4s;
}
@media screen and (max-width:540px) {
  .service a.to-column {
    font-size: 16px;
  }
}
.service a.to-column::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #685150;
  border-right: 2px solid #685150;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: -10px;
  transition: 0.4s;
}
.service a.to-column.right {
  text-align: right;
  margin-left: auto;
  display: block;
  margin-top: 50px;
}
.service a.to-column:hover {
  opacity: 0.7;
}
.service a.to-column:hover::before {
  right: -15px;
}
.service .service-list .service-box {
  margin-top: 80px;
  position: relative;
  background: #F4F3EE;
  padding: 70px 60px 50px;
}
@media screen and (max-width:540px) {
  .service .service-list .service-box {
    margin-top: 60px;
    padding: 40px 20px;
  }
}
.service .service-list .service-box:first-child {
  margin-top: 100px;
}
@media screen and (max-width:540px) {
  .service .service-list .service-box:first-child {
    margin-top: 80px;
  }
}
.service .service-list .service-box h3 {
  position: absolute;
  font-size: 70px;
  font-weight: 500;
  top: -40px;
  left: 60px;
}
@media screen and (max-width:540px) {
  .service .service-list .service-box h3 {
    font-size: 50px;
    left: 20px;
  }
}
.service .service-list .service-box img {
  margin-bottom: 50px;
}
@media screen and (max-width:540px) {
  .service .service-list .service-box img {
    margin-bottom: 40px;
  }
}
.service .service-list .service-box p span {
  font-weight: 900;
  color: #9E0500;
}
.service .service-list .service-box p.pl {
  padding-left: 12px;
}
.service .service-list .service-box p.pl span {
  color: #685150;
  font-size: 12px;
  padding-left: 10px;
}
.service .service-list .service-box h4 {
  margin-top: 50px;
  padding-bottom: 10px;
  border-bottom: 2px solid #685150;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
}
.service .service-list .service-box h4 span {
  font-size: 16px;
}
@media screen and (max-width:540px) {
  .service .service-list .service-box h4 {
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid #685150;
  }
  .service .service-list .service-box h4 span {
    font-size: 14px;
  }
}
.service .service-list .service-box .line {
  height: 2px;
  width: 100%;
  background-color: #685150;
  margin: 40px auto;
}
.service .service-list .service-box ul {
  margin-bottom: 20px;
}
.service .service-list .service-box ul li {
  list-style: none;
  position: relative;
  text-align: left;
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 18px;
}
.service .service-list .service-box ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #685150;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
@media screen and (max-width:540px) {
  .service .service-list .service-box ul li {
    font-size: 16px;
  }
  .service .service-list .service-box ul li::before {
    transform: translateY(0%);
    top: 9px;
    width: 4px;
    height: 4px;
  }
}
.service .cta-box {
  margin-top: 60px;
}
.service .cta-box a.cta-btn.mt {
  margin-top: 20px;
}

.flow {
  padding-top: 150px;
}
@media screen and (max-width:768px) {
  .flow {
    padding-top: 80px;
  }
}
.flow .flow-box {
  margin-bottom: 40px;
}
.flow .flow-box h3 {
  font-size: 30px;
  padding: 0 0 20px 60px;
  line-height: 1;
  font-weight: 700;
  border-bottom: 2px solid #685150;
}
@media screen and (max-width:540px) {
  .flow .flow-box h3 {
    padding-left: 20px;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #685150;
  }
}
.flow .flow-box h3.start {
  padding-left: 0;
}
.flow .flow-box.last {
  margin-bottom: 0;
}
.flow .flow-box.last .content::before {
  content: none;
}
.flow .flow-box .content {
  padding: 30px 0 30px 30px;
  position: relative;
  border-left: 2px solid #685150;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width:1024px) {
  .flow .flow-box .content {
    align-items: flex-start;
  }
}
@media screen and (max-width:768px) {
  .flow .flow-box .content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width:540px) {
  .flow .flow-box .content {
    border-left: 1px solid #685150;
    padding: 20px;
    gap: 25px;
  }
}
.flow .flow-box .content.fle-st {
  align-items: flex-start;
}
.flow .flow-box .content::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #685150;
  bottom: 6px;
  left: -5px;
  transform: rotate(-45deg);
}
@media screen and (max-width:540px) {
  .flow .flow-box .content::before {
    width: 20px;
    height: 1px;
    left: -3px;
  }
}
.flow .flow-box .content img {
  max-width: 450px;
  border-radius: 10px;
}
.flow .flow-box .content p.ano {
  margin-top: 25px;
  font-size: 14px;
}
.flow .flow-box .content p.title {
  margin: 15px auto 5px;
}
.flow .flow-box .content ul li {
  list-style: none;
  position: relative;
  text-align: left;
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 18px;
}
@media screen and (max-width:540px) {
  .flow .flow-box .content ul li {
    font-size: 16px;
  }
}
.flow .flow-box .content ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #685150;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.flow .flow-box .content ol {
  margin: 20px auto;
}
.flow .flow-box .content ol li {
  font-size: 18px;
  margin-left: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width:540px) {
  .flow .flow-box .content ol li {
    font-size: 16px;
  }
}
.flow .start-box {
  background: white;
  padding: 40px 60px;
  margin-bottom: 50px;
}
@media screen and (max-width:540px) {
  .flow .start-box {
    padding: 20px;
    padding-top: 25px;
  }
}
.flow .start-box h3 {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width:540px) {
  .flow .start-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.flow .three-circle {
  border-right: 2px dashed #685150;
  position: relative;
}
@media screen and (max-width:540px) {
  .flow .three-circle {
    border-right: 1px dashed #685150;
  }
}
.flow .three-circle::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  border-bottom: 2px dashed #685150;
  bottom: 0;
  right: 0;
}
@media screen and (max-width:540px) {
  .flow .three-circle::before {
    border-bottom: 1px dashed #685150;
  }
}
.flow .three-circle::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  border-bottom: 2px dashed #685150;
  top: 8px;
  right: -3px;
  transform: rotate(-45deg);
}
@media screen and (max-width:540px) {
  .flow .three-circle::after {
    width: 20px;
    border-bottom: 1px dashed #685150;
    top: 6px;
  }
}
.flow .three-circle .flow-box {
  margin-right: 60px;
}
@media screen and (max-width:540px) {
  .flow .three-circle .flow-box {
    margin-right: 20px;
  }
}

.plan {
  background: white;
  padding-top: 150px;
}
@media screen and (max-width:768px) {
  .plan {
    padding-top: 80px;
  }
}
.plan .flex-container {
  max-width: 1150px;
  width: 90%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .plan .flex-container {
    flex-wrap: wrap;
    gap: 60px;
    max-width: none;
  }
}
@media screen and (max-width:540px) {
  .plan .flex-container {
    max-width: 330px;
  }
}
.plan .flex-container .left {
  width: 525px;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
@media screen and (max-width:1024px) {
  .plan .flex-container .left {
    width: 400px;
  }
}
@media screen and (max-width:768px) {
  .plan .flex-container .left {
    position: static;
    width: 100%;
    align-self: auto;
  }
}
.plan .flex-container .left p.pre-title {
  padding: 60px 0;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  background: url(../img/pre-title-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 20px;
}
.plan .flex-container .left p.pre-title span {
  color: #9E0500;
}
@media screen and (max-width:1024px) {
  .plan .flex-container .left p.pre-title {
    font-size: 25px;
  }
}
@media screen and (max-width:540px) {
  .plan .flex-container .left p.pre-title {
    padding: 50px 0;
    font-size: 21px;
    line-height: 1.3;
  }
}
.plan .flex-container .left .text-box {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width:540px) {
  .plan .flex-container .left .text-box {
    width: 100%;
  }
}
.plan .flex-container .left .text-box ul {
  margin-top: 35px;
}
.plan .flex-container .left .text-box ul li {
  font-size: 14px;
  margin-bottom: 5px;
  list-style: none;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width:540px) {
  .plan .flex-container .left .text-box ul li {
    font-size: 12px;
    margin-bottom: 2px;
    padding-left: 15px;
  }
}
.plan .flex-container .left .text-box ul li::before {
  position: absolute;
  content: "※";
  font-size: 14px;
  top: 0;
  left: 0;
  color: #685150;
}
@media screen and (max-width:540px) {
  .plan .flex-container .left .text-box ul li::before {
    font-size: 12px;
  }
}
.plan .flex-container .left .text-box ul li ul {
  margin-top: 5px;
}
.plan .flex-container .left .text-box ul li ul li::before {
  content: "・";
}
.plan .flex-container .right {
  width: 540px;
}
@media screen and (max-width:1024px) {
  .plan .flex-container .right {
    width: 450px;
  }
}
@media screen and (max-width:768px) {
  .plan .flex-container .right {
    width: 100%;
  }
}
.plan .flex-container .right h3 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 5px;
  margin: 50px auto 20px;
  border-bottom: 2px solid #685150;
}
@media screen and (max-width:540px) {
  .plan .flex-container .right h3 {
    font-size: 19px;
    border-bottom: 1px solid #685150;
    margin: 40px auto 12px;
    padding-bottom: 2px;
  }
}
.plan .flex-container .right h3 span {
  font-weight: 100;
  font-size: 14px;
}
@media screen and (max-width:540px) {
  .plan .flex-container .right h3 span {
    font-size: 12px;
  }
}
.plan .flex-container .right h3:first-child {
  margin-top: 0;
}
.plan .flex-container .right h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width:540px) {
  .plan .flex-container .right h4 {
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.plan .flex-container .right h4.mt {
  margin-top: 40px;
}
.plan .flex-container .right h4 span {
  font-weight: 100;
  font-size: 14px;
  padding-left: 25px;
}
@media screen and (max-width:540px) {
  .plan .flex-container .right h4 span {
    font-size: 12px;
    padding-left: 0;
  }
}
.plan .flex-container .right .white-box {
  background: #fafafa;
  padding: 30px 20px;
  border-radius: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width:540px) {
  .plan .flex-container .right .white-box {
    padding: 20px;
  }
}
@media screen and (max-width:540px) {
  .plan .flex-container .right .white-box p {
    font-size: 14px;
  }
}
.plan .flex-container .right p span {
  color: #9E0500;
}
.plan .flex-container .right p.price {
  font-size: 30px;
}
@media screen and (max-width:1024px) {
  .plan .flex-container .right p.price {
    font-size: 24px;
  }
}
@media screen and (max-width:540px) {
  .plan .flex-container .right p.price {
    font-size: 19px;
  }
}
.plan .flex-container .right p.price span {
  color: #9E0500;
}
.plan .flex-container .right p.price span.under {
  position: relative;
  text-decoration: underline;
}
.plan .flex-container .right p.price span.under::after {
  position: absolute;
  content: "※";
  font-size: 14px;
  color: #685150;
}
@media screen and (max-width:540px) {
  .plan .flex-container .right p.price span.under::after {
    font-size: 12px;
  }
}
.plan .flex-container .right p.ano {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width:540px) {
  .plan .flex-container .right p.ano {
    font-size: 12px;
  }
}
.plan .flex-container .right p.ano span {
  color: #9E0500;
}
.plan .flex-container .right ul {
  margin-top: 20px;
}
.plan .flex-container .right ul li {
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 20px;
}
@media screen and (max-width:540px) {
  .plan .flex-container .right ul li {
    font-size: 14px;
  }
}

.company {
  padding-top: 150px;
}
@media screen and (max-width:768px) {
  .company {
    padding-top: 80px;
  }
}
.company .sub-container {
  max-width: 800px;
}
@media screen and (max-width:540px) {
  .company .sub-container {
    max-width: 330px;
  }
}
.company img.company-logo {
  width: 500px;
  margin: 0 auto 70px;
}
@media screen and (max-width:540px) {
  .company img.company-logo {
    max-width: 300px;
    width: 100%;
    margin-bottom: 40px;
  }
}
.company p.members {
  padding: 20px 0 30px;
  background: url(../img/kaiin-frame.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 4px;
}
@media screen and (max-width:540px) {
  .company p.members {
    font-size: 30px;
    padding: 13px 0 20px;
  }
}
.company p.members span.bold {
  font-weight: bold;
  font-size: 65px;
}
@media screen and (max-width:540px) {
  .company p.members span.bold {
    font-size: 50px;
  }
}
.company p.members span.num {
  font-weight: bold;
  font-size: 80px;
}
@media screen and (max-width:540px) {
  .company p.members span.num {
    font-size: 65px;
  }
}
.company p.members span.mini {
  font-size: 30px;
}
.company p.ano {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width:540px) {
  .company p.ano {
    font-size: 12px;
  }
}
.company p.main-text {
  line-height: 1.8;
}
.company p.main-text span {
  font-weight: bold;
  color: #9E0500;
}
.company a.to-hp {
  color: #685150;
  position: relative;
  text-decoration: underline;
  display: inline;
  font-size: 18px;
  text-align: right;
  margin-left: auto;
  display: block;
  margin-top: 50px;
  transition: 0.4s;
}
@media screen and (max-width:540px) {
  .company a.to-hp {
    font-size: 16px;
  }
}
.company a.to-hp::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #685150;
  border-right: 2px solid #685150;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: -10px;
  transition: 0.4s;
}
.company a.to-hp:hover {
  opacity: 0.7;
}
.company a.to-hp:hover::before {
  right: -15px;
}
.company .award {
  margin-top: 80px;
}
@media screen and (max-width:540px) {
  .company .award {
    margin-top: 60px;
  }
}
.company .award .flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 24px;
}
@media screen and (max-width:540px) {
  .company .award .flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
}
.company .award .flex:last-child {
  margin-bottom: 0;
}
.company .award .flex p.title {
  text-align: center;
  width: 290px;
  background: url(../img/award-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 8px 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3;
}
.company .award .flex p.content {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width:768px) {
  .company .award .flex p.content {
    font-size: 18px;
  }
}
@media screen and (max-width:540px) {
  .company .award .flex p.content {
    text-align: center;
  }
}

.contact {
  background: url(../img/contact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width:540px) {
  .contact {
    background: url(../img/contact-bg_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.contact h2 {
  color: white;
  text-align: center;
  font-size: 30px;
  text-shadow: 0px 0px 4px black;
  margin-bottom: 20px;
}
@media screen and (max-width:540px) {
  .contact h2 {
    font-size: 25px;
    margin-bottom: 13px;
  }
}
.contact p {
  color: white;
  text-align: center;
  text-shadow: 0px 0px 4px black;
  margin-bottom: 40px;
}/*# sourceMappingURL=style.css.map */