@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
.zm {
  font-family: "Zen Maru Gothic", sans-serif;
}

/*
Theme Name: 株式会社翔笑
Theme URL: https://www.houkan-emi.com
Description: 訪問看護ステーション 笑（えみ） | 天草市 訪問看護
Version: 1.0
License: 株式会社翔笑
License URI: https://www.houkan-emi.com
*/
/****************************************

_reset.scss リセットCSS

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
picture,
menu,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

img {
  vertical-align: top;
}

address {
  font-style: normal;
}

/* change border color to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

_base.scss body設定(主に書式)

*****************************************/
body {
  min-width: 1200px;
  background: #fff;
  color: #444;
  font-weight: normal;
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

h1 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

h2 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  transition: 0.3s linear;
}

a:hover,
a:active {
  color: #0970C4;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  transition: 0.2s linear;
}

a img.img_opacity {
  transition: 0.2s linear;
}

a:hover img.img_up {
  transform: translateY(-5px);
  transition: 0.3s linear;
}

a img.img_up {
  transition: 0.3s linear;
}

/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

figure a {
  display: block;
  width: 100%;
  height: 100%;
}

/****************************************

電話リンク設定

*****************************************/
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

FancyBox

*****************************************/
#fancybox-title {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #fancybox-title {
    font-size: 1.4rem;
  }
}

/****************************************

_variable.scss variable 変数

*****************************************/
/****************************************

_mixin.scss mixin

*****************************************/
/****************************************

_l-header.scss ヘッダー共通

*****************************************/
.l-header--top {
  position: relative;
}
.l-header--top::before {
  display: block;
  content: "";
  position: absolute;
  width: 448px;
  width: 23.3333333333%;
  height: auto;
  aspect-ratio: 448/234;
  top: -9%;
  left: -4.5%;
  background: url(images/pink_bg.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}

.l-header--page {
  position: relative;
}
.l-header--page::before {
  display: block;
  content: "";
  position: absolute;
  width: 448px;
  width: 23.3333333333%;
  height: auto;
  aspect-ratio: 448/234;
  top: 1%;
  left: -4.5%;
  background: url(images/pink_bg.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}

.l-header {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
}
.l-header__inner {
  position: relative;
  display: flex;
  flex-flow: nowrap row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  padding: 40px 250px 40px 0;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    display: block;
    padding: 10px;
  }
}
.l-header__logo {
  position: absolute;
  top: 60px;
  left: 50px;
  z-index: 999;
  display: inline-block;
}
@media screen and (max-width: 1320px) {
  .l-header__logo {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    position: initial;
    top: initial;
    left: initial;
    width: auto;
    height: 42px;
    aspect-ratio: 236/42;
  }
}
.l-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-header__logo a picture {
  display: block;
  width: 100%;
  height: 100%;
}
.l-header__logo a img {
  display: block;
  width: auto;
  height: 100%;
}

.l-header-right {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header-right {
    display: none;
  }
}

.l-header-right-contact {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}

.l-header-top-news {
  position: absolute;
  bottom: -75px;
  right: 0;
  z-index: 999;
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-start;
  align-items: center;
  padding: 22px 90px 22px 75px;
  max-width: 1700px;
  width: 108.9743589744%;
  height: 130px;
  background: #fff;
  border-radius: 16px 0 0 16px;
  box-shadow: 0px 9px 24px rgba(4, 0, 0, 0.2);
}
@media screen and (max-width: 1700px) {
  .l-header-top-news {
    padding: 22px 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-top-news {
    position: initial;
    flex-flow: nowrap column;
    align-items: flex-start;
    margin: 0 auto 40px;
    padding: 20px 20px;
    border-radius: 20px;
    width: 100%;
    height: auto;
    box-shadow: 0px 9px 24px rgba(4, 0, 0, 0.1);
  }
}
.l-header-top-news__head {
  position: relative;
  margin-right: 6.5%;
}
@media screen and (max-width: 1700px) {
  .l-header-top-news__head {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-top-news__head {
    margin: 0 auto;
  }
}
.l-header-top-news__head .en,
.l-header-top-news__head .jp {
  display: block;
}
.l-header-top-news__head .en {
  font-size: 2.8rem;
  font-weight: 400;
  color: #f558ac;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-header-top-news__head .en {
    font-size: 2.2rem;
  }
}
.l-header-top-news__head .jp {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #444;
  letter-spacing: 0.2em;
  line-height: 1;
}
.l-header-top-news__item {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  margin-right: 55px;
  width: calc(100% - 465px);
}
@media screen and (max-width: 1700px) {
  .l-header-top-news__item {
    width: calc(100% - 405px);
  }
}
@media screen and (max-width: 767px) {
  .l-header-top-news__item {
    flex-flow: nowrap column;
    align-items: flex-start;
    margin: 20px auto 30px;
    width: 100%;
  }
}
.l-header-top-news__ttl {
  max-width: 1070px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: normal;
  color: #444;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .l-header-top-news__ttl {
    width: 100%;
    font-size: 1.4rem;
    white-space: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
}
.l-header-top-news__btn {
  min-width: 212px;
  width: 212px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-header-top-news__btn {
    margin: 0 auto;
    min-width: initial;
    width: 200px;
  }
}
.l-header-top-news__btn a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  text-align: left;
  text-decoration: none;
  position: relative;
  padding: 12px 0px 12px 45px;
  border-radius: 50vh;
  border: 1px solid #f558ac;
  background: #fff;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: normal;
  color: #f558ac;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .l-header-top-news__btn a {
    font-size: 1.4rem;
  }
}
.l-header-top-news__btn a:is(:link, :visited) {
  color: #444;
}
.l-header-top-news__btn a:is(:hover, :active) {
  color: #444;
  border: 1px solid #fcebf8;
  background: #fcebf8;
}
.l-header-top-news__btn a::after {
  display: block;
  content: "";
  position: absolute;
  width: 21px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: url(images/header_arrow.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}

.l-header-top-news__ttl.u-link-fade-out a::after {
  transition: all 0.5s ease-in-out;
}

/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi .menu {
  position: relative;
  z-index: 99999;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 61px;
}
@media screen and (max-width: 1320px) {
  #g_navi .menu {
    gap: 0 40px;
  }
}

#g_navi .menu > li {
  position: relative;
}

#g_navi .menu li a {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0 10px;
  text-align: left;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
}
#g_navi .menu li a .jp {
  display: block;
  margin-bottom: 12px;
  font-size: 1.7rem;
  font-weight: 500;
  color: #444;
  letter-spacing: 0.22em;
}
#g_navi .menu li a .en {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #f558ac;
  letter-spacing: 0.1em;
}

/****************************************

pc用 プルダウンナビ

*****************************************/
#g_navi .menu li ul {
  width: 200px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  display: block;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #f558ac;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
#g_navi .menu li ul li a:is(:link, :visited) {
  color: #fff;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #f558ac;
  opacity: 0.6;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/****************************************

pc用 ホバーの下線

*****************************************/
@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #f558ac;
    transition: 0.6s;
    transform: translateX(0%);
    opacity: 0;
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
  }
}
/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 7px 8px;
    background: #f0d65a;
    border: 1px solid #fff;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: #f558ac;
    opacity: 0.95;
    z-index: 8888;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item:last-of-type {
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.3);
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #ccc;
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

メインビジュアル

