@charset "UTF-8";
* {
  outline: unset;
  box-sizing: border-box;
}

html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
  border: none;
  outline: none;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

table, tbody, thead {
  width: 100%;
}

button {
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

* {
  color: #231815;
}

* {
  font-family: "Noto Sans JP", sans-serif;
}

.marker-yellow{
  font-family: "Noto Serif JP", serif;
  text-decoration-line: underline;
  text-decoration-color: #000;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  background: linear-gradient(  to bottom,  transparent 20%,  rgba(255, 235, 59, 0.95) 40%,  rgba(255, 235, 59, 0.95) 100%,  transparent 95%);
  background-repeat: no-repeat;
  background-size: 100% 1.2em;
  background-position: 0 0.35em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.l_container_lg {
  width: calc(100% - 80px);
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 560px) {
  .l_container_lg {
    width: calc(100% - 40px);
  }
}
.l_container_md {
  width: calc(100% - 80px);
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 560px) {
  .l_container_md {
    width: calc(100% - 40px);
  }
}
.l_container_sm {
  width: calc(100% - 80px);
  max-width: 1040px;
  margin: 0 auto;
}
@media (max-width: 560px) {
  .l_container_sm {
    width: calc(100% - 40px);
  }
}

.l_section-inner {
  padding: 80px 0;
}
@media (max-width: 960px) {
  .l_section-inner {
    padding: 64px 0;
  }
}
@media (max-width: 768px) {
  .l_section-inner {
    padding: 56px 0;
  }
}
@media (max-width: 560px) {
  .l_section-inner {
    padding: 40px 0;
  }
}

.l_header {
  height: 100px;
}
@media (max-width: 560px) {
  .l_header {
    height: 64px;
  }
}
.l_header_inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l_header_logo {
  max-width: 100%;
  width: 265px;
  flex-shrink: 0;
  text-align: center;
}
@media (max-width: 1600px) {
  .l_header_logo {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .l_header_logo {
    width: 180px;
  }
}
@media (max-width: 560px) {
  .l_header_logo {
    width: 160px;
    margin: 0 auto;
  }
}
.l_header_bottom {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 100px);
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 10000;
  opacity: 0;
  transition: 0.3s;
  background-color: #fff;
  pointer-events: none;
}
@media (max-width: 560px) {
  .l_header_bottom {
    height: calc(100vh - 64px);
    top: 64px;
    justify-content: flex-start;
  }
}
.l_header_bottom.open {
  opacity: 1;
  pointer-events: visible;
}

.l_header-nav {
  max-width: 1240px;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1890px) {
  .l_header-nav {
    max-width: 690px;
  }
}
@media (max-width: 1600px) {
  .l_header-nav {
    max-width: 560px;
  }
}
.l_header-nav_list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
}
.l_header-nav_list-item {
  border-top: 1px solid #595757;
}
.l_header-nav_list-item:last-child {
  border-bottom: 1px solid #595757;
}
.l_header-nav_list-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 24px 0;
}
@media (max-width: 1200px) {
  .l_header-nav_list-link {
    padding: 16px 0;
  }
}
@media (max-width: 768px) {
  .l_header-nav_list-link {
    padding: 20px 0;
  }
}
.l_header-nav_list-link .__en {
  font-size: 28px;
  font-family: "EB Garamond", serif;
}
@media (max-width: 768px) {
  .l_header-nav_list-link .__en {
    font-size: 24px;
  }
}
@media (max-width: 560px) {
  .l_header-nav_list-link .__en {
    font-size: 20px;
  }
}
.l_header-nav_list-link .__jp {
  font-size: 14px;
  color: #9d9d9e;
  letter-spacing: 0.05em;
}
@media (max-width: 1200px) {
  .l_header-nav_list-link .__jp {
    font-size: 12px;
  }
}

.l_header-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  position: relative;
}
.l_header-btn:hover .l_header-btn_arrow {
  transform: translateX(5px);
}
.l_header-btn.__buy {
  background-color: #78b651;
}
.l_header-btn.__contact {
  background-color: #595757;
  height: 100%;
  max-height: 175px;
}
@media (max-width: 960px) {
  .l_header-btn {
    gap: 12px;
    padding-bottom: 2px;
    flex-direction: row;
  }
}
.l_header-btn_wrap {
  width: 100%;
  height: 160px;
  display: flex;
  max-width: 560px;
}
@media (max-width: 1600px) {
  .l_header-btn_wrap {
    height: 100px;
  }
}
@media (max-width: 1200px) {
  .l_header-btn_wrap {
    height: 90px;
  }
}
@media (max-width: 960px) {
  .l_header-btn_wrap {
    height: 64px;
  }
}
.l_header-btn_img {
  width: 40px;
}
@media (max-width: 1600px) {
  .l_header-btn_img {
    width: 32px;
  }
}
@media (max-width: 1200px) {
  .l_header-btn_img {
    width: 28px;
  }
}
@media (max-width: 768px) {
  .l_header-btn_img {
    width: 24px;
  }
}
.l_header-btn_text {
  font-size: 23px;
  text-align: center;
  font-weight: 600;
  margin-top: 12px;
  line-height: 1.75;
}
@media (max-width: 1890px) {
  .l_header-btn_text {
    font-size: 21px;
  }
}
@media (max-width: 1600px) {
  .l_header-btn_text {
    font-size: 16px;
    margin-top: 6px;
  }
}
@media (max-width: 1200px) {
  .l_header-btn_text {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .l_header-btn_text {
    line-height: 1.25;
    margin-top: 0;
  }
}
.l_header-btn_text.__contact {
  color: #fff;
}
.l_header-btn_arrow {
  width: 17.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  transition: 0.4s;
}
@media (max-width: 1600px) {
  .l_header-btn_arrow {
    margin-top: 6px;
  }
}
@media (max-width: 1200px) {
  .l_header-btn_arrow {
    margin-top: 2px;
  }
}
@media (max-width: 768px) {
  .l_header-btn_arrow {
    position: absolute;
    right: 10px;
    width: 14px;
  }
}

.l_header-hamburger {
  width: 32px;
  height: 22px;
  position: absolute;
  top: 50px;
  right: 0;
  transform: translateY(-50%);
  right: 16px;
  z-index: 1000000;
  cursor: pointer;
}
.l_header-hamburger span {
  width: 100%;
  height: 2px;
  background-color: #231815;
  position: absolute;
  right: 0;
  transition: 0.4s;
}
.l_header-hamburger span:nth-child(1) {
  top: 0;
}
.l_header-hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
}
.l_header-hamburger span:nth-child(3) {
  bottom: 0;
}
.l_header-hamburger.is-active span:nth-child(1) {
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
}
.l_header-hamburger.is-active span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.l_header-hamburger.is-active span:nth-child(3) {
  transform: rotate(-45deg) translateY(50%);
  bottom: 50%;
}

