@charset "UTF-8";
/* aタグ設定
------------------------------------- */
a:hover,
.alpha {
  opacity: 0.75;
}

a {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  text-decoration: none;
}

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
  /* =14px */
  font-family: "Zen Kaku Gothic New", sans-serif;
}

ul {
  list-style: none;
}

/* レスポンシブ設定
------------------------------------- */
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2.7777777778vw 5.2083333333vw 0 4.1666666667vw;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #header {
    padding: 4vw;
  }
}
#header .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
#header .inner .logo {
  width: 5.9027777778vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #header .inner .logo {
    width: 13.8666666667vw;
  }
}
#header .inner .logo img {
  width: 100%;
  height: auto;
}
#header .inner nav {
  padding-left: 1.3888888889vw;
  box-shadow: 0.1388888889vw 0.1388888889vw 0.2777777778vw 0px rgba(0, 0, 0, 0.25);
  border-radius: 0.6944444444vw;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #header .inner nav {
    display: none;
  }
}
#header .inner nav ul {
  display: flex;
}
#header .inner nav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1388888889vw;
  padding: 1.3888888889vw 0.9027777778vw;
}
#header .inner nav ul li a span {
  line-height: 1.2;
  font-weight: 500;
}
#header .inner nav ul li a span:first-child {
  font-size: 1.1111111111vw;
  letter-spacing: -0.02em;
  color: #333333;
}
#header .inner nav ul li a span:last-child {
  font-size: 0.9722222222vw;
  letter-spacing: 0;
  color: #ff9f29;
}
#header .inner nav ul li.contact_btn {
  margin-left: 1.3888888889vw;
}
#header .inner nav ul li.contact_btn a {
  padding: 1.3888888889vw 2.0833333333vw;
  border-radius: 0 0.6944444444vw 0.6944444444vw 0;
  background-color: #ff9f29;
}
#header .inner nav ul li.contact_btn a span {
  color: #fff;
}
#header .inner .sp_menu {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .inner .sp_menu {
    display: flex;
    align-items: center;
    box-shadow: 0.5333333333vw 0.5333333333vw 1.0666666667vw 0px rgba(0, 0, 0, 0.25);
    border-radius: 2.6666666667vw;
  }
  #header .inner .sp_menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ff9f29;
    gap: 0.5333333333vw;
    width: 21.3333333333vw;
    height: 12.2666666667vw;
    border-radius: 2.6666666667vw 0 0 2.6666666667vw;
  }
  #header .inner .sp_menu a span {
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
  }
  #header .inner .sp_menu a span:first-child {
    letter-spacing: -0.02em;
    font-size: 2.6666666667vw;
  }
  #header .inner .sp_menu a span:last-child {
    letter-spacing: 0;
    font-size: 2.6666666667vw;
  }
  #header .inner .sp_menu #hamburger_btn {
    position: relative;
    width: 14.9333333333vw;
    height: 12.2666666667vw;
    border-radius: 0 2.6666666667vw 2.6666666667vw 0;
    background-color: #fff;
  }
  #header .inner .sp_menu #hamburger_btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 5.3333333333vw;
    height: 0.5333333333vw;
    border-radius: 2.6666666667vw;
    background-color: #ff9f29;
    opacity: 1;
    transition: 0.5s;
  }
  #header .inner .sp_menu #hamburger_btn::before {
    content: "";
    position: absolute;
    top: calc(50% - 1.6vw);
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    display: block;
    width: 5.3333333333vw;
    height: 0.5333333333vw;
    border-radius: 2.6666666667vw;
    background-color: #ff9f29;
    transition: 0.5s;
  }
  #header .inner .sp_menu #hamburger_btn::after {
    content: "";
    position: absolute;
    top: calc(50% + 1.6vw);
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    display: block;
    width: 5.3333333333vw;
    height: 0.5333333333vw;
    border-radius: 2.6666666667vw;
    background-color: #ff9f29;
    transition: 0.5s;
  }
  #header .inner .sp_menu #hamburger_btn.on span {
    opacity: 0;
  }
  #header .inner .sp_menu #hamburger_btn.on::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #header .inner .sp_menu #hamburger_btn.on::after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.menu_contents {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu_contents {
    position: fixed;
    top: 21.3333333333vw;
    right: 5.3333333333vw;
    background-color: #fff;
    padding: 8vw 10.6666666667vw;
    z-index: 100;
    border-radius: 2.6666666667vw;
    box-shadow: 0.5333333333vw 0.5333333333vw 1.0666666667vw 0px rgba(0, 0, 0, 0.25);
  }
  .menu_contents nav ul {
    display: flex;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .menu_contents nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5333333333vw;
    color: #333333;
  }
  .menu_contents nav ul li a span:first-child {
    font-size: 4.2666666667vw;
    letter-spacing: -0.02em;
    line-height: 1.2;
    font-weight: 500;
  }
  .menu_contents nav ul li a span:last-child {
    font-size: 3.2vw;
    letter-spacing: -0.02em;
    line-height: 1.2;
    font-weight: 700;
    color: #ff9f29;
  }
}