*****************************************/
.l-mv-top {
  position: relative;
  max-width: 1560px;
  width: 100%;
  width: 81.25%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .l-mv-top {
    width: 90vw;
  }
}
.l-mv-top::before {
  display: block;
  content: "";
  position: absolute;
  width: 28.7179487179%;
  height: auto;
  aspect-ratio: 448/234;
  top: -15%;
  left: -15%;
  background: url(images/green_bg.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
.l-mv-top::after {
  display: block;
  content: "";
  position: absolute;
  width: 28.7179487179%;
  height: auto;
  aspect-ratio: 448/234;
  top: 33%;
  left: -31%;
  background: url(images/pink_bg.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
.l-mv-top__pic {
  position: relative;
  overflow: hidden;
  border-radius: 50px 0 0 0;
}
@media screen and (max-width: 767px) {
  .l-mv-top__pic {
    border-radius: 20px 0 0 20px;
  }
}
.l-mv-top__pic-img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-mv-top__pic-img {
    position: relative;
    left: -5%;
    width: 110%;
  }
}
.l-mv-top__ttl {
  position: absolute;
  top: 52%;
  left: -14.5%;
  z-index: 999;
  width: clamp(408px, 34vw, 638px);
  height: auto;
  aspect-ratio: 638/163;
}
@media screen and (max-width: 767px) {
  .l-mv-top__ttl {
    left: -9.5%;
    width: clamp(220px, 34vw, 638px);
  }
}
.l-mv-top__ttl img {
  display: block;
  width: 100%;
  height: 100%;
}

.l-mv-page {
  position: relative;
  max-width: 1560px;
  width: 100%;
  width: 81.25%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .l-mv-page {
    width: 100%;
    margin: 0 auto;
  }
}
.l-mv-page::before {
  display: block;
  content: "";
  position: absolute;
  width: 28.7179487179%;
  height: auto;
  aspect-ratio: 448/234;
  top: -4%;
  left: -15%;
  background: url(images/green_bg.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .l-mv-page::before {
    top: 7%;
    left: -12%;
  }
}
.l-mv-page::after {
  display: block;
  content: "";
  position: absolute;
  width: 28.7179487179%;
  height: auto;
  aspect-ratio: 448/234;
  top: 90%;
  left: -31%;
  background: url(images/pink_bg.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .l-mv-page::after {
    top: 100%;
    left: -11%;
  }
}
.l-mv-page__pic {
  position: relative;
  overflow: hidden;
  border-radius: 50px 0 0 0;
}
@media screen and (max-width: 767px) {
  .l-mv-page__pic {
    width: 90vw;
    margin: 0 0 0 auto;
    border-radius: 20px 0 0 20px;
  }
}
.l-mv-page__pic-img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-mv-page__pic-img {
    position: relative;
    left: -25%;
    width: 150%;
  }
}
.l-mv-page__ttl {
  position: absolute;
  bottom: -7%;
  left: -14%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl {
    bottom: -25px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--feelings, .l-mv-page__ttl--service {
    width: auto;
    height: 50px;
    aspect-ratio: 430/85;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--faq {
    width: auto;
    height: 50px;
    aspect-ratio: 416/85;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--news {
    width: auto;
    height: 50px;
    aspect-ratio: 313/85;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--company {
    width: auto;
    height: 50px;
    aspect-ratio: 347/85;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--contact {
    width: auto;
    height: 50px;
    aspect-ratio: 439/85;
  }
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

_l-main.scss メイン共通

*****************************************/
#main-top {
  width: 100%;
  margin-inline: auto;
}

#main-page {
  width: 100%;
  margin-inline: auto;
}

/*---------- 下層ページ ----------*/
/****************************************

_l-breadcrumb.scss パンくず

*****************************************/
.breadcrumb_area {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  padding: 20px 40px 50px;
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    padding: 40px 10px 20px;
  }
}

.breadcrumb .topicpath {
  text-align: right;
  font-size: 1.4rem;
  color: #999899;
  letter-spacing: 0.1em;
  overflow-wrap: break-word;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .breadcrumb .topicpath {
    text-align: left;
    font-size: 1.2rem;
  }
}

.breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:is(:link, :visited) {
  color: #999899;
}
.breadcrumb a:is(:hover, :active) {
  color: #999899;
}

.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(153, 152, 153, 0.6);
  transform-origin: right top;
  transition: transform 0.3s;
  transform: scale(1, 1);
}

.breadcrumb a:hover::after {
  transform-origin: left top;
  transform: scale(0, 1);
}

/****************************************

_l-bottom.scss ボトム共通

*****************************************/
.l-btm-sec {
  margin-bottom: 130px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec {
    margin-bottom: 80px;
  }
}
.l-btm-sec__inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 10px;
  background: #fca4d3;
  border-radius: 26px;
}
.l-btm-sec__inner::before {
  display: block;
  content: "";
  position: absolute;
  width: 448px;
  height: auto;
  aspect-ratio: 448/234;
  top: -60px;
  left: -190px;
  background: url(images/pink_bg.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__inner::before {
    width: 260px;
    top: -50px;
    left: -110px;
  }
}
.l-btm-sec__inner::after {
  display: block;
  content: "";
  position: absolute;
  width: 448px;
  height: auto;
  aspect-ratio: 448/234;
  bottom: -90px;
  right: -180px;
  background: url(images/green_bg.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__inner::after {
    width: 260px;
    bottom: -70px;
    right: -90px;
  }
}
.l-btm-sec__txt {
  color: #fff;
}
.l-btm-sec__box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__box {
    flex-flow: nowrap column;
    gap: 15px 0;
    margin-top: 30px;
  }
}

.l-btm-sec-ttl {
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
  gap: 15px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl__en {
    width: auto;
    height: 12px;
    aspect-ratio: 106/14;
  }
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl__jp {
    max-height: 20px;
    height: auto;
    width: auto;
  }
}

/****************************************

_l-footer.scss フッター共通

*****************************************/
.l-footer {
  width: 100%;
  background: #fcebf8;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-bottom: 60px;
  }
}
.l-footer__inner {
  width: 100%;
  margin: 0 auto;
}

.l-footer-pc__inner {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  padding: 90px 90px 110px 120px;
  max-width: 1920px;
  margin-inline: auto;
}
@media screen and (max-width: 1400px) {
  .l-footer-pc__inner {
    padding: 90px 10px 110px 10px;
  }
}
.l-footer-pc__bnr-sec {
  padding: 30px 0 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer-pc__bnr-sec {
    padding: 20px 10px 30px;
  }
}
.l-footer-pc__bnr {
  max-width: 399px;
  width: 100%;
  height: auto;
  aspect-ratio: 399/100;
  margin: 10px auto 0;
}
.l-footer-pc__bnr img {
  width: 100%;
  height: auto;
}

.l-footer__logo {
  display: inline-block;
  margin-bottom: 20px;
}
.l-footer__logo a {
  display: block;
}
.l-footer__txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__txt {
    font-size: 1.4rem;
  }
}

.l-footer-sp__inner {
  padding: 20px 10px;
}

/* ----------- コピーライト ----------- */
.l-footer-copyright {
  padding: 17px 10px;
  text-align: center;
  font-size: 1.4rem;
  overflow-wrap: break-word !important;
  word-break: break-all !important;
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    padding: 5px 10px;
    font-size: 1.2em;
  }
}
.l-footer-copyright__txt {
  display: inline-block;
}

/* ----------- ページトップ ----------- */
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 90px;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none !important;
  }
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    display: none !important;
  }
}