.l_footer {
  background-color: #595757;
}
.l_footer_inner {
  padding: 48px 0;
}
@media (max-width: 960px) {
  .l_footer_inner {
    padding: 36px 0;
  }
}
.l_footer_logo {
  display: block;
  width: 100%;
  max-width: 296px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .l_footer_logo {
    max-width: 240px;
  }
}
.l_footer_copy {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  background-color: #fff;
}

.l_footer-nav {
  display: flex;
  width: 100%;
  max-width: 722px;
  margin: 50px auto 0;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 1200px) {
  .l_footer-nav {
    max-width: 660px;
  }
}
@media (max-width: 960px) {
  .l_footer-nav {
    max-width: 540px;
  }
}
@media (max-width: 560px) {
  .l_footer-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 12px;
    max-width: 360px;
  }
}
@media (max-width: 560px) {
  .l_footer-nav_item {
    width: calc(33.33% - 8px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.l_footer-nav_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.l_footer-nav_link .__en {
  font-family: "EB Garamond", serif;
  font-size: 23px;
  color: #fff;
}
@media (max-width: 1200px) {
  .l_footer-nav_link .__en {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .l_footer-nav_link .__en {
    font-size: 18px;
  }
}
.l_footer-nav_link .__jp {
  font-size: 14px;
  color: #9d9d9e;
  letter-spacing: 0.085em;
}
@media (max-width: 1200px) {
  .l_footer-nav_link .__jp {
    font-size: 12px;
  }
}

.l_footer-info {
  background-color: #333333;
  padding: 42px 0 24px;
}
.l_footer-info_inner {
  display: flex;
  gap: 128px;
}
@media (max-width: 960px) {
  .l_footer-info_inner {
    gap: 80px;
  }
}
@media (max-width: 768px) {
  .l_footer-info_inner {
    flex-direction: column;
  }
}
.l_footer-info_container {
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .l_footer-info_container {
    width: 100%;
  }
}
.l_footer-info_container:nth-child(1)::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: -64px;
  top: 0;
}
@media (max-width: 960px) {
  .l_footer-info_container:nth-child(1)::before {
    right: -40px;
  }
}
@media (max-width: 768px) {
  .l_footer-info_container:nth-child(1)::before {
    width: 100%;
    height: 1px;
    right: unset;
    left: 0;
    bottom: -40px;
    top: unset;
  }
}
.l_footer-info_title {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.l_footer-info_btn-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 28px;
  gap: 24px;
}
.l_footer-info_btn.m_btn {
  max-width: 360px;
  height: 56px;
  border-radius: 12px;
  font-size: 20px;
}
.l_footer-info_tel {
  display: inline-block;
  font-size: 50px;
  font-family: "EB Garamond", serif;
  margin-top: 24px;
  color: #fff;
}
.l_footer-info_meta {
  font-size: 18px;
  margin-top: 16px;
  color: #fff;
  font-family: "EB Garamond", serif;
}
.l_footer-info_container .link-text{
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
.l_footer-info_container .privacy-link{
  position: absolute;
  bottom: 0;
  left: 0;
}
.l_footer-info_container .privacy-link:hover{
  opacity: 0.8;
}

a {
  text-decoration: none;
  color: inherit;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-size: 16px;
  position: relative;
}
body.fix {
  overflow: hidden;
}

.view-hidden {
  width: 100vw;
  overflow: hidden;
}

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

.m_section-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .m_section-title {
    margin-bottom: 40px;
  }
}
.m_section-title .__en {
  font-size: 70px;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  line-height: 1;
}
@media (max-width: 1200px) {
  .m_section-title .__en {
    font-size: 62px;
  }
}
@media (max-width: 960px) {
  .m_section-title .__en {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .m_section-title .__en {
    font-size: 48px;
  }
}
@media (max-width: 560px) {
  .m_section-title .__en {
    font-size: 40px;
  }
}
.m_section-title .__jp {
  font-size: 14px;
  letter-spacing: 0.085em;
}
@media (max-width: 560px) {
  .m_section-title .__jp {
    font-size: 12px;
    margin-top: 4px;
  }
}

.m_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 100px;
  width: 100%;
  max-width: 533px;
  border-radius: 20px;
  box-shadow: 6px 6px 4.5px rgba(99, 115, 182, 0.3);
  background-color: #fff;
  font-size: 23px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.6s;
}
.m_btn:hover {
  box-shadow: 3px 3px 4.5px rgba(99, 115, 182, 0.3);
}
.m_btn:hover .m_btn_arrow-toright {
  transform: translateX(5px);
}
.m_btn:hover .m_btn_arrow-tobottom {
  transform: translateY(5px);
}
@media (max-width: 1200px) {
  .m_btn {
    font-size: 18px;
    height: 64px;
    border-radius: 12px;
  }
}
@media (max-width: 768px) {
  .m_btn {
    font-size: 16px;
    height: 56px;
    border-radius: 10px;
  }
}
@media (max-width: 560px) {
  .m_btn {
    width: 100%;
    max-width: 320px;
  }
}
.m_btn.__color {
  background-color: #78b651;
  color: #fff;
}
.m_btn.__black {
  background-color: #000;
  color: #fff;
}
.m_btn_arrow-tobottom {
  display: flex;
  align-items: center;
  width: 14px;
  padding-top: 5px;
  transition: 0.4s;
}
.m_btn_arrow-toright {
  display: flex;
  align-items: center;
  width: 21px;
  padding-top: 5px;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .m_btn_arrow-toright {
    width: 16px;
    padding-top: 2.5px;
  }
}
.m_btn_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  padding-top: 3px;
}
@media (max-width: 1200px) {
  .m_btn_icon {
    width: 36px;
  }
}
@media (max-width: 768px) {
  .m_btn_icon {
    width: 28px;
  }
}

.m_faq-list {
  max-width: 1040px;
  margin: 0 auto;
}
.m_faq-list_item {
  display: flex;
  gap: 0 24px;
}
@media (max-width: 1200px) {
  .m_faq-list_item {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .m_faq-list_item {
    gap: 16px;
  }
}
@media (max-width: 560px) {
  .m_faq-list_item {
    gap: 12px;
  }
}
.m_faq-list_item:nth-child(n+2) {
  margin-top: 36px;
}
.m_faq-list_icon {
  display: block;
  width: 60px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .m_faq-list_icon {
    width: 48px;
  }
}
@media (max-width: 768px) {
  .m_faq-list_icon {
    width: 36px;
  }
}
@media (max-width: 560px) {
  .m_faq-list_icon {
    width: 32px;
  }
}
.m_faq-list_content {
  background-color: #fff;
  border-radius: 20px;
  padding: 24px 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .m_faq-list_content {
    border-radius: 12px;
    padding: 16px 12px;
  }
}
.m_faq-list_question {
  font-size: 22px;
  font-weight: 600;
  padding-right: 24px;
  position: relative;
  cursor: pointer;
}
.m_faq-list_question:before, .m_faq-list_question::after {
  content: "";
  background-color: #9d9d9e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.m_faq-list_question::before {
  width: 1px;
  height: 12px;
  right: 5.5px;
}
.m_faq-list_question:after {
  width: 12px;
  height: 1px;
  right: 0;
}
.m_faq-list_question.is-active::before {
  transform: translateY(-50%) rotate(90deg);
}
@media (max-width: 1200px) {
  .m_faq-list_question {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .m_faq-list_question {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .m_faq-list_question {
    font-size: 14px;
  }
}
.m_faq-list_answer {
  margin-top: 16px;
  display: none;
}
.m_faq-list_answer-inner {
  display: flex;
  gap: 0 20px;
}
.m_faq-list_answer-text {
  font-size: 17px;
  line-height: 2;
}
@media (max-width: 1200px) {
  .m_faq-list_answer-text {
    font-size: 15px;
  }
}
@media (max-width: 560px) {
  .m_faq-list_answer-text {
    font-size: 13px;
  }
}

.m_slider-list {
  max-width: 1100px;
  margin: 36px auto 0;
  padding-top: 120px;
}
@media (max-width: 1200px) {
  .m_slider-list {
    padding-top: 80px;
    margin: 24px auto 0;
  }
}
@media (max-width: 560px) {
  .m_slider-list {
    max-width: 360px;
    padding-top: 64px;
    margin: 16px auto 0;
  }
}
.m_slider-list_item {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .m_slider-list_item {
    padding: 0 20px;
  }
}
@media (max-width: 960px) {
  .m_slider-list_item {
    padding: 0 8px;
  }
}
.m_slider-list_img {
  width: 100%;
  overflow: hidden;
  border: 1px solid #000;
}
.m_slider-list_date {
  font-size: 20px;
  margin-top: 20px;
  font-family: "EB Garamond", serif;
}
@media (max-width: 1200px) {
  .m_slider-list_date {
    font-size: 18px;
  }
}
.m_slider-list_title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.085em;
  margin-top: 8px;
}
@media (max-width: 1200px) {
  .m_slider-list_title {
    font-size: 18px;
  }
}
.m_slider-list .slick-arrow {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  text-indent: -200px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 2.5px 2.5px 1.8px rgba(99, 115, 182, 0.3);
  cursor: pointer;
}
.m_slider-list .slick-arrow.slick-prev {
  right: 38px;
  transform: translateX(-100%);
  background: url(../img/arrow_slick-prev.png) center/cover;
}
@media (max-width: 560px) {
  .m_slider-list .slick-arrow.slick-prev {
    right: 18px;
  }
}
.m_slider-list .slick-arrow.slick-next {
  right: 30px;
  background: url(../img/arrow_slick-next.png) center/cover;
}
@media (max-width: 560px) {
  .m_slider-list .slick-arrow.slick-next {
    right: 10px;
  }
}
.m_slider-list_more-btn-wrap {
  width: 100%;
  max-width: 1040px;
  display: flex;
  justify-content: flex-end;
  margin: 76px auto 0;
  padding-bottom: 64px;
}
.m_slider-list_more-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-bottom: 0.25px solid #040000;
  font-size: 20px;
  font-family: "EB Garamond", serif;
  padding-bottom: 6px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .m_slider-list_more-btn {
    font-size: 18px;
  }
}
.m_slider-list_more-btn:hover .m_slider-list_more-btn-arrow {
  transform: translateX(4px);
}
.m_slider-list_more-btn-arrow {
  display: flex;
  align-items: center;
  width: 17.5px;
  transition: 0.3s;
}

.m_cta {
  width: 100%;
  padding: 80px 20px;
  background: url(../img/bg_cta.jpg) center/cover;
}
.m_cta_inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .m_cta_inner {
    max-width: 800px;
  }
}
.m_cta_title {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1200px) {
  .m_cta_title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .m_cta_title {
    font-size: 36px;
  }
}
@media (max-width: 560px) {
  .m_cta_title {
    font-size: 28px;
  }
}
.m_cta_text {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-top: 80px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 1200px) {
  .m_cta_text {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .m_cta_text {
    font-size: 16px;
    margin-top: 64px;
  }
}
@media (max-width: 560px) {
  .m_cta_text {
    font-size: 14px;
    margin-top: 40px;
  }
}
.m_cta_btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 36px;
  margin-top: 60px;
}
@media (max-width: 960px) {
  .m_cta_btn-wrap {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 560px) {
  .m_cta_btn-wrap {
    gap: 20px 0;
  }
}
.m_cta_btn {
  width: calc(50% - 18px);
}
@media (max-width: 960px) {
  .m_cta_btn {
    width: 100%;
    max-width: 360px;
  }
}

.m_modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
.m_modal.is-active {
  opacity: 1;
  pointer-events: visible;
}
.m_modal_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.76);
  position: absolute;
  top: 0;
  left: 0;
}
.m_modal_inner {
  padding: 74px 24px 42px;
  background-color: #fff;
  overflow: scroll;
  z-index: 1;
  position: relative;
  min-height: 600px;
}
@media (max-width: 768px) {
  .m_modal_inner {
    padding: 56px 20px 36px;
    min-height: unset;
  }
}
.m_modal_content-title {
  font-size: 28px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 768px) {
  .m_modal_content-title {
    font-size: 24px;
  }
}
.m_modal_content-text {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .m_modal_content-text {
    font-size: 16px;
    margin-bottom: 28px;
    margin-top: 16px;
  }
}
.m_modal_content-list {
  display: flex;
  justify-content: center;
  max-width: 720px;
  margin: 16px auto 0;
}
.m_modal_content-list-item {
  width: 20%;
  padding: 10px 0 20px;
  position: relative;
}
.m_modal_content-list-item::before {
  content: "";
  width: 0.25px;
  height: 200%;
  background-color: #231815;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-25%) scale(0.5);
}
.m_modal_content-list-item:last-child::before {
  display: none;
}
.m_modal_content-list-img {
  display: block;
  max-width: 95%;
  width: 80px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m_modal_content-list-img {
    width: 50px;
  }
}
.m_modal_content-list-text {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 14px;
}
@media (max-width: 768px) {
  .m_modal_content-list-text {
    font-size: 14px;
  }
}
.m_modal_close-btn {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .m_modal_close-btn {
    top: 20px;
    right: 20px;
  }
}
.m_modal_close-btn::before, .m_modal_close-btn::after {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 50px;
  background-color: #231815;
  position: absolute;
  top: 50%;
  left: 0;
}
.m_modal_close-btn::before {
  transform: rotate(45deg);
}
.m_modal_close-btn::after {
  transform: rotate(-45deg);
}
.m_modal_content-flow {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
.m_modal_content-btn {
  margin: 40px auto 0;
  color: #fff;
}

.m_bread-list {
  display: flex;
}
.m_bread-list_wrap {
  padding: 16px 0;
}
.m_bread-list_item {
  position: relative;
  font-size: 14px;
}
.m_bread-list_item:first-child span {
  font-family: "EB Garamond", serif;
}
.m_bread-list_item:nth-child(n+2) {
  padding-left: 20px;
}
.m_bread-list_item:nth-child(n+2)::before {
  content: "/";
  font-size: inherit;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.m_page-bottom {
  padding: 60px 0;
}

.m_page-bottom-mv {
  padding-top: 64px;
}
@media (max-width: 560px) {
  .m_page-bottom-mv {
    padding-top: 40px;
  }
}
.m_page-bottom-mv_title {
  font-size: 50px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .m_page-bottom-mv_title {
    font-size: 42px;
  }
}
@media (max-width: 960px) {
  .m_page-bottom-mv_title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .m_page-bottom-mv_title {
    font-size: 32px;
  }
}
@media (max-width: 560px) {
  .m_page-bottom-mv_title {
    font-size: 28px;
  }
}
.m_page-bottom-mv_title-en {
  font-size: 25px;
  text-align: center;
  font-family: "EB Garamond", serif;
  margin-top: 6px;
}
@media (max-width: 1200px) {
  .m_page-bottom-mv_title-en {
    font-size: 23px;
  }
}
@media (max-width: 960px) {
  .m_page-bottom-mv_title-en {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .m_page-bottom-mv_title-en {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .m_page-bottom-mv_title-en {
    font-size: 16px;
  }
}
.m_page-bottom-mv_img {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .m_page-bottom-mv_img {
    height: 320px;
    margin-top: 64px;
  }
}
@media (max-width: 960px) {
  .m_page-bottom-mv_img {
    height: 280px;
    margin-top: 56px;
  }
}
@media (max-width: 768px) {
  .m_page-bottom-mv_img {
    height: 250px;
    margin-top: 40px;
  }
}
@media (max-width: 560px) {
  .m_page-bottom-mv_img {
    height: 180px;
  }
}
.m_page-bottom-mv_img.__template {
  background-image: url(../img/mv_bottom-template.jpg);
}

.m_page-bottom-intro_text {
  font-size: 20px;
  max-width: 1240px;
  margin: 0 auto;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  .m_page-bottom-intro_text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .m_page-bottom-intro_text {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .m_page-bottom-intro_text {
    font-size: 14px;
  }
}

.m_pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  font-size: 24px;
  gap: 12px;
}
.m_pagination .page-numbers {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #707070;
  color: #000;
  font-size: 14px;
  font-family: "EB Garamond", serif;
  transition: 0.3s;
}
.m_pagination .page-numbers:hover {
  background-color: #707070;
  color: #fff;
}
.m_pagination .page-numbers.next, .m_pagination .page-numbers.prev {
  text-indent: -100px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.m_pagination .page-numbers.next {
  background-image: url(../img/arrow_slick-next.png);
}
.m_pagination .page-numbers.next:hover {
  transform: translateX(3px);
}
.m_pagination .page-numbers.prev {
  background-image: url(../img/arrow_slick-prev.png);
}
.m_pagination .page-numbers.prev:hover {
  transform: translateX(-3px);
}
.m_pagination .page-numbers.current {
  background-color: #707070;
  color: #fff;
}

.m_single-return-btn {
  margin: 40px auto 0;
}

.top_mv {
  padding-left: 108px;
}
@media (max-width: 1600px) {
  .top_mv {
    padding-left: 80px;
  }
}
@media (max-width: 960px) {
  .top_mv {
    padding-left: 40px;
  }
}
@media (max-width: 560px) {
  .top_mv {
    padding-left: 20px;
  }
}
.top_mv_inner {
  padding-left: 120px;
  position: relative;
}
@media (max-width: 1600px) {
  .top_mv_inner {
    padding-left: 100px;
  }
}
@media (max-width: 960px) {
  .top_mv_inner {
    padding-left: 40px;
  }
}
@media (max-width: 560px) {
  .top_mv_inner {
    padding-left: 20px;
  }
}
.top_mv_catch-wrap {
  position: absolute;
  bottom: 20%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 12px 0 16px;
}
@media (max-width: 960px) {
  .top_mv_catch-wrap {
    bottom: 25%;
  }
}
.top_mv_catch-jp {
  font-size: 90px;
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 1600px) {
  .top_mv_catch-jp {
    font-size: 72px;
  }
}
@media (max-width: 1200px) {
  .top_mv_catch-jp {
    font-size: 56px;
  }
}
@media (max-width: 960px) {
  .top_mv_catch-jp {
    font-size: 48px;
  }
}
@media (max-width: 560px) {
  .top_mv_catch-jp {
    font-size: 32px;
  }
}
.top_mv_catch-en {
  font-size: 30px;
  font-family: "EB Garamond", serif;
}
@media (max-width: 1600px) {
  .top_mv_catch-en {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .top_mv_catch-en {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .top_mv_catch-en {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .top_mv_catch-en {
    font-size: 16px;
  }
}
.top_mv_img {
  width: 100%;
  height: calc(100vh - 320px);
  background: url(../img/mv_img.jpg) center right/cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media (max-width: 1600px) {
  .top_mv_img {
    height: calc(100vh - 200px);
  }
}
@media (max-width: 960px) {
  .top_mv_img {
    height: calc(100vh - 240px);
  }
}
@media (max-width: 560px) {
  .top_mv_img {
    height: 300px;
  }
}

.top_intro_content-top {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .top_intro_content-top {
    flex-direction: column;
  }
}
.top_intro_content-top-title {
  font-size: 66px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .top_intro_content-top-title {
    font-size: 52px;
  }
}
@media (max-width: 1200px) {
  .top_intro_content-top-title {
    font-size: 42px;
  }
}
@media (max-width: 960px) {
  .top_intro_content-top-title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .top_intro_content-top-title {
    text-align: center;
  }
}
@media (max-width: 560px) {
  .top_intro_content-top-title {
    font-size: 32px;
  }
}
.top_intro_content-top-title .__sm {
  font-size: 35px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .top_intro_content-top-title .__sm {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .top_intro_content-top-title .__sm {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  .top_intro_content-top-title .__sm {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .top_intro_content-top-title .__sm {
    font-size: 16px;
  }
}
.top_intro_content-block {
  width: 50%;
}
@media (max-width: 768px) {
  .top_intro_content-block {
    width: 100%;
  }
}
.top_intro_content-block.__right {
  padding-left: 80px;
}
@media (max-width: 1200px) {
  .top_intro_content-block.__right {
    padding-left: 60px;
  }
}
@media (max-width: 960px) {
  .top_intro_content-block.__right {
    padding-left: 28px;
  }
}
@media (max-width: 768px) {
  .top_intro_content-block.__right {
    padding: 0;
    margin-top: 50px;
  }
}
.top_intro_content-block.__center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .top_intro_content-block.__center {
    gap: 24px;
  }
}
.top_intro_content-top-cycle {
  margin-top: 50px;
  max-width: 690px;
}
@media (max-width: 768px) {
  .top_intro_content-top-cycle {
    max-width: 360px;
    margin: 24px auto 0;
  }
}
.top_intro_content-top-text {
  max-width: 452px;
  width: 100%;
  font-size: 18px;
  padding: 60px 0;
  padding-bottom: 0;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 960px) {
  .top_intro_content-top-text {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .top_intro_content-top-text {
    padding: 28px 0;
    margin: 0 auto;
  }
}
@media (max-width: 560px) {
  .top_intro_content-top-text {
    font-size: 14px;
  }
}
.top_intro_content-top-logo {
  width: 100%;
  max-width: 226px;
  margin-left: auto;
}
@media (max-width: 560px) {
  .top_intro_content-top-logo {
    width: 156px;
  }
}
.top_intro_bg-wide {
  width: 100%;
}
.top_intro_bottom-inner {
  padding: 120px 20px;
}
@media (max-width: 960px) {
  .top_intro_bottom-inner {
    padding: 100px 20px;
  }
}
@media (max-width: 560px) {
  .top_intro_bottom-inner {
    padding: 80px 0;
  }
}
.top_intro_end-title {
  font-size: 35px;
  font-family: "EB Garamond", serif;
}
@media (max-width: 960px) {
  .top_intro_end-title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .top_intro_end-title {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .top_intro_end-title {
    font-size: 24px;
  }
}
.top_intro_end-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.085em;
  margin-top: 24px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 960px) {
  .top_intro_end-text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .top_intro_end-text {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .top_intro_end-text {
    font-size: 14px;
  }
}

.top_item_title {
  font-size: 42px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .top_item_title {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .top_item_title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .top_item_title {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .top_item_title {
    font-size: 24px;
  }
}
.top_item_text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 64px;
}
@media (max-width: 960px) {
  .top_item_text {
    font-size: 18px;
    margin-top: 48px;
  }
}
@media (max-width: 768px) {
  .top_item_text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .top_item_text {
    font-size: 14px;
    margin-top: 36px;
  }
}
.top_item_btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}

.top_faq {
  background-color: #f5f5f5;
  padding-bottom: 60px;
  position: relative;
}
.top_faq_more-btn{
  position: relative;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media (max-width: 960px) {
  .top_faq_more-btn {
    bottom: 15px;
  }
}
.top_voice {
  padding-top: 60px;
}
.top_voice_intro-text {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  .top_voice_intro-text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .top_voice_intro-text {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .top_voice_intro-text {
    font-size: 14px;
  }
}

.top_news {
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
}
.top_news::before {
  content: "";
  width: 70%;
  height: calc(100% - 160px);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #fcfdfe;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: -1;
}
@media (max-width: 1600px) {
  .top_news::before {
    width: 75%;
  }
}
@media (max-width: 960px) {
  .top_news::before {
    width: 70%;
  }
}
@media (max-width: 560px) {
  .top_news::before {
    top: 90px;
    height: calc(100% - 180px);
  }
}

.page-flow .m_page-bottom-mv_img{
  background-image: url('../img/flow-main.jpg');
  background-position: 0px 75%;
}
.page-flow_flow-list {
  max-width: 1240px;
  margin: 0 auto;
}
.page-flow_flow-list_item {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
    margin-top: 50px;
}
@media (max-width: 1200px) {
  .page-flow_flow-list_item {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .page-flow_flow-list_item {
    gap: 10px;
    flex-direction: column;
  }
}
/* .page-flow_flow-list_item:nth-child(n+2) {
  margin-top: 56px;
} */
.page-flow_flow-list_img {
  width: 200px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .page-flow_flow-list_img {
    width: 250px;
  }
}
@media (max-width: 768px) {
  .page-flow_flow-list_img {
    margin: 0 auto;
  }
}
.page-flow_flow-list_img img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 120px;
  margin: 15px auto;
}
.page-flow_flow-list_content {
  width: 100%;
}
.page-flow_flow-list_content-title {
  display: flex;
  gap: 56px;
  align-items: center;
}
@media (max-width: 1200px) {
  .page-flow_flow-list_content-title {
    gap: 28px;
  }
}
@media (max-width: 560px) {
  .page-flow_flow-list_content-title {
    gap: 16px;
  }
}
.page-flow_flow-list_content-title .__num {
  font-size: 35px;
  font-family: "EB Garamond", serif;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .page-flow_flow-list_content-title .__num {
    font-size: 32px;
  }
}
@media (max-width: 560px) {
  .page-flow_flow-list_content-title .__num {
    font-size: 28px;
  }
}
.page-flow_flow-list_content-title .__jp {
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-flow_flow-list_content-title .__jp {
    font-size: 23px;
  }
}
@media (max-width: 560px) {
  .page-flow_flow-list_content-title .__jp {
    font-size: 20px;
  }
}
.page-flow_flow-list_content-text {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: 32px;
}
@media (max-width: 960px) {
  .page-flow_flow-list_content-text {
    margin-top: 24px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .page-flow_flow-list_content-text {
    margin-top: 10px;
    font-size: 16px;
  }
}
.page-flow_flow-list_content-btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 36px;
}
@media (max-width: 960px) {
  .page-flow_flow-list_content-btn-wrap {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .page-flow_flow-list_content-btn-wrap {
    justify-content: center;
  }
}

.page-flow_flow-list_content .m_btn.__color{
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 20px 30px;
    font-size: 17px;
}
.page-flow_flow_link {
  text-decoration: underline;
  word-break: break-all;
}
.page-flow_flow-list_item p.flow-small{
  font-size: 15px;
  margin-top: 2em;
  line-height: 1.75;
}
@media (max-width: 768px) {
.page-flow_flow-list_item p.flow-small{
  font-size: 13px;
}
}



.page-voice_list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 80px;
}
@media (max-width: 1600px) {
  .page-voice_list {
    gap: 24px;
  }
}
@media (max-width: 960px) {
  .page-voice_list {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .page-voice_list {
    gap: 16px;
  }
}
@media (max-width: 560px) {
  .page-voice_list {
    gap: 12px;
  }
}
.page-voice_list_item {
  width: calc(25% - 24px);
}
@media (max-width: 1600px) {
  .page-voice_list_item {
    width: calc(25% - 18px);
  }
}
@media (max-width: 1200px) {
  .page-voice_list_item {
    width: calc(33.33% - 16px);
  }
}
@media (max-width: 960px) {
  .page-voice_list_item {
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 768px) {
  .page-voice_list_item {
    width: calc(50% - 8px);
  }
}
@media (max-width: 560px) {
  .page-voice_list_item {
    width: calc(50% - 6px);
  }
}
.page-voice_list_img {
  border: 1px solid #000;
  overflow: hidden;
}
@media (max-width: 960px) {
  .page-voice_list_img {
    border-radius: 16px;
  }
}
@media (max-width: 768px) {
  .page-voice_list_img {
    border-radius: 12px;
  }
}

.page-faq_main {
  background-color: #f5f5f5;
}
.page-faq_main_inner {
  display: flex;
  gap: 40px;
}
@media (max-width: 1200px) {
  .page-faq_main_inner {
    gap: 24px;
  }
}
@media (max-width: 960px) {
  .page-faq_main_inner {
    flex-direction: column;
  }
}
.page-faq_main_category-list {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 960px) {
  .page-faq_main_category-list {
    gap: 10px 20px;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (max-width: 560px) {
  .page-faq_main_category-list {
    flex-direction: column;
  }
}
.page-faq_main_category-list-item {
  display: inline-block;
}
@media (max-width: 960px) {
  .page-faq_main_category-list-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 560px) {
  .page-faq_main_category-list-item {
    width: 100%;
  }
}
.page-faq_main_category-list-item:nth-child(n+2) {
  margin-top: 32px;
}
@media (max-width: 960px) {
  .page-faq_main_category-list-item:nth-child(n+2) {
    margin-top: 0;
  }
}
.page-faq_main_category-list-link {
  font-size: 20px;
  padding-left: 24px;
  letter-spacing: 0.05em;
  position: relative;
}
@media (max-width: 1600px) {
  .page-faq_main_category-list-link {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .page-faq_main_category-list-link {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .page-faq_main_category-list-link {
    padding-left: 16px;
  }
}
.page-faq_main_category-list-link::before {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 960px) {
  .page-faq_main_category-list-link::before {
    width: 12px;
    height: 1px;
  }
}
.page-faq_main_content {
  width: 100%;
  max-width: 820px;
}
.page-faq_main_content-title {
  font-size: 35px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 24px;
}

.panel_area {
  width: 100%;
}

.tab_btn {
  cursor: pointer;
  transition: 0.2s;
}
.tab_btn.active {
  transform: translateX(16px);
}

.tab_panel {
  display: none;
}

.tab_panel.active {
  display: block;
}

.page-company_profile-list_item {
  display: flex;
  border-top: 1px solid #9d9d9e;
  padding: 36px 48px;
}
@media (max-width: 960px) {
  .page-company_profile-list_item {
    padding: 28px 20px;
  }
}
@media (max-width: 768px) {
  .page-company_profile-list_item {
    padding: 20px 12px;
  }
}
@media (max-width: 560px) {
  .page-company_profile-list_item {
    flex-direction: column;
    gap: 6px;
  }
}
.page-company_profile-list_item:last-child {
  border-bottom: 1px solid #9d9d9e;
}
.page-company_profile-list_title {
  font-size: 20px;
  font-weight: 500;
  flex-shrink: 0;
  width: 250px;
}
@media (max-width: 960px) {
  .page-company_profile-list_title {
    font-size: 18px;
    width: 200px;
  }
}
@media (max-width: 768px) {
  .page-company_profile-list_title {
    font-size: 16px;
    width: 140px;
  }
}
.page-company_profile-list_content {
  font-size: 20px;
  width: 100%;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .page-company_profile-list_content {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .page-company_profile-list_content {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .page-company_profile-list_content {
    font-size: 14px;
  }
}
.page-company_profile-list_googlemap {
  border-bottom: 1px solid #000;
}

.page-news_list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 80px;
}
@media (max-width: 1600px) {
  .page-news_list {
    gap: 24px;
  }
}
@media (max-width: 960px) {
  .page-news_list {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .page-news_list {
    gap: 16px;
  }
}
@media (max-width: 560px) {
  .page-news_list {
    gap: 12px;
  }
}
.page-news_list_item {
  width: calc(25% - 24px);
}
@media (max-width: 1600px) {
  .page-news_list_item {
    width: calc(25% - 18px);
  }
}
@media (max-width: 1200px) {
  .page-news_list_item {
    width: calc(33.33% - 16px);
  }
}
@media (max-width: 960px) {
  .page-news_list_item {
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 768px) {
  .page-news_list_item {
    width: calc(50% - 8px);
  }
}
@media (max-width: 560px) {
  .page-news_list_item {
    width: calc(50% - 6px);
  }
}
.page-news_list_img {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .page-news_list_img {
    border-radius: 16px;
  }
}
@media (max-width: 768px) {
  .page-news_list_img {
    border-radius: 12px;
  }
}
.page-news_list_date {
  margin-top: 6px;
  font-size: 15px;
  text-align: right;
}
@media (max-width: 1200px) {
  .page-news_list_date {
    font-size: 13px;
  }
}
.page-news_list_category {
  display: flex;
  gap: 8px;
}
.page-news_list_category span {
  font-size: 14px;
  padding: 2px 10px;
  color: #fff;
  background-color: #000;
}
@media (max-width: 1200px) {
  .page-news_list_category {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .page-news_list_category {
    font-size: 12px;
  }
}
.page-news_list_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .page-news_list_title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .page-news_list_title {
    font-size: 14px;
  }
}

.single-news {
  margin-top: 80px;
}
@media (max-width: 560px) {
  .single-news {
    margin-top: 64px;
  }
}
.single-news_width {
  max-width: 680px;
  margin: 0 auto;
}
.single-news_category {
  display: flex;
  font-size: 14px;
  gap: 8px;
}
.single-news_category span {
  background-color: #000;
  padding: 2px 10px;
  color: #fff;
}
@media (max-width: 1200px) {
  .single-news_category span {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .single-news_category span {
    font-size: 12px;
  }
}
.single-news_date {
  font-size: 15px;
  padding: 16px 0;
}
@media (max-width: 1200px) {
  .single-news_date {
    font-size: 13px;
  }
}
.single-news_title {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .single-news_title {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .single-news_title {
    font-size: 24px;
  }
}
.single-news_content {
  margin-top: 80px;
}
@media (max-width: 560px) {
  .single-news_content {
    margin-top: 64px;
  }
}
.single-news_content h2 {
  font-size: 28px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  margin: 80px 0 40px;
}
@media (max-width: 768px) {
  .single-news_content h2 {
    font-size: 26px;
  }
}
@media (max-width: 560px) {
  .single-news_content h2 {
    font-size: 24px;
    margin: 64px 0 28px;
  }
}
.single-news_content h3 {
  font-size: 26px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  margin: 80px 0 40px;
}
@media (max-width: 768px) {
  .single-news_content h3 {
    font-size: 24px;
  }
}
@media (max-width: 560px) {
  .single-news_content h3 {
    font-size: 22px;
    margin: 64px 0 28px;
  }
}
.single-news_content h4 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  margin: 80px 0 40px;
}
@media (max-width: 768px) {
  .single-news_content h4 {
    font-size: 22px;
  }
}
@media (max-width: 560px) {
  .single-news_content h4 {
    font-size: 20px;
    margin: 64px 0 28px;
  }
}
.single-news_content p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.085em;
  margin-bottom: 24px;
}
@media (max-width: 560px) {
  .single-news_content p {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

.page-contact_intro {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.085em;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .page-contact_intro {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .page-contact_intro {
    font-size: 16px;
  }
}

.page-contact_form {
  margin: 64px auto 0;
  max-width: 800px;
}
.page-contact_form_label:nth-child(n+2) {
  margin-top: 56px;
}
.page-contact_form_width {
  width: calc(100% - 80px);
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  .page-contact_form_width {
    width: calc(100% - 32px);
    margin: 0 auto 40px;
  }
}
.page-contact_form_top-title {
  font-size: 20px;
  font-weight: 600;
  padding: 4px 12px 4px 20px;
  border-left: 4px solid #78b651;
  margin-bottom: 28px;
}
@media (max-width: 560px) {
  .page-contact_form_top-title {
    padding: 4px 12px 4px 12px;
  }
}
.page-contact_form_title {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  gap: 0 4px;
  align-items: center;
  padding: 6px 4px;
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 560px) {
  .page-contact_form_title {
    font-size: 16px;
  }
}
.page-contact_form_required {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 4px 2px 4px;
  background-color: #dc143c;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
}
.page-contact_form_input {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  min-height: 40px;
  margin: 16px 0;
  overflow: hidden;
}
.page-contact_form_btn-wrap {
  display: flex;
  justify-content: center;
  gap: 0 16px;
}
.page-contact_form_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000 !important;
  width: 50%;
  max-width: 280px;
  height: 56px;
  background-color: #fff;
}
.page-contact_form .mw_wp_form input[type=tel], .page-contact_form .mw_wp_form input[type=text], .page-contact_form .mw_wp_form input[type=email], .page-contact_form .mw_wp_form select, .page-contact_form .mw_wp_form textarea {
  width: 100%;
  height: 100%;
  background-color: #FFF0F5;
  font-size: 16px;
  padding: 12px 12px;
  border: none;
}
@media (max-width: 560px) {
  .page-contact_form .mw_wp_form input[type=tel], .page-contact_form .mw_wp_form input[type=text], .page-contact_form .mw_wp_form input[type=email], .page-contact_form .mw_wp_form select, .page-contact_form .mw_wp_form textarea {
    font-size: 14px;
  }
}
.page-contact_form select {
  background-color: #FFF0F5 !important;
}
.page-contact_form select.is-active {
  background-color: #fff !important;
}
.page-contact_form option:first-child {
  color: #777;
}

/* box-shadow:水平方向の距離 垂直方向の距離 ぼかし距離 広がり距離 影の色 inset;*/
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset;
}

.mw_wp_form_confirm .page-contact_form_input {
  border: none;
}
.mw_wp_form_confirm .page-contact_form_required {
  display: none;
}

.page-thanks_text-lg {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.page-thanks_text {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.085em;
  margin-top: 24px;
}
.page-thanks_text .__lg {
  font-size: 24px;
  font-weight: 600;
}
.page-thanks_btn {
  border: 1px solid #000;
  margin: 48px auto 0;
}

.u_dblock_pc {
  display: block;
}
.u_dblock_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_dblock_tb {
    display: block;
  }
}
.u_dblock_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_dblock_sp {
    display: block;
  }
}

.u_dnone_pc {
  display: none;
}
@media (max-width: 960px) {
  .u_dnone_tb {
    display: none;
  }
}
@media (max-width: 768px) {
  .u_dnone_sp {
    display: none;
  }
}

.u_break_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_break_tb {
    display: block;
  }
}
.u_break_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_break_sp {
    display: block;
  }
}

.u_break_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_break_tb {
    display: block;
  }
}
.u_break_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_break_sp {
    display: block;
  }
}
.u_break_ssp {
  display: none;
}
@media (max-width: 560px) {
  .u_break_ssp {
    display: block;
  }
}

@media (max-width: 1600px) {
  .u_break-none_pcl {
    display: none;
  }
}
@media (max-width: 960px) {
  .u_break-none_tb {
    display: none;
  }
}
@media (max-width: 768px) {
  .u_break-none_sp {
    display: none;
  }
}
@media (max-width: 560px) {
  .u_break-none_ssp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */


.page-template-default main section.page_content p{
    font-size: 16px;
    margin-bottom: 1.5em;
    line-height: 1.75;
}
.page-template-default main section.page_content h2{
    font-size: 30px;
    margin: 1.5em auto 1em;
}
.page-template-default main section.page_content ol li, 
.page-template-default main section.page_content ul li{
  list-style: auto;
}


.mb-0{
  margin-bottom: 0!important;
}
.mt-0{
  margin-top: 0!important;
}
.page .title-box h3{
  font-size: 30px;
  margin: 2em auto 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
.page .page_content p{
  line-height: 1.75;
}
.page .page_content h4{
    font-size: 24px;
    margin: 1.5em auto 1em;
    border-left: 5px solid;
    padding-left: 15px;
}
.page-item .m_page-bottom-mv_img{
  background-image: url('../img/item-main.jpg');
  background-position: 0 70%;
}
.page-news .m_page-bottom-mv_img.__template{
  background-image: url('../img/news-main.jpg');
  background-position: 0 75%;
}
.page-faq .m_page-bottom-mv_img.__template{
  background-image: url('../img/faq-main.jpg');
  background-position: 0 45%;
}
.page-item .damage{
  background-color: #f7f7f7;
  padding: 20px;
  margin-bottom: 30px;
}
.page-item .damage h5{
    font-size: 22px;
    margin: 1em auto 0.5em;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.page-item .damage h5:first-child{
  margin-top: 0;
}
.page .page-item .content-container ul li{
  list-style: disc;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.page .page-item .content-container ul li:last-child{
  margin-bottom: 0;
}
.page .page-item .content-container .caution{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
    margin: 60px auto;
}
.page .page-item .content-container ul li span.font-red{
  color: red;
  text-decoration: underline;
}
.page .page-item .content-container .caution p:last-child{
  margin-bottom: 0;
}
.page .page-item .content-container .caution ul{
  padding-left: 1em;
  margin-bottom: 2em;
}
.page .page-item .content-container .caution ul li::marker{
  content: '※';
}
.page .more-button{
  text-align: center;
}
.page .more-button.left{
  text-align: left;
}
.page .more-button a{
  display: inline-block;
  border: 1px solid #333;
  padding: 1em 2em;
}


.flex-box{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.flex-box .f-49{
  width: 49%;
}
@media (max-width: 960px) {
  .sp-nonflex{
    display: block;
  }
  .sp-nonflex .sp-f-100{
    width: 100%;
  }
  .page .title-box h3 {
    font-size: 24px;
  }
  .page .page_content h4 {
    font-size: 20px;
  }
  .page .page_content h5 {
    font-size: 18px;
  }

}


.m_cta.seppousai{
  background:none;
    padding: 0 10px 5em;
}
.m_cta.seppousai .m_cta_inner{
  border: 5px solid rgb(210 13 13);
  padding: 1.5em;
}
.m_cta.seppousai .m_cta_inner .m_cta_title{
  color: #333;
  font-size: 35px;
}
.m_cta.seppousai .m_cta_inner .m_cta_text{
  color: #333;
  font-size: 16px;
  margin-top:20px;
}
.m_cta.seppousai ul{
  padding-left: 2em;
  margin: 2em auto;
}
.m_cta.seppousai ul li{
      list-style: disc;
}
.m_cta.seppousai ul li,
.m_cta.seppousai ul li span{
  color: #fff;
  font-size: 20px;
  line-height: 1.75;
}
.m_cta.seppousai ul li span.underline{
      text-decoration: underline;
}
.m_cta.seppousai p.m_cta_text_02{
      margin-top: 1em;
}
.m_cta.seppousai .m_cta_btn-wrap{
  text-align: center;
  display: block;
}
.m_cta.seppousai .m_cta_btn-wrap a{
  display: inline-block;
  border-radius: 0;
  height: auto;
  padding: 1.5em;
  line-height: 1;
}
@media (max-width: 560px) {
  .m_cta.seppousai ul li, .m_cta.seppousai ul li span {
    font-size: 16px;
  }
  .m_cta.seppousai .m_cta_inner .m_cta_title{
    font-size: 20px;
  }
  .m_cta.seppousai .m_cta_inner .m_cta_text{
    font-size: 14px;
  }
  .m_cta.seppousai .m_cta_btn-wrap{
    margin-top:10px;
  }
}

.m_cta.shop_cta{
    margin: 0 auto 5em;
    padding: 50px 0;
/*     background-image: url(https://www.snowpeak-cc.co.jp/wp-content/themes/wp_snowpeak/img/shop-cta_back.jpg); */
  background-image:none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.m_cta.shop_cta .m_cta_title{
    font-size: 35px;
    color: #000;
}
.m_cta.shop_cta .m_cta_text{
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
    color: #000;
}
.m_cta.shop_cta .m_cta_btn-wrap{
    justify-content: center;
    margin-top: 20px;
}
.m_cta.shop_cta .m_btn.__color{
    height: auto;
    padding: 1em 0;
    background-color: #000;
    box-shadow: 3px 3px 5px #252525;
    border-radius: 0;
}
@media screen and (max-width: 750px) {
.m_cta.shop_cta .m_cta_title{
  font-size: 25px;
}
.m_cta.shop_cta .m_cta_text{
  font-size: 15px;
}
}



a.text-link{
  text-decoration: underline;
}
a.text-link:hover{
  opacity: 0.8;
}