@charset "UTF-8";
/*　component Styles */
/* mixin */
/****************************************************************/
/* clearfix */
/****************************************************************/
/****************************************************************/
/* letter-spacing */
/****************************************************************/
/****************************************************************/
/* font family */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅を保って背景全画面 */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅を保って左寄せ */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅を保って右寄せ */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅 */
/****************************************************************/
/****************************************************************/
/* hover effect */
/****************************************************************/
/****************************************************************/
/* margin-responsive */
/****************************************************************/
/****************************************************************/
/* padding-responsive */
/****************************************************************/
/****************************************************************/
/* 画面幅からfontSizeを算出する */
/****************************************************************/
/**
 * 画面幅からpadding等の余白を算出する
 */
#page .text-center {
  text-align: center;
}
#page .text-left {
  text-align: left;
}
#page .text-right {
  text-align: right;
}
#page article {
  text-align: left;
}
#page article h2 {
  line-height: 1.35;
  position: relative;
  padding-bottom: 14px;
}
@media screen and (min-width: 768px) {
  #page article h2 {
    margin-top: 104px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960.8px) {
  #page article h2 {
    margin-top: 72.8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767.8px) {
  #page article h2 {
    margin-top: 52px;
  }
}
@media screen and (max-width: 767.8px) {
  #page article h2 {
    font-size: clamp(0px, 17 / (375 - var(--scrollbar-width)) * 100vw, 17px);
    margin-top: min(64 / (375 - var(--scrollbar-width)) * 100vw, 64px);
  }
}
#page article h2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #2F3787;
  bottom: 0;
  left: 0;
}
#page article p {
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #page article p {
    margin-top: 40px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960.8px) {
  #page article p {
    margin-top: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767.8px) {
  #page article p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767.8px) {
  #page article p {
    margin-top: 24px;
    font-size: clamp(0px, 14 / (375 - var(--scrollbar-width)) * 100vw, 14px);
  }
}
#page article p a {
  color: #E8518F;
  text-decoration: underline;
}
#page article strong {
  color: #E8518F;
}
#page h3 {
  color: #333333;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #page h3 {
    font-size: 22px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960.8px) {
  #page h3 {
    margin-top: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767.8px) {
  #page h3 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767.8px) {
  #page h3 {
    font-size: clamp(0px, 16 / (375 - var(--scrollbar-width)) * 100vw, 16px);
    margin-top: 24px;
  }
}
#page h3 {
  padding: 0;
  border: 0;
}

@media screen and (max-width: 600.8px) {
  #corporate-information article {
    margin-left: min(-12 / (375 - var(--scrollbar-width)) * 100vw, -12px);
    margin-right: min(-12 / (375 - var(--scrollbar-width)) * 100vw, -12px);
  }
}
#corporate-information dl {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
@media screen and (max-width: 960.8px) {
  #corporate-information dl {
    margin-top: 5.6px;
  }
}
@media screen and (max-width: 767.8px) {
  #corporate-information dl {
    margin-top: 4px;
  }
}
@media screen and (max-width: 767.8px) {
  #corporate-information dl {
    margin-top: 8px;
  }
}
#corporate-information dl dt {
  background-color: #D2E5FF;
  color: #2F3787;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(90px, 20vw, 200px);
}
@media screen and (min-width: 768px) {
  #corporate-information dl dt {
    font-size: 16px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 767.8px) {
  #corporate-information dl dt {
    font-size: clamp(0px, 13 / (375 - var(--scrollbar-width)) * 100vw, 13px);
    padding: 0 8px;
  }
}
#corporate-information dl dd {
  flex: 1;
  background-color: rgba(210, 229, 255, 0.5019607843);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  padding: 24px;
  text-align: left;
}
#corporate-information dl dd a {
  color: #E8518F;
  font-weight: 500;
  text-decoration: underline;
  position: relative;
  padding-right: 22px;
}
@media screen and (max-width: 767.8px) {
  #corporate-information dl dd a {
    padding-right: 19px;
  }
}
#corporate-information dl dd a::after {
  position: absolute;
  content: "";
  top: 55%;
  right: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/frey-a26/img/new_icon/icon_blank.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767.8px) {
  #corporate-information dl dd a::after {
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 767.8px) {
  #corporate-information dl dd {
    font-size: clamp(0px, 13 / (375 - var(--scrollbar-width)) * 100vw, 13px);
    line-height: 1.5;
    padding: 16px;
  }
}
#corporate-information dl dt,
#corporate-information dl dd {
  border-radius: 4px;
}

#legal .contents h2:first-of-type {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  #privacy .contents p:first-of-type {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960.8px) {
  #privacy .contents p:first-of-type {
    margin-top: 16.8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767.8px) {
  #privacy .contents p:first-of-type {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767.8px) {
  #privacy .contents p:first-of-type {
    margin-top: 16px;
  }
}
#privacy .contents .list {
  font-weight: 500;
  line-height: 2;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  #privacy .contents .list {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.8px) {
  #privacy .contents .list {
    font-size: clamp(0px, 14 / (375 - var(--scrollbar-width)) * 100vw, 14px);
  }
}
@media screen and (min-width: 768px) {
  #privacy .contents .block {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960.8px) {
  #privacy .contents .block {
    margin-top: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767.8px) {
  #privacy .contents .block {
    margin-top: 20px;
  }
}
#privacy .contents .block p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  #privacy .contents .block + .block {
    margin-top: 56px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960.8px) {
  #privacy .contents .block + .block {
    margin-top: 39.2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767.8px) {
  #privacy .contents .block + .block {
    margin-top: 28px;
  }
}
@media screen and (max-width: 767.8px) {
  #privacy .contents .block + .block {
    margin-top: 40px;
  }
}

#customer-harassment article .text {
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #customer-harassment article .text {
    text-align: center;
    margin-top: 24px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960.8px) {
  #customer-harassment article .text {
    margin-top: 16.8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767.8px) {
  #customer-harassment article .text {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767.8px) {
  #customer-harassment article .text {
    margin-top: 16px;
    font-size: clamp(0px, 14 / (375 - var(--scrollbar-width)) * 100vw, 14px);
  }
}
#customer-harassment article .box_in01 {
  border-radius: 30px;
  padding: 32px 24px;
  margin-top: 24px;
  font-size: clamp(0px, 14 / (375 - var(--scrollbar-width)) * 100vw, 14px);
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #customer-harassment article .box_in01 {
    padding: 48px 64px;
    margin-top: 40px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960.8px) {
  #customer-harassment article .box_in01 {
    margin-top: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767.8px) {
  #customer-harassment article .box_in01 {
    margin-top: 20px;
  }
}
#customer-harassment article .box_in01.blue {
  background-color: #D2E5FF;
}
#customer-harassment article .box_in01 ul {
  text-align: left;
}
#customer-harassment article .box_in01 li {
  position: relative;
  padding-left: 1em;
}
#customer-harassment article .box_in01 li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}