.l-footer-sitemap {
  display: flex;
  flex-flow: nowrap row;
  gap: 0 60px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .l-footer-sitemap {
    display: none;
  }
}
.l-footer-sitemap__cat {
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: 500;
  color: #f558ac;
  letter-spacing: 0.1em;
}
.l-footer-sitemap__page {
  position: relative;
  margin-bottom: 9px;
}
.l-footer-sitemap__page a {
  position: relative;
  padding-left: 32px;
  font-size: 1.7rem;
  color: #333;
  letter-spacing: 0.15em;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.l-footer-sitemap__page a:hover {
  color: #f558ac;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.l-footer-sitemap__page a::before {
  display: block;
  content: "";
  position: absolute;
  width: 23px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(images/footer_arrow.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}

.l-footer-sitemap-local__list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer-sitemap-local__list {
    display: none;
  }
}
.l-footer-sitemap-local__page {
  padding: 0 10px;
  height: 20px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  line-height: 20px;
}
.l-footer-sitemap-local__page a {
  font-size: 1.6rem;
}
.l-footer-sitemap-local__page:first-child {
  border-left: none;
}
.l-footer-sitemap-local__page:last-child {
  border-right: none;
}
.l-footer-sitemap-local__page + .l-footer-sitemap-local__page {
  border-left: none;
}

/* ----------- フローティングバナー----------- */
@media screen and (max-width: 767px) {
  .sp_btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 9999;
  }
  .sp_btn_list {
    display: flex;
    height: 60px;
    background: #f558ac;
  }
  .sp_btn_list_item {
    position: relative;
    width: 33.3333333333%;
    height: 100%;
    line-height: 1.6;
  }
  .sp_btn_list_item a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 0 5px;
    text-decoration: none;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
    color: #fff;
  }
  .sp_btn_list_item a:is(:link, :visited, :hover, :active) {
    color: #fff;
  }
  .sp_btn_list_item_icon_01,
  .sp_btn_list_item_icon_02,
  .sp_btn_list_item_icon_03 {
    position: relative;
    display: block;
    margin: auto 0 0;
  }
  .sp_btn_list_item_icon_01::after,
  .sp_btn_list_item_icon_02::after,
  .sp_btn_list_item_icon_03::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
  }
  .sp_btn_list_item_icon_01::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_tel.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_02::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_mail.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_03::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_arrow.svg);
    background-size: 18px;
  }
}
/****************************************

_l-single.scss 投稿詳細ページ

*****************************************/
.l-single-sec {
  margin: 20px auto 180px;
}
@media screen and (max-width: 767px) {
  .l-single-sec {
    margin: 0 auto 150px;
  }
}
.l-single-sec__ttl {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 500;
  color: #f558ac;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .l-single-sec__ttl {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
.l-single-sec__fig {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .l-single-sec__fig {
    margin-bottom: 15px;
  }
}
.l-single-sec__fig img {
  max-width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .l-single-sec__fig img {
    width: auto;
    height: auto;
  }
}
.l-single-sec__time {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  color: #f558ac;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-single-sec__time {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.l-single-sec__txt img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}
.l-single-sec__previous, .l-single-sec__next {
  width: 120px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .l-single-sec__previous, .l-single-sec__next {
    width: 110px;
    height: 40px;
  }
}
.l-single-sec__previous a, .l-single-sec__next a {
  display: inline-block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .l-single-sec__previous a, .l-single-sec__next a {
    height: 40px;
    line-height: 40px;
  }
}
.l-single-sec__previous a:is(:link, :visited), .l-single-sec__next a:is(:link, :visited) {
  border: 1px solid #999;
  color: #333;
}
.l-single-sec__previous a:is(:hover, :active), .l-single-sec__next a:is(:hover, :active) {
  background: #999;
  color: #fff;
}

.nav-below {
  position: relative;
  margin: 45px 0 20px;
  padding-top: 50px;
  border-top: 1px solid #bcbcbb;
  text-align: center;
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .nav-below {
    margin: 25px 0 20px;
    padding-top: 30px;
  }
}

/*---------- pagerの設定 ----------*/
.pager {
  clear: both;
  text-align: center;
  margin: 50px auto 0;
  padding-bottom: 10px;
}
.pager a {
  text-decoration: none;
}
.pager a:is(:link, :visited) {
  color: #323333;
  border: 1px solid #eeeeed;
}
.pager a:is(:hover, :active) {
  color: #323333;
  border: 1px solid #f0d65a;
  background: #f0d65a;
}

a.page-numbers {
  background: #eeeeed;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.pager .current {
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #f558ac;
  border: solid 1px #f558ac;
  color: white;
}

@media screen and (max-width: 767px) {
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
}

/****************************************

_c-button.scss ボタン共通

*****************************************/
/*---------------------button共通*/
.c-btn a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

/*---------------------buttonトップ、下層*/
.c-btn01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f558ac;
  box-shadow: 5px 5px rgba(248, 133, 195, 0.4);
  font-size: 1.8rem;
  font-weight: normal;
  color: #444;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-btn01 a {
    font-size: 1.4rem;
  }
}
.c-btn01 a:hover {
  box-shadow: none;
  transform: translate(5px, 5px);
  color: #444;
}
.c-btn01 a .inner {
  position: relative;
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .c-btn01 a .inner {
    padding-left: 30px;
  }
}

.c-btn01--square a {
  border-radius: 8px;
}

.c-btn01--circle a {
  border-radius: 50vh;
}

.c-btn01--top-sec01 a .inner::before,
.c-btn01--top-sec02 a .inner::before,
.c-btn01--top-sec03 a .inner::before,
.c-btn01--staff-detail a .inner::before,
.c-btn01--journal a .inner::before {
  display: block;
  content: "";
  position: absolute;
  width: 31px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(images/c_btn_arrow.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec01 a .inner::before,
  .c-btn01--top-sec02 a .inner::before,
  .c-btn01--top-sec03 a .inner::before,
  .c-btn01--staff-detail a .inner::before,
  .c-btn01--journal a .inner::before {
    width: 20px;
  }
}

.c-btn01--top-sec01 {
  margin-top: 50px;
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec01 {
    margin: 30px auto 0;
    max-width: 250px;
  }
}
.c-btn01--top-sec01 a {
  padding: 18px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec01 a {
    padding: 14px 10px;
  }
}

.c-btn01--top-sec02 {
  margin-top: 80px;
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec02 {
    margin: 30px auto 0;
    max-width: 250px;
  }
}
.c-btn01--top-sec02 a {
  padding: 18px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec02 a {
    padding: 14px 10px;
  }
}

.c-btn01--top-sec03 {
  margin-top: 60px;
  max-width: 260px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec03 {
    margin-top: 30px;
    max-width: 250px;
  }
}
.c-btn01--top-sec03 a {
  padding: 18px 10px;
}

.c-btn01--staff {
  margin: auto auto 0;
  max-width: 260px;
  width: 100%;
}
.c-btn01--staff a {
  padding: 11px 10px;
}
.c-btn01--staff a .inner::before {
  display: block;
  content: "";
  position: absolute;
  width: 22px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(images/c_btn_arrow_staff.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .c-btn01--staff a .inner::before {
    width: 20px;
  }
}

.c-btn01--staff-detail {
  margin: 70px auto 0;
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn01--staff-detail {
    margin: 30px auto 0;
    max-width: 250px;
  }
}
.c-btn01--staff-detail a {
  padding: 18px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn01--staff-detail a {
    padding: 14px 10px;
  }
}

.c-btn01--journal {
  max-width: 260px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn01--journal {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 250px;
  }
}
.c-btn01--journal a {
  padding: 15px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn01--journal a {
    padding: 12px 10px;
  }
}

.c-btn01--company {
  margin: 70px auto 0;
  max-width: 380px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn01--company {
    margin: 40px auto 0;
    max-width: 250px;
  }
}
.c-btn01--company a {
  padding: 18px 10px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-btn01--company a {
    padding: 14px 10px;
  }
}
.c-btn01--company a .inner::before {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: auto;
  aspect-ratio: 30/37;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(images/pdf.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .c-btn01--company a .inner::before {
    width: 20px;
  }
}

/****************************************

_c-title.scss 見出し共通

*****************************************/
.c-headline {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-headline {
    margin-bottom: 40px;
  }
}
.c-headline__en {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #f885c3;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-headline__en {
    font-size: 1.4rem;
  }
}
.c-headline__jp {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4.2rem;
  font-weight: normal;
  color: #f558ac;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-headline__jp {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.8;
  }
}
.c-headline--about {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .c-headline--about {
    margin-bottom: 20px;
  }
}
.c-headline--greeting {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .c-headline--greeting {
    margin-bottom: 20px;
  }
}
.c-headline--staff {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .c-headline--staff {
    margin-bottom: 20px;
  }
}
.c-headline--service {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .c-headline--service {
    margin-bottom: 20px;
  }
}
.c-headline--service-sec02 {
  margin-bottom: 20px;
}
.c-headline--company {
  margin-bottom: 30px;
}

.c-ttl01 {
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    font-size: 1.8rem;
  }
}