.purchase_btn {
  position: fixed;
  right: 2.4305555556vw;
  bottom: 1.0416666667vw;
  width: 10.4166666667vw;
  height: 10.4166666667vw;
  border-radius: 100%;
  box-shadow: 0.1388888889vw 0.1388888889vw 0.2777777778vw 0px rgba(0, 0, 0, 0.25);
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .purchase_btn {
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
    width: 20.8vw;
    height: 20.8vw;
  }
}
.purchase_btn img {
  width: 100%;
  height: auto;
}

.fv_article_box {
  position: fixed;
  left: 2.0833333333vw;
  bottom: 1.0416666667vw;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  .fv_article_box {
    left: 2.6666666667vw;
    bottom: 2.6666666667vw;
  }
}
.fv_article_box .btn {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate(-50%, -50%);
  width: 3.9583333333vw;
  height: 3.9583333333vw;
  border-radius: 100%;
  background-color: #ff9f29;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .fv_article_box .btn {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}
.fv_article_box .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  width: 1.7361111111vw;
  height: 0.1388888889vw;
  background-color: #fff;
  border-radius: 0.2777777778vw;
}
@media screen and (max-width: 768px) {
  .fv_article_box .btn::before {
    width: 3.2vw;
    height: 0.5333333333vw;
  }
}
.fv_article_box .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  width: 1.7361111111vw;
  height: 0.1388888889vw;
  background-color: #fff;
  border-radius: 0.2777777778vw;
}
@media screen and (max-width: 768px) {
  .fv_article_box .btn::after {
    width: 3.2vw;
    height: 0.5333333333vw;
  }
}
.fv_article_box .inner {
  width: 38.1944444444vw;
  height: 12.5vw;
  display: flex;
  align-items: center;
  gap: 1.7361111111vw;
  padding: 2.0833333333vw;
  background-color: #fff;
  border-radius: 0.6944444444vw;
  box-shadow: 0.1388888889vw 0.1388888889vw 0.2777777778vw 0px rgba(0, 0, 0, 0.25);
  z-index: 100;
  color: #333333;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .fv_article_box .inner {
    width: 61.3333333333vw;
    height: 17.8666666667vw;
    gap: 2.6666666667vw;
    padding: 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.fv_article_box .inner .img {
  display: block;
  width: 10.4166666667vw;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .fv_article_box .inner .img {
    width: 16vw;
  }
}
.fv_article_box .inner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .fv_article_box .inner .img img {
    border-radius: 2.6666666667vw;
  }
}
.fv_article_box .inner .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 12.1527777778vw);
  padding: 0.2777777778vw 0;
}
@media screen and (max-width: 768px) {
  .fv_article_box .inner .content {
    width: calc(100% - 18.6666666667vw);
  }
}
.fv_article_box .inner .content .article_ttl {
  font-size: 1.3888888889vw;
  line-height: 1.8;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .fv_article_box .inner .content .article_ttl {
    font-size: 3.2vw;
    line-height: 1.4;
  }
}
.fv_article_box .inner .content .date {
  font-size: 1.25vw;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .fv_article_box .inner .content .date {
    font-size: 2.6666666667vw;
  }
}