/****************************************

_c-flex.scss 見出し、テキスト、画像のセット

*****************************************/
.c-flex {
  flex-flow: row wrap;
}

.c-flex-r {
  flex-flow: row-reverse wrap;
}

.c-flex,
.c-flex-r {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-flex,
  .c-flex-r {
    flex-flow: column-reverse wrap;
    align-items: center;
  }
}
.c-flex__txt700,
.c-flex-r__txt700 {
  width: 700px;
}
@media screen and (max-width: 767px) {
  .c-flex__txt700,
  .c-flex-r__txt700 {
    margin-top: 10px;
    width: 100%;
  }
}
.c-flex__fig440,
.c-flex-r__fig440 {
  max-width: 440px;
  width: 100%;
}
.c-flex__fig440 img,
.c-flex-r__fig440 img {
  border-radius: 20px;
}

/****************************************

c-flex-order

SP時に見出し、画像、テキストの順に並べる
pタグを<div class="txt-box">で囲む

*****************************************/
.c-flex-order {
  flex-flow: row wrap;
}

.c-flex-r-order {
  flex-flow: row-reverse wrap;
}

.c-flex-order,
.c-flex-r-order {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-flex-order,
  .c-flex-r-order {
    flex-flow: column nowrap;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-order__ttl,
  .c-flex-r-order__ttl {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-order__txt-box,
  .c-flex-r-order__txt-box {
    order: 3;
    width: 100%;
  }
}
.c-flex-order__txt620,
.c-flex-r-order__txt620 {
  width: 620px;
}
@media screen and (max-width: 767px) {
  .c-flex-order__txt620,
  .c-flex-r-order__txt620 {
    display: contents;
  }
}
.c-flex-order__fig440,
.c-flex-r-order__fig440 {
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-flex-order__fig440,
  .c-flex-r-order__fig440 {
    order: 2;
    margin-bottom: 10px;
  }
}

/****************************************

_c-column.scss カラム共通

*****************************************/
/****************************************

_c-post.scss 投稿共通

*****************************************/
.c-post-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .c-post-list {
    gap: 40px 10px;
  }
}
.c-post-list__item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .c-post-list__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 600px) {
  .c-post-list__item {
    width: calc((100% - 10px) / 2);
  }
}
.c-post-list__fig440 {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 440/310;
  margin-bottom: 10px;
}
.c-post-list__fig440 a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-post-list__fig440 a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/****************************************

_c-table.scss テーブル共通

*****************************************/
.c-table {
  display: table;
  width: 100%;
}
.c-table tbody {
  display: table;
  width: 100%;
}
.c-table tbody tr:nth-child(even) th,
.c-table tbody tr:nth-child(even) td {
  background: transparent;
}
@media screen and (max-width: 767px) {
  .c-table tbody tr:nth-child(even) th {
    background: #fdf3f8;
  }
}
.c-table tbody tr:nth-child(odd) th,
.c-table tbody tr:nth-child(odd) td {
  background: #fdf3f8;
}
@media screen and (max-width: 767px) {
  .c-table tbody tr:nth-child(odd) td {
    background: transparent;
  }
}
.c-table tbody th {
  border-radius: 16px 0 0 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-table tbody th {
    border-radius: 12px;
  }
}
.c-table tbody td {
  border-radius: 0 16px 16px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-table tbody td {
    border-radius: 0px;
  }
}
.c-table tbody th,
.c-table tbody td {
  padding: 17px 20px;
  text-align: left;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-table tbody th,
  .c-table tbody td {
    padding: 10px 15px;
  }
}

/*---------- pages-table ----------*/
.p-company-sec01-table tbody th {
  width: 25%;
}
.p-company-sec01-table tbody td {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .p-company-sec01-table tbody th,
  .p-company-sec01-table tbody td {
    display: block;
    width: 100%;
    margin-top: -1px;
  }
}