.common_page {
  position: relative;
  background-color: #fffaf5;
  padding: 24.3055555556vw 0 8.3333333333vw;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .common_page {
    padding: 46.6666666667vw 0 21.3333333333vw;
  }
}
.common_page .top_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/633;
  background-color: #fffaf5;
}
@media screen and (max-width: 768px) {
  .common_page .top_bg {
    aspect-ratio: 375/215;
  }
}
.common_page .top_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common_page .top_bg_white {
  position: absolute;
  top: 4.8611111111vw;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/1055;
  background-color: #fff;
  clip-path: polygon(0 25%, 100% 0%, 100% 75%, 0% 100%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .common_page .top_bg_white {
    top: 25.3333333333vw;
    aspect-ratio: 375/480;
  }
}
.common_page .logo_bg01 {
  position: absolute;
  top: 49.6527777778vw;
  right: 0;
  width: 38.3333333333vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .common_page .logo_bg01 {
    top: 178.6666666667vw;
    width: 44.5333333333vw;
  }
}
.common_page .logo_bg01 img {
  width: 100%;
  height: auto;
}
.common_page .main_contents {
  position: relative;
  z-index: 10;
}
.common_page .main_contents .fv .ttl_box {
  text-align: center;
}
.common_page .main_contents .fv .ttl_box span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1111111111vw;
  font-weight: 500;
  color: #fff;
  background-color: #ff9f29;
  border-radius: 0.6944444444vw;
  padding: 0.4166666667vw 0.6944444444vw;
  margin: 0 auto 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .common_page .main_contents .fv .ttl_box span {
    font-size: 3.2vw;
    padding: 1.6vw 2.6666666667vw;
    border-radius: 2.6666666667vw;
    margin-bottom: 4vw;
  }
}
.common_page .main_contents .fv .ttl_box h1 {
  font-size: 2.5vw;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 0.3472222222vw;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .common_page .main_contents .fv .ttl_box h1 {
    font-size: 6.4vw;
    margin-bottom: 1.3333333333vw;
  }
}
.common_page .main_contents .fv .ttl_box p {
  font-size: 1.3888888889vw;
  font-weight: 500;
  color: #ff9f29;
}
@media screen and (max-width: 768px) {
  .common_page .main_contents .fv .ttl_box p {
    font-size: 4vw;
  }
}
.common_page .main_contents .fv .text {
  width: 43.4027777778vw;
  font-size: 1.3888888889vw;
  margin: 2.0833333333vw auto 0;
  text-align: center;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .common_page .main_contents .fv .text {
    width: 64vw;
    font-size: 3.4666666667vw;
    margin-top: 8vw;
  }
}
.common_page .main_contents .fv .return {
  text-align: center;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.4722222222vw auto 0;
  border: 0.0694444444vw solid;
  padding: 1.5277777778vw 3.4722222222vw;
  line-height: 1;
  font-weight: 700;
  font-size: 1.1111111111vw;
  background: #fda141;
  color: #fff;
  filter: drop-shadow(6px 4px 2px #F4F4F4);
}
@media screen and (max-width: 768px) {
  .common_page .main_contents .fv .return {
    margin: 8vw auto 0;
    border: 0.2666666667vw solid;
    padding: 4vw 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

footer {
  position: relative;
  padding: 4.1666666667vw 5.2083333333vw 3.125vw;
  z-index: 10;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 16vw 5.3333333333vw;
  }
}
footer .inner .top_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .inner .top_box {
    flex-direction: column;
    padding-bottom: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
    border-bottom: 0.2666666667vw solid #e9e7e1;
  }
}
footer .inner .top_box ul {
  display: flex;
  gap: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  footer .inner .top_box ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5.3333333333vw 8vw;
    padding-bottom: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
    border-bottom: 0.2666666667vw solid #e9e7e1;
  }
}
footer .inner .top_box ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1388888889vw;
}
@media screen and (max-width: 768px) {
  footer .inner .top_box ul li a {
    gap: 0.5333333333vw;
  }
}
footer .inner .top_box ul li a span {
  line-height: 1.2;
  font-weight: 500;
}
footer .inner .top_box ul li a span:first-child {
  font-size: 1.1111111111vw;
  letter-spacing: -0.02em;
  color: #333333;
}
@media screen and (max-width: 768px) {
  footer .inner .top_box ul li a span:first-child {
    font-size: 4.2666666667vw;
  }
}
footer .inner .top_box ul li a span:last-child {
  font-size: 0.9722222222vw;
  letter-spacing: 0;
  color: #ff9f29;
}
@media screen and (max-width: 768px) {
  footer .inner .top_box ul li a span:last-child {
    font-size: 3.2vw;
  }
}
footer .inner .top_box .text {
  display: flex;
  gap: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  footer .inner .top_box .text {
    gap: 1.3333333333vw;
  }
}
footer .inner .top_box .text span {
  width: 100%;
  writing-mode: vertical-rl;
  vertical-align: top;
  font-size: 1.9444444444vw;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  footer .inner .top_box .text span {
    font-size: 3.7333333333vw;
  }
}
footer .inner .bottom_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333333;
}
@media screen and (max-width: 768px) {
  footer .inner .bottom_box {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .bottom_box .content {
    margin-bottom: 8vw;
  }
}
footer .inner .bottom_box .content .text {
  font-size: 1.1111111111vw;
  letter-spacing: -0.02em;
  line-height: 1.65;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  footer .inner .bottom_box .content .text {
    text-align: center;
    font-size: 3.7333333333vw;
  }
}
footer .inner .bottom_box .content .tel_text {
  font-size: 2.7777777778vw;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin: 1.3888888889vw 0;
  color: #ff9f29;
  font-family: "ADLaM Display", system-ui;
}
@media screen and (max-width: 768px) {
  footer .inner .bottom_box .content .tel_text {
    text-align: center;
    font-size: 10.6666666667vw;
    margin: 4vw 0;
  }
}
footer .inner .bottom_box .content .border {
  display: block;
  width: 3.125vw;
  height: 0.0694444444vw;
  background-color: #333333;
  margin: 2.7777777778vw 0;
}
@media screen and (max-width: 768px) {
  footer .inner .bottom_box .content .border {
    width: 100%;
    height: 0.2666666667vw;
    margin: 10.6666666667vw 0;
    background-color: #e9e7e1;
  }
}
footer .inner .bottom_box .content a,
footer .inner .bottom_box .content .copyright {
  font-size: 0.9722222222vw;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 768px) {
  footer .inner .bottom_box .content a,
  footer .inner .bottom_box .content .copyright {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    font-size: 3.2vw;
  }
}
footer .inner .bottom_box .content .copyright {
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  footer .inner .bottom_box .content .copyright {
    margin-top: 4vw;
  }
}
footer .inner .bottom_box .banner {
  position: absolute;
  left: 13.8888888889vw;
  bottom: 0vw;
  width: 16.875vw;
  height: auto;
  display: flex;
  gap: 0.6944444444vw;
  justify-content: center;
  align-items: anchor-center;
}
@media screen and (max-width: 768px) {
  footer .inner .bottom_box .banner {
    left: initial;
    bottom: initial;
    width: 58.6666666667vw;
    position: initial;
    margin-bottom: 4vw;
  }
}
footer .inner .bottom_box .banner img {
  width: 100%;
  height: auto;
  border: #000 solid 0.0694444444vw;
}
@media screen and (max-width: 768px) {
  footer .inner .bottom_box .banner img {
    border: #000 solid 0.2666666667vw;
  }
}
footer .inner .bottom_box .img {
  width: 51.0416666667vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  footer .inner .bottom_box .img {
    width: 89.0666666667vw;
  }
}
footer .inner .bottom_box .img img {
  width: 100%;
  height: auto;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3888888889vw;
  margin-top: 13.8888888889vw;
  height: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .pagination {
    gap: 2.6666666667vw;
    margin-top: 26.6666666667vw;
    height: 10.6666666667vw;
  }
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4722222222vw;
  height: 3.4722222222vw;
  border-radius: 100%;
  border: 0.1388888889vw solid #ff9f29;
  background-color: #fff;
  color: #ff9f29;
  font-size: 0.9722222222vw;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .pagination .page-numbers {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border: 0.5333333333vw solid #ff9f29;
    font-size: 3.2vw;
  }
}
.pagination .page-numbers.current {
  background-color: #ff9f29;
  color: #fff;
}/*# sourceMappingURL=common.css.map */