/****************************************

_c-common.scss 全ページ共通

*****************************************/
.c-bnr-sec {
  max-width: 1220px;
  width: 100%;
  margin-inline: auto;
  padding: 0px 10px 0px;
}
.c-bnr-sec__list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-bnr-sec__list {
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.c-bnr-sec__item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0px 13px 27px rgba(6, 0, 1, 0.21);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-bnr-sec__item {
    width: calc((100% - 10px) / 2);
    box-shadow: 0px 13px 27px rgba(6, 0, 1, 0.15);
  }
}
.c-bnr-sec__item:is(:hover, :active) {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.c-bnr-sec--top {
  position: relative;
}
.c-bnr-sec--top::before {
  display: block;
  content: "";
  position: absolute;
  width: 448px;
  height: auto;
  aspect-ratio: 448/234;
  top: -40px;
  left: -240px;
  background: url(images/green_bg.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .c-bnr-sec--top::before {
    width: 260px;
    top: -60px;
    left: -70px;
  }
}
.c-bnr-sec--about {
  margin: 200px auto 160px;
}
@media screen and (max-width: 767px) {
  .c-bnr-sec--about {
    margin: 60px auto;
  }
}
.c-bnr-sec--greeting {
  margin: 140px auto 140px;
}
@media screen and (max-width: 767px) {
  .c-bnr-sec--greeting {
    margin: 60px auto;
  }
}
.c-bnr-sec--staff {
  margin: 155px auto 140px;
}
@media screen and (max-width: 767px) {
  .c-bnr-sec--staff {
    margin: 60px auto;
  }
}
.c-bnr-sec--staff-detail {
  margin: 170px auto 140px;
}
@media screen and (max-width: 767px) {
  .c-bnr-sec--staff-detail {
    margin: 60px auto;
  }
}
.c-bnr-sec--service {
  margin: 170px auto 140px;
}
@media screen and (max-width: 767px) {
  .c-bnr-sec--service {
    margin: 60px auto;
  }
}

.c-wrapper {
  width: 100%;
  margin-inline: auto;
  padding: 0px 10px;
}
.c-wrapper--about {
  max-width: 1920px;
  padding: 0px 0px;
}
@media screen and (max-width: 1690px) {
  .c-wrapper--about {
    padding: 0 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-wrapper--about {
    padding: 0 10px;
  }
}
.c-wrapper--greeting, .c-wrapper--staff, .c-wrapper--service, .c-wrapper--faq, .c-wrapper--news {
  max-width: 1220px;
}
.c-wrapper--staff-detail, .c-wrapper--contact {
  max-width: 1020px;
}
.c-wrapper--journal {
  max-width: 920px;
}

/****************************************

_p-top.scss トップページ

*****************************************/
.p-top-sec01 {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 235px 30px 120px 0;
}
@media screen and (max-width: 767px) {
  .p-top-sec01 {
    padding: 30px 10px 100px;
  }
}
.p-top-sec01::before {
  display: block;
  content: "";
  position: absolute;
  width: 1920px;
  height: auto;
  aspect-ratio: 1920/1002;
  top: -230px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/top_sec01_bg.jpg) no-repeat;
  background-size: 100%;
  z-index: -9999;
}
@media screen and (max-width: 767px) {
  .p-top-sec01::before {
    width: 1000px;
    top: -3.2%;
  }
}
.p-top-sec01__inner {
  max-width: 1730px;
  width: 100%;
  margin: 0 auto 0 0;
}

.p-top-sec01-flex-order {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order {
    flex-flow: wrap column;
    justify-content: initial;
    align-items: initial;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__ttl {
    order: 1;
    width: 100%;
  }
}
.p-top-sec01-flex-order__txt-box {
  padding: 40px 55px;
  background: #fff;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__txt-box {
    order: 3;
    width: 100%;
    padding: 0;
    background: transparent;
  }
}
.p-top-sec01-flex-order__txt700 {
  width: 40.4624277457%;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__txt700 {
    display: contents;
  }
}
.p-top-sec01-flex-order__fig900 {
  position: relative;
  width: 52.0231213873%;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__fig900 {
    order: 2;
    margin-bottom: 10px;
    width: 100%;
  }
}
.p-top-sec01-flex-order__fig900 img {
  position: relative;
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 0 36px 36px 0;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__fig900 img {
    position: static;
    object-fit: fill;
    object-position: center top;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__btn {
    order: 4;
  }
}

.p-top-sec01-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-ttl {
    margin-bottom: 30px;
  }
}
.p-top-sec01-ttl__en {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-ttl__en {
    margin-bottom: 15px;
    width: auto;
    height: 12px;
    aspect-ratio: 113/14;
  }
}
.p-top-sec01-ttl__jp {
  display: block;
  max-width: 648px;
  width: 100%;
  height: auto;
  aspect-ratio: 648/39;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-ttl__jp {
    max-height: 20px;
    height: auto;
    width: auto;
  }
}

.p-top-sec02 {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 140px 0 0 30px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02 {
    padding: 60px 10px 30px;
  }
}
.p-top-sec02__inner {
  max-width: 1700px;
  width: 100%;
  margin: 0 0 0 auto;
}

.p-top-sec02-flex-order {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order {
    flex-flow: wrap column;
    justify-content: initial;
    align-items: initial;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__ttl {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__txt-box {
    order: 3;
    width: 100%;
  }
}
.p-top-sec02-flex-order__txt600 {
  width: 35.2941176471%;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__txt600 {
    display: contents;
  }
}
.p-top-sec02-flex-order__fig900 {
  position: relative;
  width: 52.9411764706%;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__fig900 {
    order: 2;
    margin-bottom: 10px;
    width: 100%;
  }
}
.p-top-sec02-flex-order__fig900::before {
  display: block;
  content: "";
  position: absolute;
  width: 448px;
  height: auto;
  aspect-ratio: 448/234;
  top: -50px;
  left: -310px;
  background: url(images/pink_bg.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__fig900::before {
    top: -60px;
    left: initial;
    right: -70px;
    width: 260px;
  }
}
.p-top-sec02-flex-order__fig900 img {
  position: relative;
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 36px 0 0 36px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__fig900 img {
    position: static;
    object-fit: fill;
    object-position: center top;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec02-flex-order__btn {
    order: 4;
  }
}

.p-top-sec02-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-ttl {
    margin-bottom: 30px;
  }
}
.p-top-sec02-ttl__en {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-ttl__en {
    margin-bottom: 15px;
    width: auto;
    height: 12px;
    aspect-ratio: 96/14;
  }
}
.p-top-sec02-ttl__jp {
  display: block;
  max-width: 458px;
  width: 100%;
  height: auto;
  aspect-ratio: 458/38;
}
@media screen and (max-width: 767px) {
  .p-top-sec02-ttl__jp {
    max-height: 20px;
    height: auto;
    width: auto;
  }
}

.p-top-sec03__inner {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 140px 10px 130px;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__inner {
    flex-flow: nowrap column;
    padding: 60px 10px 100px;
  }
}
.p-top-sec03__left {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__left {
    display: contents;
  }
}
.p-top-sec03__right {
  width: 850px;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__right {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec03__btn {
    order: 3;
  }
}

.p-top-sec03-ttl {
  position: relative;
  display: flex;
  flex-flow: nowrap column;
  align-items: flex-start;
  gap: 30px 0;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-ttl {
    order: 1;
    gap: 0;
    margin: 0 0 30px;
  }
}
.p-top-sec03-ttl::before {
  display: block;
  content: "";
  position: absolute;
  width: 448px;
  height: auto;
  aspect-ratio: 448/234;
  top: -60px;
  left: -320px;
  background: url(images/green_bg.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-ttl::before {
    width: 260px;
    top: -30px;
    left: -220px;
  }
}
.p-top-sec03-ttl__en {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-ttl__en {
    margin-bottom: 15px;
    width: auto;
    height: 12px;
    aspect-ratio: 60/14;
  }
}
.p-top-sec03-ttl__jp {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-ttl__jp {
    max-height: 20px;
    height: auto;
    width: auto;
  }
}

/****************************************

newsトップ用

*****************************************/
.p-diary-list {
  margin-inline: auto;
  max-width: 850px;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  max-height: 230px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .p-diary-list {
    order: 2;
    max-height: 210px;
  }
}
.p-diary-list__item {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  border-bottom: 1px solid #dddddd;
  padding: 26px 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-diary-list__item {
    flex-flow: column nowrap;
    padding: 10px 20px 10px 10px;
  }
}
.p-diary-list__item:first-child {
  padding: 0 30px 26px 30px;
}
@media screen and (max-width: 767px) {
  .p-diary-list__item:first-child {
    padding: 0px 20px 10px 10px;
  }
}
.p-diary-list__date {
  width: 21%;
  font-size: 1.8rem;
  font-weight: 500;
  color: #f558ac;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-diary-list__date {
    width: auto;
    font-size: 1.4rem;
  }
}
.p-diary-list__ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 79%;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-diary-list__ttl {
    width: 100%;
    font-size: 1.4rem;
  }
}
.p-diary-list__ttl a {
  position: relative;
  text-decoration: none;
}
.p-diary-list__ttl a:is(:link, :visited) {
  color: #333333;
}
.p-diary-list__ttl a:is(:hover, :active) {
  color: #333333;
}
.p-diary-list__ttl a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333333;
  transition: 0.6s;
}
.p-diary-list__ttl a:hover::before {
  width: 0;
}

/****************************************

_p-page-name.scss 笑（えみ）について

*****************************************/
.p-about-flex-r {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1670px;
  width: 100%;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .p-about-flex-r {
    flex-flow: column-reverse wrap;
  }
}
.p-about-flex-r__txt600 {
  width: 35.9281437126%;
}
@media screen and (max-width: 767px) {
  .p-about-flex-r__txt600 {
    margin-top: 10px;
    width: 100%;
  }
}
.p-about-flex-r__fig900 {
  position: relative;
  overflow: hidden;
  max-width: 900px;
  width: 53.8922155689%;
  border-radius: 0 35px 35px 0;
}
@media screen and (max-width: 767px) {
  .p-about-flex-r__fig900 {
    position: relative;
    left: -10px;
    width: 100%;
    border-radius: 0 20px 20px 0;
  }
}
.p-about-flex-r__fig900 img {
  position: relative;
  display: block;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-about-flex-r__fig900 img {
    position: static;
    object-fit: fill;
    object-position: center top;
  }
}

/****************************************

_p-page-name.scss 代表挨拶

*****************************************/
.p-greeting-sec01 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec01 {
    margin-bottom: 60px;
  }
}

.p-greeting-sec02__txt {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec02__txt {
    margin-top: 25px;
  }
}

/****************************************

_p-page-name.scss スタッフ紹介

*****************************************/
.p-staff-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 100px 60px;
}
@media screen and (max-width: 767px) {
  .p-staff-list {
    gap: 40px 10px;
  }
}
.p-staff-list__item {
  display: flex;
  flex-flow: nowrap column;
  align-items: stretch;
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 767px) {
  .p-staff-list__item {
    width: calc((100% - 10px) / 2);
  }
}
.p-staff-list__inner {
  margin-bottom: 20px;
}
.p-staff-list__fig360 {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  max-width: 360px;
  width: 100%;
  height: auto;
  aspect-ratio: 360/340;
  margin-bottom: 10px;
}
.p-staff-list__fig360 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-staff-list__ttl {
  margin-bottom: 5px;
  font-size: 2.8rem;
  font-weight: 500;
  color: #f558ac;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-staff-list__ttl {
    font-size: 1.8rem;
  }
}
.p-staff-list__history, .p-staff-list__profile {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-staff-list__history, .p-staff-list__profile {
    flex-flow: nowrap column;
    gap: 2px 0;
  }
}
.p-staff-list__history-cat, .p-staff-list__profile-cat {
  width: 105px;
  height: 24px;
  line-height: 22px;
  background: #fca4d3;
  border-radius: 50vh;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-staff-list__history-cat, .p-staff-list__profile-cat {
    width: 95px;
    height: 24px;
    line-height: 24px;
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.p-staff-list__history-txt {
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .p-staff-list__history-txt {
    line-height: 1.8;
  }
}
.p-staff-list__history-txt, .p-staff-list__profile-txt {
  width: calc(100% - 120px);
}
@media screen and (max-width: 767px) {
  .p-staff-list__history-txt, .p-staff-list__profile-txt {
    width: 100%;
  }
}
.p-staff-list__profile {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-staff-list__profile {
    margin-top: 10px;
  }
}

/****************************************

_p-page-name.scss スタッフ紹介

*****************************************/
.p-staff-detail-flex-r {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-staff-detail-flex-r {
    flex-flow: column-reverse wrap;
    align-items: center;
  }
}
.p-staff-detail-flex-r__txt515 {
  margin-top: 20px;
  width: 515px;
}
@media screen and (max-width: 767px) {
  .p-staff-detail-flex-r__txt515 {
    margin-top: 10px;
    width: 100%;
  }
}
.p-staff-detail-flex-r__fig400 {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 400px;
  height: 380px;
}
@media screen and (max-width: 767px) {
  .p-staff-detail-flex-r__fig400 {
    max-width: 400px;
    width: 100%;
    height: auto;
    aspect-ratio: 400/380;
  }
}
.p-staff-detail-flex-r__fig400 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-staff-detail__ttl {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f558ac;
  font-size: 3.2rem;
  font-weight: 500;
  color: #f558ac;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-staff-detail__ttl {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
.p-staff-detail__history, .p-staff-detail__profile {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-staff-detail__history, .p-staff-detail__profile {
    flex-flow: nowrap column;
    gap: 2px 0;
  }
}
.p-staff-detail__history-cat, .p-staff-detail__profile-cat {
  width: 105px;
  height: 24px;
  line-height: 22px;
  background: #fca4d3;
  border-radius: 50vh;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-staff-detail__history-cat, .p-staff-detail__profile-cat {
    width: 85px;
    height: 20px;
    line-height: 20px;
    font-size: 1.2rem;
  }
}
.p-staff-detail__history-txt {
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .p-staff-detail__history-txt {
    line-height: 1.8;
  }
}
.p-staff-detail__history-txt, .p-staff-detail__profile-txt {
  width: calc(100% - 120px);
}
@media screen and (max-width: 767px) {
  .p-staff-detail__history-txt, .p-staff-detail__profile-txt {
    width: 100%;
  }
}
.p-staff-detail__profile {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-staff-detail__profile {
    margin-top: 10px;
  }
}
.p-staff-detail__box:not(:first-of-type) {
  margin-top: 30px;
}
.p-staff-detail__q {
  padding: 8px 35px;
  background: #fca4d3;
  border-radius: 15px 15px 0 0;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-staff-detail__q {
    padding: 6px 15px;
    font-size: 1.6rem;
  }
}
.p-staff-detail__a {
  padding: 25px 35px;
  border: 1px solid #fca4d3;
  border-radius: 0 0 15px 15px;
}
@media screen and (max-width: 767px) {
  .p-staff-detail__a {
    padding: 10px 15px;
  }
}

/****************************************

_p-page-name.scss サービス内容

*****************************************/
.p-service-sec01__item {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-flow: nowrap row;
  padding: 20px 30px;
  background: #fcebf8;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .p-service-sec01__item {
    flex-flow: nowrap column;
    padding: 20px 15px;
  }
}
.p-service-sec01__item--01, .p-service-sec01__item--04, .p-service-sec01__item--05 {
  position: relative;
  margin-bottom: 50px;
}
.p-service-sec01__item--01::after, .p-service-sec01__item--04::after, .p-service-sec01__item--05::after {
  display: block;
  content: "";
  position: absolute;
  width: 62px;
  height: auto;
  aspect-ratio: 62/19;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/service_arrow_pink.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
.p-service-sec01__left {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  padding-right: 20px;
  border-right: 1px solid #f558ac;
}
@media screen and (max-width: 767px) {
  .p-service-sec01__left {
    flex-flow: nowrap column;
    padding: 0 0 10px;
    border-right: none;
    border-bottom: 1px solid #f558ac;
  }
}
.p-service-sec01__right {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-service-sec01__right {
    padding: 10px 0 0;
  }
}
.p-service-sec01__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-service-sec01__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-sec01__ttl--flow02 {
    margin-bottom: 5px;
  }
}

.p-service-sec01-flow03-outer {
  margin-bottom: 50px;
}

.p-service-sec01-flow03 {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  margin: 80px auto 30px;
}
@media screen and (max-width: 767px) {
  .p-service-sec01-flow03 {
    flex-flow: nowrap column;
    align-items: center;
    gap: 80px 0;
    margin: 80px auto 20px;
  }
}
.p-service-sec01-flow03__box01 {
  position: relative;
  padding: 45px 25px 25px 25px;
  max-width: 575px;
  width: 100%;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .p-service-sec01-flow03__box01 {
    padding: 35px 15px 15px 15px;
  }
}
.p-service-sec01-flow03__box01::before {
  display: block;
  content: "";
  position: absolute;
  width: 62px;
  height: auto;
  aspect-ratio: 62/19;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-service-sec01-flow03__box01::before {
    top: -55px;
  }
}
.p-service-sec01-flow03__box01::after {
  display: block;
  content: "";
  position: absolute;
  width: 62px;
  height: auto;
  aspect-ratio: 62/19;
  bottom: -85px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-service-sec01-flow03__box01::after {
    bottom: -40px;
  }
}
.p-service-sec01-flow03__box01--pink {
  background: #fcebf8;
}
.p-service-sec01-flow03__box01--pink::before {
  background: url(images/service_arrow_pink.png) no-repeat;
  background-size: 100%;
}
.p-service-sec01-flow03__box01--pink::after {
  background: url(images/service_arrow_pink.png) no-repeat;
  background-size: 100%;
}
.p-service-sec01-flow03__box01--yellow {
  background: #faf3cd;
}
.p-service-sec01-flow03__box01--yellow::before {
  background: url(images/service_arrow_yellow.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-service-sec01-flow03__box01--yellow::before {
    display: none;
  }
}
.p-service-sec01-flow03__box01--yellow::after {
  background: url(images/service_arrow_yellow.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-service-sec01-flow03__box01--yellow::after {
    display: none;
  }
}
.p-service-sec01-flow03__judgment {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 192px;
  height: 44px;
  line-height: 44px;
  border-radius: 50vh;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-service-sec01-flow03__judgment {
    top: -15px;
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 2rem;
  }
}
.p-service-sec01-flow03__judgment--yes {
  background: #f558ac;
  color: #fff;
}
.p-service-sec01-flow03__judgment--no {
  background: #f0d65a;
  color: #333333;
}
.p-service-sec01-flow03__ttl-box {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  margin-bottom: 25px;
  min-height: 42px;
}
@media screen and (max-width: 767px) {
  .p-service-sec01-flow03__ttl-box {
    flex-flow: nowrap column;
    margin-bottom: 10px;
    min-height: initial;
  }
}
.p-service-sec01-flow03__ttl-box-left {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-service-sec01-flow03__ttl-box-left {
    flex-flow: column;
    padding: 0 0 10px;
  }
}
.p-service-sec01-flow03__ttl-box-right {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-service-sec01-flow03__ttl-box-right {
    padding: 10px 0 0;
    width: 100%;
  }
}
.p-service-sec01-flow03__ttl-box-right--pink {
  border-left: 1px solid #f558ac;
}
@media screen and (max-width: 767px) {
  .p-service-sec01-flow03__ttl-box-right--pink {
    border-left: none;
    border-top: 1px solid #f558ac;
  }
}
.p-service-sec01-flow03__ttl-box-right--yellow {
  border-left: 1px solid #d9b713;
}
@media screen and (max-width: 767px) {
  .p-service-sec01-flow03__ttl-box-right--yellow {
    border-left: none;
    border-top: 1px solid #d9b713;
  }
}
.p-service-sec01-flow03__ttl-box-ttl {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-service-sec01-flow03__ttl-box-ttl {
    font-size: 1.8rem;
  }
}
.p-service-sec01-flow03__box02 {
  min-height: 315px;
  padding: 20px 25px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-service-sec01-flow03__box02 {
    min-height: initial;
    padding: 15px;
  }
}
.p-service-sec01-flow03__box02 p {
  letter-spacing: 0.01em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-service-sec01-flow03__box02 p {
    line-height: 1.8;
  }
}
.p-service-sec01-flow03__txt-18px {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-service-sec01-flow03__txt-18px {
    font-size: 1.6rem;
  }
}
.p-service-sec01-flow03__txt-20px {
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-service-sec01-flow03__txt-20px {
    font-size: 1.8rem;
  }
}
.p-service-sec01-flow03__txt-15px {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-sec01-flow03__txt-15px {
    font-size: 1.4rem;
  }
}
.p-service-sec01-flow03__box03-outer {
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
  gap: 15px 0;
  margin-top: 15px;
}
.p-service-sec01-flow03__box03 {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: nowrap row;
  max-width: 470px;
  width: 100%;
  min-height: 90px;
  border: 1px solid #fca4d3;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-service-sec01-flow03__box03 {
    min-height: initial;
    flex-flow: nowrap column;
  }
}
.p-service-sec01-flow03__box03-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27.6595744681%;
  background: #fca4d3;
}
@media screen and (max-width: 767px) {
  .p-service-sec01-flow03__box03-left {
    padding: 5px;
    width: 100%;
  }
}
.p-service-sec01-flow03__box03-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-service-sec01-flow03__box03-ttl {
    text-align: center;
    font-size: 1.6rem;
  }
}
.p-service-sec01-flow03__box03-right {
  padding: 10px;
  width: 72.3404255319%;
}
@media screen and (max-width: 767px) {
  .p-service-sec01-flow03__box03-right {
    padding: 10px;
    width: 100%;
  }
}
.p-service-sec01-flow03__last-txt {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-service-sec01-flow03__last-txt {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-service-sec01-flow03__last-txt::after {
    display: block;
    content: "";
    position: absolute;
    width: 62px;
    height: auto;
    aspect-ratio: 62/19;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: url(images/service_arrow_yellow.png) no-repeat;
    background-size: 100%;
    z-index: 999;
  }
}

.p-service-sec02 {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-service-sec02 {
    margin-top: 60px;
  }
}
.p-service-sec02::before {
  display: block;
  content: "";
  position: absolute;
  width: 158px;
  height: auto;
  aspect-ratio: 158/259;
  top: 90px;
  right: 25px;
  background: url(images/service_human.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-service-sec02::before {
    width: 75px;
    top: -10px;
    right: 15px;
  }
}
.p-service-sec02__box {
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #fca4d3;
}
@media screen and (max-width: 767px) {
  .p-service-sec02__box {
    padding: 45px 15px 20px;
  }
}
.p-service-sec02__item {
  position: relative;
  padding-left: 35px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-service-sec02__item {
    padding-left: 25px;
    font-size: 1.4rem;
  }
}
.p-service-sec02__item::before {
  display: block;
  content: "";
  position: absolute;
  width: 24px;
  height: auto;
  aspect-ratio: 24/20;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(images/service_check.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-service-sec02__item::before {
    top: 5px;
    transform: translateY(0%);
    width: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-service-sec02__item:not(:first-of-type) {
    margin-top: 10px;
  }
}
.p-service-sec02__sub-txt {
  margin-top: 50px;
  font-size: 2rem;
  font-weight: 500;
  color: #f558ac;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-service-sec02__sub-txt {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

/****************************************

_p-page-name.scss よくあるご質問

*****************************************/
.p-faq-outer {
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .p-faq-outer {
    margin: 10px auto 0;
  }
}

.p-faq01-box:not(:first-of-type) {
  margin-top: 30px;
}

.p-faq01-box {
  padding: 30px 50px;
  border-radius: 16px;
  background: #fdf5f9;
}
@media screen and (max-width: 767px) {
  .p-faq01-box {
    padding: 20px;
  }
}
.p-faq01-box__ttl {
  position: relative;
  margin-bottom: 10px;
  padding: 0 10px 0 55px;
  border-bottom: 1px solid #f558ac;
  font-size: 2.4rem;
  font-weight: 500;
  color: #f558ac;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-faq01-box__ttl {
    padding: 0 0 5px 35px;
    font-size: 1.6rem;
  }
}
.p-faq01-box__ttl::before {
  display: block;
  content: "Q.";
  position: absolute;
  top: -10px;
  left: 5px;
  font-size: 3rem;
  font-weight: bold;
  color: #f558ac;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-faq01-box__ttl::before {
    top: -2px;
    font-size: 1.8rem;
  }
}
.p-faq01-box p {
  font-weight: 500;
}

.p-faq-txt {
  margin: 65px auto 150px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #f558ac;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-faq-txt {
    margin-top: 60px;
    margin-bottom: 60px;
    margin: 30px auto 60px;
    font-size: 1.6rem;
  }
}

/****************************************

_p-blog.scss お知らせ

*****************************************/
.p-blog-sec01 {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .p-blog-sec01 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-journal-list {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    gap: 30px 10px;
  }
}
.p-journal-list__item {
  padding: 20px 20px 20px 40px;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .p-journal-list__item {
    padding: 20px 10px;
    width: calc((100% - 10px) / 2);
  }
}
.p-journal-list__flex {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-journal-list__flex {
    flex-flow: nowrap column-reverse;
  }
}
.p-journal-list__txt860 {
  padding: 40px 0 0;
  width: 860px;
}
@media screen and (max-width: 767px) {
  .p-journal-list__txt860 {
    padding: 10px 0 0;
    width: 100%;
  }
}
.p-journal-list__date {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #f558ac;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-journal-list__date {
    margin-bottom: 5px;
    font-size: 1.5rem;
    line-height: 1;
  }
}
.p-journal-list__ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-journal-list__ttl {
    white-space: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
.p-journal-list__btn {
  height: 26px;
  width: 126px;
  line-height: 26px;
  text-align: center;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .p-journal-list__btn {
    margin-inline: auto;
  }
}
.p-journal-list__btn a {
  border-radius: 16px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-journal-list__btn a:is(:link, :visited) {
  color: #fff;
  border: 1px solid #fca4d3;
  background: #fca4d3;
}
.p-journal-list__btn a:is(:hover, :active) {
  color: #fca4d3;
  background: #fff;
}
.p-journal-list__fig180 {
  position: relative;
  overflow: hidden;
  width: 180px;
  height: 180px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-journal-list__fig180 {
    margin: 0 auto;
    max-width: 180px;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.p-journal-list__fig180 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/****************************************

_p-overview.scss 会社概要

*****************************************/
.p-company-sec01 {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .p-company-sec01 {
    margin-top: 15px;
  }
}

/*---------- アクセス ----------*/
.p-company-sec02 {
  margin: 100px auto 210px;
}
@media screen and (max-width: 767px) {
  .p-company-sec02 {
    margin: 60px auto 60px;
  }
}
.p-company-sec02__map {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-top: 20px;
  width: 100%;
}
.p-company-sec02__map iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company-sec02__map iframe {
    height: 250px;
  }
}

/****************************************

_p-contact.scss お問い合わせ

*****************************************/
.p-contact-sec01 {
  margin-top: 20px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .p-contact-sec01 {
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
.p-contact-sec01__tel {
  margin: 45px auto 70px;
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  .p-contact-sec01__tel {
    margin: 30px auto 40px;
  }
}
.p-contact-sec01__confirm-txt {
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: 500;
}

/****************************************

Contact Form7

*****************************************/
.tc {
  width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tc {
    width: 250px;
  }
}

.tc input[type=submit] {
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
}

.wpcf7 {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .form_row {
    margin-bottom: 0;
  }
}

.last_row {
  margin-bottom: 30px;
  padding: 0;
  border-bottom: none;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 300px;
  max-width: 100%;
  padding: 11px;
  border: 1px solid #f0d65a;
  border-radius: 50vh;
  background-color: #f0d65a;
  color: #0e2f86;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin: 10px auto 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .tc input[type=submit] {
    width: 250px;
  }
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #f0d65a;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.wpcf7-radio input {
  vertical-align: baseline;
  margin: auto 3px auto 5px;
}
@media screen and (max-width: 767px) {
  .wpcf7-radio input {
    vertical-align: middle;
    margin: auto 3px 3px 5px;
  }
}

span.wpcf7-list-item {
  margin: 0 1em 0 0;
}
@media screen and (max-width: 767px) {
  span.wpcf7-list-item {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: block;
  }
  .tc input[type=submit] {
    display: block;
    font-size: 1.4rem;
    padding: 15px;
  }
  .wpcf7-response-output {
    font-size: 1.3rem;
  }
}
/****************************************

_u-display.scss 表示、非表示

*****************************************/
@media print, screen and (min-width: 768px) {
  .u-pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-none {
    display: none !important;
  }
}
/****************************************

_u-arrange.scss 余白調整

*****************************************/
/* 共通セクションの余白 */
.u-cmn-sec:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .u-cmn-sec:not(:first-of-type) {
    margin-top: 60px;
  }
}

/* PC,テキスト中央 */
@media screen and (min-width: 768px) {
  .u-tc-pc {
    text-align: center;
  }
}

.u-tc {
  text-align: center;
}

.u-tr {
  text-align: right;
}

/* 改行 */
.u-line-break {
  margin-top: 25px;
}

/* 1行目の字下げ */
.u-notes {
  text-indent: -1em;
  padding-left: 1em;
}

/* margin-bottom */
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .u-mb50,
  .u-mb60 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb70,
  .u-mb80 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb90,
  .u-mb100 {
    margin-bottom: 80px;
  }
}

/* margin-top */
.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .u-mt50,
  .u-mt60 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt70,
  .u-mt80 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt90,
  .u-mt100 {
    margin-top: 80px;
  }
}

/****************************************

_u-link.scss リンク動作設定

*****************************************/
.u-link-fade-in a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.u-link-fade-in a:is(:link, :visited) {
  color: #444;
}
.u-link-fade-in a:is(:hover, :active) {
  color: #f558ac;
}
.u-link-fade-in a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #f558ac;
  transition: all 0.3s ease-in-out;
}
.u-link-fade-in a:hover::before {
  width: 100%;
  opacity: 0.9;
}

.u-link-fade-out a {
  position: relative;
  text-decoration: none;
  color: #444;
}
.u-link-fade-out a::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background: #444;
  transition: all 0.3s ease-in-out;
}
.u-link-fade-out a:hover::after {
  width: 0;
}

.u-link-on-to-off a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.u-link-on-to-off a:is(:link, :visited) {
  color: #444;
}
.u-link-on-to-off a:is(:hover, :active) {
  color: #f558ac;
}
.u-link-on-to-off a::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #444;
  transition: all 0.3s ease-in-out;
}
.u-link-on-to-off a:hover::before {
  background: #f558ac;
}

/****************************************

_u-color.scss カラー指定

*****************************************/
.u-base-color {
  color: #444;
}

.u-main-color {
  color: #f558ac;
}

.u-accent-color {
  color: #f0d65a;
}

.u-red {
  color: #ff0000;
}

/****************************************

_u-font.scss フォント調整

*****************************************/
.u-bold {
  font-weight: bold;
}

.u-medium {
  font-weight: 500;
}

.u-font-base {
  font-family: "Zen Maru Gothic", sans-serif;
}

.u-font-jp {
  font-family: "Zen Maru Gothic", sans-serif;
}

.u-font-en {
  font-family: "Zen Maru Gothic", sans-serif;
}

/* End Hack *//*# sourceMappingURL=style.css.map */