@charset "UTF-8";
/* ----------------------------------------------------------------------
  レスポンシブで無効にする
---------------------------------------------------------------------- */
@media (max-width: 1200px) {
  .none_1200 {
    display: none;
  }
}

@media (max-width: 1150px) {
  .none_1150 {
    display: none;
  }
}

@media (max-width: 1100px) {
  .none_1100 {
    display: none;
  }
}

@media (max-width: 1050px) {
  .none_1050 {
    display: none;
  }
}

@media (max-width: 1000px) {
  .none_1000 {
    display: none;
  }
}

@media (max-width: 950px) {
  .none_950 {
    display: none;
  }
}

@media (max-width: 900px) {
  .none_900 {
    display: none;
  }
}

@media (max-width: 850px) {
  .none_850 {
    display: none;
  }
}

@media (max-width: 800px) {
  .none_800 {
    display: none;
  }
}

@media (max-width: 750px) {
  .none_750 {
    display: none;
  }
}

@media (max-width: 700px) {
  .none_700 {
    display: none;
  }
}

@media (max-width: 650px) {
  .none_650 {
    display: none;
  }
}

@media (max-width: 600px) {
  .none_600 {
    display: none;
  }
}

@media (max-width: 550px) {
  .none_550 {
    display: none;
  }
}

@media (max-width: 500px) {
  .none_500 {
    display: none;
  }
}

@media (max-width: 450px) {
  .none_450 {
    display: none;
  }
}

@media (max-width: 400px) {
  .none_400 {
    display: none;
  }
}

@media (max-width: 350px) {
  .none_350 {
    display: none;
  }
}

/* ----------------------------------------------------------------------
  レスポンシブでONにする
---------------------------------------------------------------------- */
.on_1050 {
  display: none;
}

@media (max-width: 1050px) {
  .on_1050 {
    display: block;
  }
}

.on_950 {
  display: none;
}

@media (max-width: 950px) {
  .on_950 {
    display: block;
  }
}

.on_900 {
  display: none;
}

@media (max-width: 900px) {
  .on_900 {
    display: block;
  }
}

.on_850 {
  display: none;
}

@media (max-width: 850px) {
  .on_850 {
    display: block;
  }
}

.on_800 {
  display: none;
}

@media (max-width: 800px) {
  .on_800 {
    display: block;
  }
}

.on_750 {
  display: none;
}

@media (max-width: 750px) {
  .on_750 {
    display: block;
  }
}

.on_700 {
  display: none;
}

@media (max-width: 700px) {
  .on_700 {
    display: block;
  }
}

.on_650 {
  display: none;
}

@media (max-width: 650px) {
  .on_650 {
    display: block;
  }
}

.on_600 {
  display: none;
}

@media (max-width: 600px) {
  .on_600 {
    display: block;
  }
}

.on_550 {
  display: none;
}

@media (max-width: 550px) {
  .on_550 {
    display: block;
  }
}

.on_500 {
  display: none;
}

@media (max-width: 500px) {
  .on_500 {
    display: block;
  }
}

.on_450 {
  display: none;
}

@media (max-width: 450px) {
  .on_450 {
    display: block;
  }
}

.on_400 {
  display: none;
}

@media (max-width: 400px) {
  .on_400 {
    display: block;
  }
}

.on_370 {
  display: none;
}

@media (max-width: 370px) {
  .on_370 {
    display: block;
  }
}

.on_350 {
  display: none;
}

@media (max-width: 350px) {
  .on_350 {
    display: block;
  }
}

/* --------------
共通スタイル
* --------------- */
/* スクロールバーを非表示にするスタイル */
*::-webkit-scrollbar {
  display: none;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -ms-overflow-style: none;
  /* IE と Edge */
  scrollbar-width: none;
  /* Firefox */
}

body,
html {
  overflow-x: hidden;
}

.body,
body {
  font-family: var(--font-family-ja_df);
  font-weight: 400;
  font-style: normal;
  background: #fff;
}

.body.scroll_off,
html.scroll_off {
  overflow: hidden;
}

::selection {
  background-color: #f9b8e1;
  /* 背景色 */
  color: #000000;
  /* テキスト色 */
}

input:focus,
textarea:focus {
  outline: none;
}

/* breadcrumb_wrap */
.breadcrumb_wrap {
  margin: 40px 0 32px 0;
  padding: 0 8px;
  width: 100%;
}

@media (max-width: 1100px) {
  .breadcrumb_wrap {
    margin: 24px 0 16px 0;
  }
}

@media (max-width: 700px) {
  .breadcrumb_wrap {
    margin: 0;
  }
  .breadcrumb_wrap .breadcrumb-caption {
    font-size: 11px;
  }
}

.breadcrumb_wrap:empty {
  display: none;
}

div.content {
  margin-top: 0;
}

main.main,
div.sidebar {
  margin: 0;
}

.content_wrap {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1264px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 700px) {
  .content_wrap {
    padding: 0;
  }
}

.content_wrap:has(.post_content_wrap.page) {
  margin-top: 64px;
}

.content_wrap .post_content_wrap {
  width: calc(100% - 376px - 16px);
}

@media (max-width: 1023px) {
  .content_wrap .post_content_wrap {
    width: 100%;
  }
}

/* --------------
共通スタイル
* --------------- */
.ttl_ptn_1 {
  font-size: 28px;
  font-family: var(--font-family-ja_ttl);
  font-weight: 300;
  text-align: center;
  line-height: 1.8em;
}

@media (max-width: 1200px) {
  .ttl_ptn_1 {
    font-size: 24px;
  }
}

@media (max-width: 700px) {
  .ttl_ptn_1 {
    font-size: 22px;
  }
}

@media (max-width: 500px) {
  .ttl_ptn_1 {
    font-size: 20px;
  }
}

.ttl_ptn_1.no_bd::after {
  display: none;
}

.ttl_ptn_1.size_ml {
  font-size: 32px;
}

@media (max-width: 700px) {
  .ttl_ptn_1.size_ml {
    font-size: 26px;
  }
}

@media (max-width: 500px) {
  .ttl_ptn_1.size_ml {
    font-size: 22px;
  }
}

.ttl_ptn_1.size_l {
  font-size: 40px;
}

@media (max-width: 1200px) {
  .ttl_ptn_1.size_l {
    font-size: 32px;
  }
}

@media (max-width: 700px) {
  .ttl_ptn_1.size_l {
    font-size: 26px;
  }
}

@media (max-width: 500px) {
  .ttl_ptn_1.size_l {
    font-size: 22px;
  }
}

.ttl_ptn_1 span {
  display: inline-block;
}

.ttl_ptn_1:after {
  margin: 0 auto;
  margin-top: 0.7em;
  width: 120px;
  height: 1px;
  content: "";
  display: block;
  background: var(--color-365-black);
}

@media (max-width: 700px) {
  .ttl_ptn_1::after {
    width: 104px;
  }
}

@media (max-width: 500px) {
  .ttl_ptn_1::after {
    width: 80px;
  }
}

/* ttl_ptn_2 */
.ttl_ptn_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-style: normal;
  font-family: var(--font-family-ja_ttl);
  text-align: center;
  font-weight: 400;
}

.ttl_ptn_2 i {
  color: var(--color-365-red);
  font-style: normal;
}

.ttl_ptn_2.size_m .sub_ttl {
  font-size: 16px;
}

@media (max-width: 700px) {
  .ttl_ptn_2.size_m .sub_ttl {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .ttl_ptn_2.size_m .sub_ttl {
    font-size: 12px;
  }
}

.ttl_ptn_2.size_m .main_ttl {
  font-size: 36px;
}

@media (max-width: 700px) {
  .ttl_ptn_2.size_m .main_ttl {
    font-size: 28px;
  }
}

@media (max-width: 500px) {
  .ttl_ptn_2.size_m .main_ttl {
    font-size: 24px;
  }
}

.ttl_ptn_2 .sub_ttl {
  width: 100%;
  font-size: 18px;
  color: var(--color-365-black);
}

@media (max-width: 700px) {
  .ttl_ptn_2 .sub_ttl {
    font-size: 16px;
  }
}

.ttl_ptn_2 .main_ttl {
  width: 100%;
  font-size: 48px;
  letter-spacing: 0.08em;
}

@media (max-width: 1200px) {
  .ttl_ptn_2 .main_ttl {
    font-size: 40px;
  }
}

@media (max-width: 700px) {
  .ttl_ptn_2 .main_ttl {
    font-size: 32px;
  }
}

@media (max-width: 500px) {
  .ttl_ptn_2 .main_ttl {
    font-size: 26px;
  }
}

/* --------------
header_main
* --------------- */
.header_space {
  height: 96px;
}

@media (max-width: 1080px) {
  .header_space {
    height: 88px;
  }
}

@media (max-width: 980px) {
  .header_space {
    height: 72px;
  }
}

@media (max-width: 600px) {
  .header_space {
    height: 64px;
  }
}

.header_main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 0 16px 0 32px;
  height: 96px;
  display: flex;
  justify-content: space-between;
  background: #fff;
}

@media (max-width: 1240px) {
  .header_main {
    padding: 0 8px 0 24px;
  }
}

@media (max-width: 1080px) {
  .header_main {
    padding: 0 0 0 16px;
    height: 88px;
  }
}

@media (max-width: 980px) {
  .header_main {
    height: 72px;
  }
}

@media (max-width: 600px) {
  .header_main {
    height: 64px;
  }
}

.header_main .logo_in {
  height: 100%;
}

.header_main .logo_in .tagline_365 {
  display: none;
}

.header_main .logo_in .logo {
  height: 100%;
}

.header_main .logo_in .logo a {
  height: 100%;
  display: flex;
  align-items: center;
}

.header_main .logo_in .logo a img {
  height: 55%;
  width: auto;
}

@media (max-width: 600px) {
  .header_main .logo_in .logo a img {
    height: 60%;
  }
}

.header_main .pc_nav {
  height: 100%;
}

@media (max-width: 980px) {
  .header_main .pc_nav {
    display: none;
  }
}

.header_main .pc_nav ul {
  list-style: none;
  padding: 0;
}

.header_main .pc_nav a {
  text-decoration: none;
}

.header_main .pc_nav .has-icon {
  display: none;
}

.header_main .pc_nav > ul {
  height: 100%;
  display: flex;
  list-style: none;
}

.header_main .pc_nav > ul > li {
  position: relative;
  height: 100%;
}

.header_main .pc_nav > ul > li:last-of-type a::after {
  margin-left: 1.5em;
  width: 48px;
  height: 48px;
  content: "";
  display: block;
  background-color: var(--color-365-blue);
  background-image: url(../image/icon/hito.png);
  background-position: center;
  /* 画像を中央に配置 */
  background-size: 35%;
  /* 画像サイズを指定 */
  background-repeat: no-repeat;
  /* 画像のリピートを無効に */
  border-radius: 50%;
  overflow: hidden;
  transition: 0.6s;
}

.header_main .pc_nav > ul > li > a {
  position: relative;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--color-365-black);
  font-family: var(--font-family-ja_df);
  text-decoration: none;
  transition: color 0.6s;
}

@media (max-width: 1180px) {
  .header_main .pc_nav > ul > li > a {
    padding: 0 16px;
    font-size: 15px;
  }
}

@media (max-width: 1180px) {
  .header_main .pc_nav > ul > li > a {
    font-size: 14px;
  }
}

.header_main .pc_nav > ul > li > a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
  width: 0;
  content: "";
  display: block;
  background: var(--color-365-red);
  transition: width 0.6s;
}

.header_main .pc_nav > ul > li > a:hover {
  color: var(--color-365-red);
}

.header_main .pc_nav > ul > li > a:hover::before {
  width: calc(100% - 40px);
}

@media (max-width: 1180px) {
  .header_main .pc_nav > ul > li > a:hover::before {
    width: calc(100% - 32px);
  }
}

.header_main .pc_nav > ul > li > a:hover::after {
  transform: scale(1.1);
  background-color: var(--color-365-red);
  transform: rotateY(180deg);
  transition: 1.15s;
}

.header_main .pc_nav > ul > li:hover > ul {
  display: block;
}

.header_main .pc_nav > ul > li:nth-last-of-type(2) > ul, .header_main .pc_nav > ul > li:nth-last-of-type(3) > ul {
  left: initial;
  right: 0;
}

.header_main .pc_nav > ul > li:nth-last-of-type(2) > ul ul, .header_main .pc_nav > ul > li:nth-last-of-type(3) > ul ul {
  padding: 0;
  padding-top: 4px;
  padding-right: 2px;
  left: initial;
  right: 100%;
}

.header_main .pc_nav > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  padding-top: 4px;
  min-width: 13.75em;
  display: none;
}

.header_main .pc_nav > ul > li > ul li {
  position: relative;
  margin-bottom: 2px;
}

.header_main .pc_nav > ul > li > ul li a {
  height: 3.5em;
  padding: 0 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background: #fff;
  font-weight: 400;
  transition: 0.3s;
  color: var(--color-365-black);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.header_main .pc_nav > ul > li > ul li a:hover {
  background: var(--color-365-red);
  color: #fff;
}

.header_main .pc_nav > ul > li > ul li:hover > ul {
  display: block;
}

.header_main .pc_nav > ul > li > ul li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10;
  padding-left: 2px;
  display: none;
}

.ham_btn {
  position: fixed;
  top: 10px;
  right: 12px;
  z-index: 999;
  width: 52px;
  height: 52px;
  display: none;
  background: var(--color-365-main);
  border-radius: 50%;
}

@media (max-width: 980px) {
  .ham_btn {
    display: flex;
  }
}

@media (max-width: 600px) {
  .ham_btn {
    top: 8px;
    width: 48px;
    height: 48px;
  }
}

.ham_btn span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
  height: 2px;
  background: #fff;
  transform: translateY(4px);
  transition: 0.5s;
}

.ham_btn span:nth-of-type(2) {
  transform: translateY(-4px);
}

.ham_btn.active span:nth-of-type(1) {
  transform: translateY(0) rotate(45deg);
}

.ham_btn.active span:nth-of-type(2) {
  transform: translateY(0) rotate(-45deg);
}

/* --------------
drawer_nav
* --------------- */
.drawer_nav {
  position: fixed;
  top: 72px;
  left: -100%;
  z-index: 998;
  height: calc(100% - 72px);
  width: 100%;
  display: block;
  background: #fff;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  z-index: -100;
}

@media (max-width: 600px) {
  .drawer_nav {
    top: 64px;
    height: calc(100% - 64px);
  }
}

.drawer_nav.active {
  left: 0;
  visibility: initial;
  opacity: 1;
  z-index: 999;
}

.drawer_nav a {
  text-decoration: none;
  color: #282828;
  display: block;
  font-size: 16px;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.drawer_nav ul {
  list-style: none;
  padding: 0;
}

.drawer_nav ul.menu_sp {
  background: #e7f3f9;
  border-top: 1px solid #cae2f4;
}

.drawer_nav ul.menu_sp > li {
  position: relative;
}

.drawer_nav ul.menu_sp > li > a {
  padding: 1em 2em;
  border-bottom: 1px solid #cae2f4;
}

@media (max-width: 500px) {
  .drawer_nav ul.menu_sp > li > a {
    padding: 1em 1.5em;
  }
}

.drawer_nav ul.menu_sp > li ul.sub-menu {
  display: none;
  background: #fff;
}

.drawer_nav ul.menu_sp > li ul.sub-menu li {
  position: relative;
}

.drawer_nav ul.menu_sp > li ul.sub-menu li a {
  padding: 1em 3em;
  border-bottom: 1px solid #cae2f4;
}

@media (max-width: 500px) {
  .drawer_nav ul.menu_sp > li ul.sub-menu li a {
    padding: 1em 2em;
  }
}

.drawer_nav ul.menu_sp > li ul.sub-menu ul {
  background: #f2feff;
}

.drawer_nav ul.menu_sp > li ul.sub-menu ul li a {
  padding: 1em 5em;
  font-size: 0.8em;
}

@media (max-width: 500px) {
  .drawer_nav ul.menu_sp > li ul.sub-menu ul li a {
    padding: 1em 3em;
  }
}

.drawer_nav .has-icon {
  display: none;
}

.drawer_nav .down_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 600px) {
  .drawer_nav .down_btn {
    height: 54px;
    width: 54px;
  }
}

.drawer_nav .down_btn > div {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--color-365-red);
}

.drawer_nav .down_btn > div::before, .drawer_nav .down_btn > div::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 2px;
  display: block;
  content: "";
  background: #fff;
  transition: 0.6s;
}

.drawer_nav .down_btn.active > div::after {
  transform: rotate(-90deg);
}

.drawer_nav .drawer-menu-widget-area {
  margin: 32px auto 24px auto;
  padding: 0 16px;
  width: 100%;
  max-width: 480px;
}

@media (max-width: 600px) {
  .drawer_nav .drawer-menu-widget-area {
    margin: 24px auto 16px auto;
  }
}

/* --------------
fv_top
* --------------- */
.fv_top {
  position: relative;
  z-index: 10;
  max-width: 1800px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fff;
}

@media (max-width: 1280px) {
  .fv_top {
    padding: 72px 64px;
  }
}

@media (max-width: 1080px) {
  .fv_top {
    padding: 64px;
  }
}

@media (max-width: 1080px) {
  .fv_top {
    padding: 64px;
  }
}

@media (max-width: 700px) {
  .fv_top {
    padding: 0;
  }
}

.fv_top::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}

@media (max-width: 700px) {
  .fv_top::after {
    position: static;
    height: auto;
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: center;
  }
}

.fv_top::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: linear-gradient(90deg, white 0%, white 36%, rgba(255, 255, 255, 0.709121) 49%, rgba(255, 255, 255, 0) 62%);
}

@media (max-width: 700px) {
  .fv_top::before {
    display: none;
  }
}

.fv_top .inner {
  width: 100%;
  max-width: 1080px;
}

@media (max-width: 700px) {
  .fv_top .inner {
    padding: 40px 0 32px 8%;
  }
}

.fv_top .inner h2 {
  margin-left: -12px;
  font-size: 88px;
  font-family: var(--font-family-ja_ttl);
  line-height: 1.35em;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

@media (max-width: 1280px) {
  .fv_top .inner h2 {
    font-size: 80px;
  }
}

@media (max-width: 1080px) {
  .fv_top .inner h2 {
    font-size: 72px;
  }
}

@media (max-width: 980px) {
  .fv_top .inner h2 {
    font-size: 64px;
    line-height: 1.5em;
  }
}

@media (max-width: 900px) {
  .fv_top .inner h2 {
    font-size: 56px;
  }
}

@media (max-width: 800px) {
  .fv_top .inner h2 {
    font-size: 48px;
  }
}

@media (max-width: 700px) {
  .fv_top .inner h2 {
    margin-left: -4px;
    font-size: 9vw;
  }
}

.fv_top .inner h1 {
  position: relative;
  margin: 1.5em 0;
  padding-left: 64px;
  font-size: 26px;
  line-height: 1.6em;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}

@media (max-width: 1280px) {
  .fv_top .inner h1 {
    padding-left: 56px;
    font-size: 24px;
  }
}

@media (max-width: 1080px) {
  .fv_top .inner h1 {
    margin: 1.2em 0;
  }
}

@media (max-width: 800px) {
  .fv_top .inner h1 {
    padding-left: 40px;
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .fv_top .inner h1 {
    margin-bottom: 1em;
    padding-left: 32px;
    font-size: 18px;
  }
}

.fv_top .inner h1::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 48px;
  height: 1px;
  content: "";
  display: block;
  background: var(--color-365-black);
}

@media (max-width: 1280px) {
  .fv_top .inner h1::before {
    width: 40px;
  }
}

@media (max-width: 800px) {
  .fv_top .inner h1::before {
    width: 28px;
  }
}

@media (max-width: 600px) {
  .fv_top .inner h1::before {
    width: 20px;
  }
}

.fv_top .inner .in {
  padding-left: 64px;
}

@media (max-width: 1280px) {
  .fv_top .inner .in {
    padding-left: 56px;
    font-size: 15px;
  }
}

@media (max-width: 880px) {
  .fv_top .inner .in {
    padding-left: 40px;
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .fv_top .inner .in {
    padding-left: 32px;
    font-size: 12px;
  }
}

.fv_top .inner .in p {
  line-height: 2em;
}

.fv_top .inner .in nav {
  margin-top: 2em;
}

@media (max-width: 1080px) {
  .fv_top .inner .in nav {
    margin-top: 1.5em;
  }
}

@media (max-width: 700px) {
  .fv_top .inner .in nav {
    display: none;
  }
}

.fv_top .inner .in nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}

.fv_top .inner .in nav ul li:nth-of-type(2) {
  margin-left: 3px;
}

.fv_top .inner .in nav ul li:nth-of-type(2) a {
  background: var(--color-365-red);
}

.fv_top .inner .in nav ul li:nth-of-type(2) a:hover {
  background: var(--color-365-red_2);
}

.fv_top .inner .in nav ul li a {
  position: relative;
  padding: 0 2em;
  padding-right: 2.2em;
  min-width: 232px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  background: var(--color-365-blue);
  line-height: 1.4em;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  transition: 0.3s;
}

.fv_top .inner .in nav ul li a svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  height: 1em;
  width: auto;
  fill: #fff;
}

.fv_top .inner .in nav ul li a:hover {
  background: var(--color-365-blue_2);
}

/*-------------------------
カルーセル追加CSS
-------------------------*/
div.carousel {
  margin: 0;
  margin-bottom: 32px;
  padding: 12px 56px;
  padding-bottom: 4px;
  background: #e7f3f9;
}

@media (max-width: 1180px) {
  div.carousel {
    padding: 12px 48px;
    padding-bottom: 4px;
  }
}

@media (max-width: 700px) {
  div.carousel {
    padding: 0 8px;
    padding-top: 4px;
  }
}

@media (max-width: 600px) {
  div.carousel {
    padding: 3px 4px 0 3px;
  }
}

div.carousel .carousel-in {
  width: 100%;
  background: none;
}

div.carousel .carousel-in div.carousel-content {
  background: none;
}

@media (max-width: 700px) {
  div.carousel .carousel-in div.carousel-content {
    margin: 0;
  }
}

div.carousel .carousel-in div.carousel-content a {
  padding: 0;
  border: none;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 600px) {
  div.carousel .carousel-in div.carousel-content a {
    margin: 0 3px;
  }
}

div.carousel .carousel-in div.carousel-content a:hover {
  transform: scale(1.03);
  opacity: 0.7;
}

div.carousel .carousel-in div.carousel-content a .cat-label {
  display: none;
}

div.carousel .carousel-in div.carousel-content a figure {
  padding: 12px;
}

div.carousel .carousel-in div.carousel-content a figure img {
  object-fit: contain !important;
  width: 100% !important;
  height: auto;
  aspect-ratio: initial;
}

div.carousel .carousel-in div.carousel-content a .carousel-entry-card-title.card-title {
  margin: 0;
  padding: 0 1em;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4a687f;
  color: #fff;
  font-size: 14px;
  font-feature-settings: "palt";
  line-height: 1.3em;
}

@media (max-width: 900px) {
  div.carousel .carousel-in div.carousel-content a .carousel-entry-card-title.card-title {
    font-size: 13px;
  }
}

@media (max-width: 700px) {
  div.carousel .carousel-in div.carousel-content a .carousel-entry-card-title.card-title {
    height: 48px;
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  div.carousel .carousel-in div.carousel-content a .carousel-entry-card-title.card-title {
    height: 40px;
    font-size: 11px;
  }
}

div.carousel .slick-arrow {
  height: 56px;
  width: 56px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid var(--color-365-blue);
  transition: 0.5s;
}

@media (max-width: 700px) {
  div.carousel .slick-arrow {
    display: none !important;
  }
}

div.carousel .slick-next {
  right: -64px;
}

div.carousel .slick-next::before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-image: url(../image/icon/next_blue.svg);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center;
}

div.carousel .slick-prev {
  left: -64px;
}

div.carousel .slick-prev::before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-image: url(../image/icon/prev_blue.svg);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center;
}

div.carousel .slick-dots {
  bottom: -32px;
  display: block !important;
}

@media (max-width: 600px) {
  div.carousel .slick-dots {
    bottom: -28px;
  }
}

@media (max-width: 600px) {
  div.carousel .slick-dots li {
    width: 10px;
  }
}

/* --------------
/* cta_info
* --------------- */
.cta_info {
  padding: 80px 48px;
  padding-bottom: 120px;
  background: #fff;
}

@media (max-width: 1100px) {
  .cta_info {
    padding-bottom: 80px;
  }
}

@media (max-width: 410px) {
  .cta_info {
    padding: 72px 32px;
  }
}

@media (max-width: 380px) {
  .cta_info {
    padding: 64px 24px;
  }
}

.cta_info .wrap {
  margin: 0 auto;
  margin-top: 56px;
  max-width: 980px;
  width: 100%;
  display: grid;
  grid-template-columns: 35% 65%;
}

@media (max-width: 800px) {
  .cta_info .wrap {
    margin-top: 40px;
    max-width: 480px;
    grid-template-columns: 1fr;
    gap: 56px;
  }
}

@media (max-width: 500px) {
  .cta_info .wrap {
    gap: 48px;
  }
}

@media (max-width: 800px) {
  .cta_info .wrap .image {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 400px;
    width: 100%;
  }
}

.cta_info .wrap .image figure {
  position: relative;
  z-index: 10;
  width: 100%;
}

@media (max-width: 800px) {
  .cta_info .wrap .image figure {
    margin-left: -20px;
  }
}

@media (max-width: 500px) {
  .cta_info .wrap .image figure {
    margin-left: -10px;
  }
}

.cta_info .wrap .image figure::before {
  padding-top: 100%;
  content: "";
  display: block;
}

.cta_info .wrap .image figure::after {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: #dcebf2;
}

.cta_info .wrap .image figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta_info .wrap .image figure figcaption {
  position: absolute;
  bottom: 16px;
  right: 16px;
  padding: 0 1.5em;
  height: 54px;
  min-width: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-365-red);
  color: #fff;
  font-size: 15px;
}

@media (max-width: 1180px) {
  .cta_info .wrap .image figure figcaption {
    height: 48px;
    min-width: 140px;
    font-size: 14px;
  }
}

@media (max-width: 980px) {
  .cta_info .wrap .image figure figcaption {
    height: 40px;
    min-width: 120px;
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .cta_info .wrap .image figure figcaption {
    right: 8px;
    bottom: 8px;
  }
}

.cta_info .wrap .in_content {
  padding-left: 72px;
  width: 100%;
}

@media (max-width: 800px) {
  .cta_info .wrap .in_content {
    padding-left: 0;
  }
}

.cta_info .wrap .in_content p {
  line-height: 2.3em;
  font-size: 20px;
}

@media (max-width: 1180px) {
  .cta_info .wrap .in_content p {
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .cta_info .wrap .in_content p {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .cta_info .wrap .in_content p {
    text-align: center;
  }
}

@media (max-width: 500px) {
  .cta_info .wrap .in_content p {
    text-align: left;
    font-size: 15px;
  }
}

.cta_info .wrap .in_content > a {
  display: flex;
  text-decoration: none;
}

@media (max-width: 800px) {
  .cta_info .wrap .in_content > a {
    justify-content: center;
  }
}

.cta_info .wrap .in_content > a .in_btn {
  position: relative;
  margin-top: 1.8em;
  padding-right: 0.5em;
  min-width: 358px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00c300;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  font-family: var(--font-family-ja_df);
  border-radius: 2px;
}

@media (max-width: 500px) {
  .cta_info .wrap .in_content > a .in_btn {
    margin-top: 1.6em;
  }
}

@media (max-width: 400px) {
  .cta_info .wrap .in_content > a .in_btn {
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .cta_info .wrap .in_content > a .in_btn {
    width: 100%;
    min-width: initial;
  }
}

.cta_info .wrap .in_content > a .in_btn > svg {
  margin-right: 0.5em;
  width: 1.7em;
  height: 1.7em;
  fill: #fff;
}

.cta_info .wrap .in_content > a .in_btn .next {
  position: absolute;
  top: 0;
  right: 16px;
  height: 100%;
  width: 1em;
  display: flex;
  align-items: center;
}

.cta_info .wrap .in_content > a .in_btn .next svg {
  width: 1em;
  fill: #fff;
}

/* --------------
/* post_list
* --------------- */
.post_list {
  padding: 80px 48px;
  background: #fff6f9;
}

@media (max-width: 500px) {
  .post_list {
    padding: 64px 32px;
  }
}

@media (max-width: 400px) {
  .post_list {
    padding: 56px 24px;
  }
}

@media (max-width: 700px) {
  .post_list.post_bottom {
    margin-top: -24px;
  }
}

.post_list h2 {
  font-feature-settings: "palt";
}

.post_list h2 .sp {
  display: none;
}

@media (max-width: 600px) {
  .post_list h2 .sp {
    display: block;
  }
}

.post_list .wrap {
  margin-top: 48px;
  width: 100%;
  max-width: 980px;
}

@media (max-width: 600px) {
  .post_list .wrap {
    margin-top: 24px;
  }
}

.post_list .wrap ul {
  padding: 0;
  display: grid;
  gap: 24px;
  list-style: none;
}

.post_list .wrap ul li {
  padding: 0;
}

.post_list .wrap ul li a {
  padding: 12px;
  background: #fff;
  /* min-height: 280px; */
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  color: var(--color-365-black);
  text-decoration: none;
  transition: color 0.4s, box-shadow 0.4s;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.02);
}

@media (max-width: 550px) {
  .post_list .wrap ul li a {
    padding: 24px;
  }
}

.post_list .wrap ul li a:hover {
  color: var(--color-365-red);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.post_list .wrap ul li a .image {
  padding: 12px;
  width: 300px;
  aspect-ratio: 1 / 0.8;
  background: #f4f3f3;
  display: flex;
  align-items: center;
}

@media (max-width: 980px) {
  .post_list .wrap ul li a .image {
    width: 240px;
  }
}

@media (max-width: 750px) {
  .post_list .wrap ul li a .image {
    width: 200px;
  }
}

@media (max-width: 550px) {
  .post_list .wrap ul li a .image {
    padding: 0;
    width: 100%;
    aspect-ratio: initial;
  }
}

.post_list .wrap ul li a .image img {
  width: 100%;
  max-height: 240px;
  height: auto;
  object-fit: cover;
}

.post_list .wrap ul li a .in_content {
  padding: 32px 54px;
  width: calc(100% - 300px);
}

@media (max-width: 1180px) {
  .post_list .wrap ul li a .in_content {
    padding: 32px 48px;
  }
}

@media (max-width: 980px) {
  .post_list .wrap ul li a .in_content {
    padding: 32px;
    width: calc(100% - 240px);
  }
}

@media (max-width: 750px) {
  .post_list .wrap ul li a .in_content {
    padding: 24px;
    width: calc(100% - 200px);
  }
}

@media (max-width: 550px) {
  .post_list .wrap ul li a .in_content {
    padding: 0 16px;
    padding-top: 24px;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .post_list .wrap ul li a .in_content {
    padding: 0 8px;
    padding-top: 24px;
  }
}

.post_list .wrap ul li a .in_content .meta {
  font-size: 14px;
}

@media (max-width: 1180px) {
  .post_list .wrap ul li a .in_content .meta {
    font-size: 14px;
  }
}

@media (max-width: 980px) {
  .post_list .wrap ul li a .in_content .meta {
    font-size: 12px;
  }
}

.post_list .wrap ul li a .in_content h3 {
  margin: 0.6em 0;
  font-family: var(--font-family-ja_ttl);
  font-weight: 400;
  font-size: 28px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.6em;
}

@media (max-width: 1180px) {
  .post_list .wrap ul li a .in_content h3 {
    font-size: 24px;
  }
}

@media (max-width: 980px) {
  .post_list .wrap ul li a .in_content h3 {
    font-size: 20px;
  }
}

@media (max-width: 750px) {
  .post_list .wrap ul li a .in_content h3 {
    margin-bottom: 0;
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .post_list .wrap ul li a .in_content h3 {
    font-size: 16px;
  }
}

.post_list .wrap ul li a .in_content p {
  font-size: 16px;
  line-height: 2em;
}

@media (max-width: 1180px) {
  .post_list .wrap ul li a .in_content p {
    font-size: 14px;
  }
}

@media (max-width: 980px) {
  .post_list .wrap ul li a .in_content p {
    font-size: 12px;
  }
}

@media (max-width: 750px) {
  .post_list .wrap ul li a .in_content p {
    display: none;
  }
}

.post_list .more_btn {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

@media (max-width: 600px) {
  .post_list .more_btn {
    margin-top: 48px;
  }
}

.post_list .more_btn a {
  position: relative;
  height: 80px;
  width: 348px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  background: var(--color-365-red);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 2px;
  transition: 0.4s;
}

@media (max-width: 600px) {
  .post_list .more_btn a {
    height: 72px;
    width: 320px;
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .post_list .more_btn a {
    height: 72px;
    width: 100%;
  }
}

.post_list .more_btn a svg {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  height: 1em;
  width: auto;
  fill: #fff;
}

.post_list .more_btn a:hover {
  transform: scale(1.04);
}

/* --------------
/* footer_main
* --------------- */
.footer_main {
  background: #fff;
}

@media (max-width: 600px) {
  .footer_main {
    margin-bottom: 64px;
  }
}

.footer_main ul {
  padding: 0;
  list-style: none;
}

.footer_main ul a {
  text-decoration: none;
}

.footer_main .wrap {
  padding: 80px 24px;
  margin: 0 auto;
  width: 100%;
  max-width: 1264px;
  display: grid;
  grid-template-columns: 15% 60% 25%;
}

@media (max-width: 1080px) {
  .footer_main .wrap {
    padding: 48px 24px 32px 24px;
    max-width: 980px;
    grid-template-columns: 70% 30%;
  }
}

@media (max-width: 800px) {
  .footer_main .wrap {
    padding: 48px 32px 32px 32px;
    max-width: 580px;
    grid-template-columns: 50% 50%;
  }
}

@media (max-width: 550px) {
  .footer_main .wrap {
    display: block;
  }
}

@media (max-width: 1080px) {
  .footer_main .wrap .logo {
    margin-bottom: 40px;
    grid-column: span 2;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .footer_main .wrap .logo {
    margin-bottom: 32px;
  }
}

.footer_main .wrap .logo a img {
  width: 60%;
  height: auto;
}

@media (max-width: 1080px) {
  .footer_main .wrap .logo a img {
    height: 72px;
    width: auto;
  }
}

@media (max-width: 600px) {
  .footer_main .wrap .logo a img {
    height: 60px;
  }
}

@media (max-width: 1080px) {
  .footer_main .wrap .logo a img.pc {
    display: none;
  }
}

.footer_main .wrap .logo a img.sp {
  display: none;
}

@media (max-width: 1080px) {
  .footer_main .wrap .logo a img.sp {
    display: block;
  }
}

.footer_main .wrap .footer_nav {
  display: flex;
  justify-content: center;
  gap: 64px;
}

@media (max-width: 1080px) {
  .footer_main .wrap .footer_nav {
    justify-content: start;
  }
}

@media (max-width: 980px) {
  .footer_main .wrap .footer_nav {
    padding: 0 32px 0 24px;
    gap: 24px;
    justify-content: space-between;
  }
}

@media (max-width: 800px) {
  .footer_main .wrap .footer_nav {
    padding: 0;
    display: block;
  }
}

.footer_main .wrap .footer_nav ul {
  display: grid;
  gap: 8px;
  align-content: start;
}

.footer_main .wrap .footer_nav ul li a {
  padding: 8px 0;
  display: block;
  font-size: 14px;
  color: var(--color-365-black);
}

@media (max-width: 900px) {
  .footer_main .wrap .footer_nav ul li a {
    font-size: 12px;
  }
}

@media (max-width: 800px) {
  .footer_main .wrap .footer_nav ul li a {
    font-size: 14px;
  }
}

.footer_main .wrap .footer_nav ul li a:hover {
  color: var(--color-365-red);
}

.footer_main .wrap .footer_nav ul li ul {
  display: none;
}

.footer_main .wrap .banner {
  aspect-ratio: 4 / 3;
}

@media (max-width: 550px) {
  .footer_main .wrap .banner {
    display: none;
  }
}

.footer_main p.copy_right {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  color: #888;
  letter-spacing: 0.1em;
}

@media (max-width: 600px) {
  .footer_main p.copy_right {
    height: 40px;
    font-size: 11px;
  }
}

/* ----------
sns_link_list_icon
---------- */
.sns_link_list_icon {
  padding: 40px 0;
  background: #e7f3f9;
}

@media (max-width: 600px) {
  .sns_link_list_icon {
    padding: 32px 0;
  }
}

.sns_link_list_icon ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.sns_link_list_icon ul li a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
}

.sns_link_list_icon ul li a svg {
  width: 50%;
  height: 50%;
  fill: var(--color-365-blue);
}

.sns_link_list_icon ul li a:hover {
  transform: scale(1.1);
}

.sns_link_list_icon ul li a:hover svg {
  transform: rotateY(360deg);
  fill: var(--color-365-red);
  transition: 1.15s;
}

/* ----------
fv_archive
---------- */
.fv_archive {
  position: relative;
  height: 312px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../image/fv/bg_img_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1100px) {
  .fv_archive {
    height: 240px;
  }
}

@media (max-width: 800px) {
  .fv_archive {
    height: 200px;
  }
}

@media (max-width: 600px) {
  .fv_archive {
    height: 180px;
  }
}

.fv_archive::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #fff;
}

.fv_archive .inner {
  position: relative;
  z-index: 10;
  padding: 0 1.5em;
  height: 140px;
  min-width: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

@media (max-width: 1100px) {
  .fv_archive .inner {
    height: 120px;
    min-width: 280px;
  }
}

@media (max-width: 600px) {
  .fv_archive .inner {
    height: 104px;
    min-width: 240px;
  }
}

.fv_archive .inner::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: var(--color-365-main);
}

.fv_archive .inner h1 {
  width: auto;
  color: #fff;
  text-align: center;
}

.fv_archive .inner h1 .sub {
  margin-bottom: 0.6em;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 600px) {
  .fv_archive .inner h1 .sub {
    font-size: 14px;
  }
}

.fv_archive .inner h1 .main_ttl {
  font-size: 32px;
  font-family: var(--font-family-ja_ttl);
  line-height: 1.4em;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

@media (max-width: 1100px) {
  .fv_archive .inner h1 .main_ttl {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .fv_archive .inner h1 .main_ttl {
    font-size: 24px;
  }
}

/* ----------
page_nation
---------- */
.page_nation_365 {
  position: relative;
  z-index: 10;
  margin-top: 80px;
  padding: 0 24px;
}

.page_nation_365.blue ul.page-numbers li a,
.page_nation_365.blue ul.page-numbers li .current {
  border: 1px solid var(--color-365-blue);
}

.page_nation_365.blue ul.page-numbers li a:hover,
.page_nation_365.blue ul.page-numbers li .current:hover {
  color: var(--color-365-blue);
}

.page_nation_365.blue ul.page-numbers li a:hover svg,
.page_nation_365.blue ul.page-numbers li .current:hover svg {
  fill: var(--color-365-blue);
}

.page_nation_365.blue ul.page-numbers li .current {
  background: var(--color-365-blue);
}

.page_nation_365.blue ul.page-numbers li .prev,
.page_nation_365.blue ul.page-numbers li .next {
  border: none;
}

.page_nation_365.blue ul.page-numbers li .prev svg,
.page_nation_365.blue ul.page-numbers li .next svg {
  fill: var(--color-365-blue);
}

.page_nation_365.blue ul.page-numbers li .prev:hover svg,
.page_nation_365.blue ul.page-numbers li .next:hover svg {
  fill: var(--color-365-blue_2);
}

.page_nation_365 ul.page-numbers {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media (max-width: 700px) {
  .page_nation_365 ul.page-numbers {
    gap: 8px;
  }
}

@media (max-width: 500px) {
  .page_nation_365 ul.page-numbers {
    gap: 4px;
  }
}

.page_nation_365 ul.page-numbers li {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 900px) {
  .page_nation_365 ul.page-numbers li {
    width: 48px;
    height: 48px;
    font-size: 14px;
  }
}

.page_nation_365 ul.page-numbers li:has(.dots) {
  width: auto;
}

.page_nation_365 ul.page-numbers li a,
.page_nation_365 ul.page-numbers li .current {
  width: 100px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #101010;
  background: #fff;
  text-decoration: none;
  border: 1px solid var(--color-365-red);
}

.page_nation_365 ul.page-numbers li a:hover,
.page_nation_365 ul.page-numbers li .current:hover {
  color: var(--color-365-red);
}

.page_nation_365 ul.page-numbers li a:hover svg,
.page_nation_365 ul.page-numbers li .current:hover svg {
  fill: var(--color-365-red);
}

.page_nation_365 ul.page-numbers li .current {
  background: var(--color-365-red);
  color: #fff !important;
}

.page_nation_365 ul.page-numbers li .prev,
.page_nation_365 ul.page-numbers li .next {
  border: none;
  background: none;
}

.page_nation_365 ul.page-numbers li .prev svg,
.page_nation_365 ul.page-numbers li .next svg {
  width: 18px;
  height: 16px;
  fill: var(--color-365-red);
}

.page_nation_365 ul.page-numbers li .prev:hover svg,
.page_nation_365 ul.page-numbers li .next:hover svg {
  fill: var(--color-365-red_2);
}

.page_nation_365 ul.page-numbers li .next {
  transform: rotate(180deg);
}

/* ----------
dentist_search
---------- */
.dentist_search {
  margin-top: 80px;
  padding: 0 24px;
}

@media (max-width: 600px) {
  .dentist_search {
    padding: 0 16px;
  }
}

@media (max-width: 450px) {
  .dentist_search {
    padding: 0 8px;
  }
}

.dentist_search h2 {
  margin-bottom: 56px;
}

@media (max-width: 600px) {
  .dentist_search h2 {
    margin-bottom: 24px;
  }
}

.dentist_search ul {
  padding: 0;
  list-style: none;
}

.dentist_search a {
  text-decoration: none;
  color: var(--color-365-black);
}

.dentist_search .dentist_search_wrap {
  margin: 0 auto;
  /* max-width: 752px; */
  max-width: 980px;
}

.dentist_search .dentist_search_wrap .tab_switch {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}

@media (max-width: 500px) {
  .dentist_search .dentist_search_wrap .tab_switch {
    grid-template-columns: repeat(2, 1fr);
  }
}

.dentist_search .dentist_search_wrap .tab_switch li {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #adc7d5;
  color: #fff;
  font-size: 20px;
  border-radius: 2px;
  transition: background 0.2s;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .dentist_search .dentist_search_wrap .tab_switch li {
    height: 56px;
  }
}

@media (max-width: 980px) {
  .dentist_search .dentist_search_wrap .tab_switch li {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .dentist_search .dentist_search_wrap .tab_switch li {
    height: 48px;
    font-size: 16px;
  }
}

.dentist_search .dentist_search_wrap .tab_switch li.active {
  background: var(--color-365-red);
  pointer-events: none;
}

@media (min-width: 600px) {
  .dentist_search .dentist_search_wrap .tab_switch li:hover {
    background: var(--color-365-blue_2);
  }
}

.dentist_search .dentist_search_wrap .contents_area {
  position: relative;
  z-index: 10;
  margin-top: 8px;
  padding: 64px 0;
}

@media (max-width: 600px) {
  .dentist_search .dentist_search_wrap .contents_area {
    padding: 48px 0;
  }
}

@media (max-width: 500px) {
  .dentist_search .dentist_search_wrap .contents_area {
    padding: 24px 0;
  }
}

.dentist_search .dentist_search_wrap .contents_area::after {
  position: absolute;
  top: 0;
  left: -100vw;
  z-index: -1;
  margin: auto;
  width: 200vw;
  height: 100%;
  content: "";
  display: block;
  background: rgba(231, 243, 249, 0.85);
}

.dentist_search .dentist_search_wrap .list_in section.tab_content {
  display: none;
}

.dentist_search .dentist_search_wrap .list_in section.tab_content.active {
  display: block;
}

.dentist_search .dentist_search_wrap .list_in section.tab_content > p {
  text-align: center;
  margin-top: 1em;
}

@media (max-width: 800px) {
  .dentist_search .dentist_search_wrap .list_in section.tab_content > p {
    padding: 0 8px;
    text-align: left;
  }
}

@media (max-width: 700px) {
  .dentist_search .dentist_search_wrap .list_in section.tab_content > p {
    font-size: 14px;
  }
}

.dentist_search .dentist_search_wrap .list_in ul.dentist_list {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

@media (max-width: 700px) {
  .dentist_search .dentist_search_wrap .list_in ul.dentist_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .dentist_search .dentist_search_wrap .list_in ul.dentist_list {
    margin-top: 16px;
    gap: 8px;
  }
}

.dentist_search .dentist_search_wrap .list_in ul.dentist_list li {
  border-radius: 2px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
  transition: 0.4s;
  background: var(--color-365-blue);
}

.dentist_search .dentist_search_wrap .list_in ul.dentist_list li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.dentist_search .dentist_search_wrap .list_in ul.dentist_list li:hover .in_text {
  background: var(--color-365-red);
}

.dentist_search .dentist_search_wrap .list_in ul.dentist_list li a {
  display: block;
}

.dentist_search .dentist_search_wrap .list_in ul.dentist_list li a figure {
  padding: 10px;
  aspect-ratio: 1 / 0.65;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 2px 2px 0 0;
}

.dentist_search .dentist_search_wrap .list_in ul.dentist_list li a figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.dentist_search .dentist_search_wrap .list_in ul.dentist_list li a .in_text {
  padding: 8px 4px;
  color: #fff;
  text-align: center;
  transition: background 0.4s;
}

.dentist_search .dentist_search_wrap .list_in ul.dentist_list li a .in_text h4 {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
}

@media (max-width: 500px) {
  .dentist_search .dentist_search_wrap .list_in ul.dentist_list li a .in_text h4 {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .dentist_search .dentist_search_wrap .list_in ul.dentist_list li a .in_text h4 {
    font-size: 12px;
  }
}

.dentist_search .dentist_search_wrap .list_in ul.dentist_list li a .in_text p {
  line-height: 1.7em;
  font-size: 11px;
}

@media (max-width: 500px) {
  .dentist_search .dentist_search_wrap .list_in ul.dentist_list li a .in_text p {
    font-size: 10px;
  }
}

/* ----------
related_dentist_posts
---------- */
.related_dentist_posts {
  position: relative;
  z-index: 10;
  margin-top: 24px;
  padding: 64px 24px;
  background: rgba(231, 243, 249, 0.85);
}

@media (max-width: 600px) {
  .related_dentist_posts {
    padding: 48px 16px;
  }
}

@media (max-width: 450px) {
  .related_dentist_posts {
    padding: 40px 8px;
  }
}

.related_dentist_posts h2 {
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .related_dentist_posts h2 {
    margin-bottom: 24px;
  }
}

.related_dentist_posts ul {
  padding: 0;
  list-style: none;
}

.related_dentist_posts a {
  text-decoration: none;
  color: var(--color-365-black);
}

.related_dentist_posts .dentist_search_wrap {
  margin: 0 auto;
  /* max-width: 752px; */
  max-width: 980px;
}

.related_dentist_posts .dentist_search_wrap ul.dentist_list {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

@media (max-width: 700px) {
  .related_dentist_posts .dentist_search_wrap ul.dentist_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .related_dentist_posts .dentist_search_wrap ul.dentist_list {
    margin-top: 16px;
    gap: 8px;
  }
}

.related_dentist_posts .dentist_search_wrap ul.dentist_list li {
  background: var(--color-365-blue);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
  transition: 0.4s;
}

.related_dentist_posts .dentist_search_wrap ul.dentist_list li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: var(--color-365-red);
}

.related_dentist_posts .dentist_search_wrap ul.dentist_list li a {
  display: block;
  border-radius: 2px;
}

.related_dentist_posts .dentist_search_wrap ul.dentist_list li a figure {
  padding: 10px;
  aspect-ratio: 1 / 0.65;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 2px 2px 0 0;
}

.related_dentist_posts .dentist_search_wrap ul.dentist_list li a figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.related_dentist_posts .dentist_search_wrap ul.dentist_list li a .in_text {
  padding: 8px 4px;
  color: #fff;
  text-align: center;
  border-radius: 0 0 2px 2px;
  transition: background 0.4s;
}

.related_dentist_posts .dentist_search_wrap ul.dentist_list li a .in_text h3 {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
}

@media (max-width: 500px) {
  .related_dentist_posts .dentist_search_wrap ul.dentist_list li a .in_text h3 {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .related_dentist_posts .dentist_search_wrap ul.dentist_list li a .in_text h3 {
    font-size: 12px;
  }
}

.related_dentist_posts .dentist_search_wrap ul.dentist_list li a .in_text p {
  line-height: 1.7em;
  font-size: 11px;
}

@media (max-width: 500px) {
  .related_dentist_posts .dentist_search_wrap ul.dentist_list li a .in_text p {
    font-size: 10px;
  }
}

.related_dentist_posts .more_btn {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.related_dentist_posts .more_btn a {
  height: 64px;
  max-width: 320px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-365-red);
  color: #fff;
  transition: background 0.4s;
}

.related_dentist_posts .more_btn a:hover {
  background: var(--color-365-red_2);
}

/* ----------
sns_shea_link_list
---------- */
.sns_shea_link_list {
  margin: 40px 0;
  display: flex;
  justify-content: center;
}

.sns_shea_link_list .sns_shea_link_list_wrap {
  padding: 32px;
  width: 100%;
  border: 1px solid #bcdae9;
  background: #fff;
  border-radius: 2px;
}

.sns_shea_link_list .sns_shea_link_list_wrap .sns_shea_title {
  margin-bottom: 24px;
  text-align: center;
  font-size: 20px;
  font-family: var(--font-family-ja_ttl);
}

@media (max-width: 980px) {
  .sns_shea_link_list .sns_shea_link_list_wrap .sns_shea_title {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .sns_shea_link_list .sns_shea_link_list_wrap .sns_shea_title {
    margin-bottom: 16px;
    font-size: 16px;
  }
}

.sns_shea_link_list .sns_shea_link_list_wrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}

@media (max-width: 600px) {
  .sns_shea_link_list .sns_shea_link_list_wrap ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 440px) {
  .sns_shea_link_list .sns_shea_link_list_wrap ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.sns_shea_link_list .sns_shea_link_list_wrap ul li a {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cd7a7a;
  color: #fff;
  border-radius: 5px;
  font-family: var(--font-family-ja_df);
}

@media (max-width: 800px) {
  .sns_shea_link_list .sns_shea_link_list_wrap ul li a {
    height: 48px;
    font-size: 14px;
  }
}

.sns_shea_link_list .sns_shea_link_list_wrap ul li a svg {
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  fill: #fff;
}

.sns_shea_link_list .sns_shea_link_list_wrap ul li a:hover {
  opacity: 0.8;
}

/* ----------
sns_shea_link_list
---------- */
.cta_footer_follow {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 400;
  padding: 4px;
  width: 100%;
  background: #fff;
  display: none;
}

@media (max-width: 600px) {
  .cta_footer_follow {
    display: block;
  }
}

.cta_footer_follow ul {
  margin: 0;
  padding: 0;
  height: 64px;
  display: flex;
  list-style: none;
}

.cta_footer_follow ul li {
  flex: 1;
}

.cta_footer_follow ul li:nth-of-type(2) {
  margin-left: 3px;
}

.cta_footer_follow ul li:nth-of-type(2) a {
  background: var(--color-365-red);
}

.cta_footer_follow ul li:nth-of-type(2) a:hover {
  background: var(--color-365-red_2);
}

.cta_footer_follow ul li a {
  position: relative;
  padding-top: 2px;
  padding-right: 4%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background: var(--color-365-blue);
  line-height: 1.2em;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  transition: 0.3s;
}

@media (max-width: 500px) {
  .cta_footer_follow ul li a {
    font-size: 15px;
  }
}

.cta_footer_follow ul li a svg {
  margin-right: 0.5em;
  width: 1.5em;
  height: 1.5em;
  fill: #fff;
}

.cta_footer_follow ul li a:hover {
  background: var(--color-365-blue_2);
}

.drawer_nav .cta_footer_follow {
  margin-top: 0;
  display: block;
  position: static;
}

/* ----------
search_archive_section
---------- */
.search_archive_section {
  margin: 80px 0;
  padding: 0 24px;
}

@media (max-width: 600px) {
  .search_archive_section {
    padding: 0 16px;
  }
}

.search_archive_section h1 {
  font-feature-settings: "palt";
}

.search_archive_section .search_archive_wrap {
  margin: 0 auto;
  margin-top: 32px;
  max-width: 980px;
  display: grid;
  gap: 16px;
}

.search_archive_section .search_archive_wrap .search-result-item {
  padding: 24px;
  border: 1px solid var(--color-365-blue);
  transition: 0.3s;
}

@media (max-width: 400px) {
  .search_archive_section .search_archive_wrap .search-result-item {
    padding: 16px;
  }
}

.search_archive_section .search_archive_wrap .search-result-item a {
  text-decoration: none;
  color: var(--color-365-black);
  transition: color 0.3s;
}

.search_archive_section .search_archive_wrap .search-result-item:hover {
  border-color: var(--color-365-red);
}

.search_archive_section .search_archive_wrap .search-result-item:hover a {
  color: var(--color-365-red);
}

.search_archive_section .search_archive_wrap .search-result-item .search-result-title {
  font-size: 24px;
}

@media (max-width: 980px) {
  .search_archive_section .search_archive_wrap .search-result-item .search-result-title {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .search_archive_section .search_archive_wrap .search-result-item .search-result-title {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .search_archive_section .search_archive_wrap .search-result-item .search-result-title {
    font-size: 18px;
  }
}

.search_archive_section .search_archive_wrap .search-result-item .search-result-excerpt {
  font-size: 16px;
}

@media (max-width: 980px) {
  .search_archive_section .search_archive_wrap .search-result-item .search-result-excerpt {
    font-size: 14px;
  }
}

@media (max-width: 580px) {
  .search_archive_section .search_archive_wrap .search-result-item .search-result-excerpt {
    font-size: 12px;
  }
}

.search_archive_section .no-results {
  margin: 24px auto;
  padding: 0 16px;
  max-width: 580px;
}

@media (max-width: 980px) {
  .search_archive_section .no-results {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .search_archive_section .no-results {
    font-size: 14px;
  }
}

/* ----------
popup_365_info
---------- */
.popup_365_info {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  padding: 0 80px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

@media (max-width: 700px) {
  .popup_365_info {
    padding: 0 40px;
  }
}

@media (max-width: 500px) {
  .popup_365_info {
    padding: 0 16px;
  }
}

.popup_365_info.active {
  visibility: visible;
  opacity: 1;
}

.popup_365_info .bg_filter {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #010c1e;
}

.popup_365_info .image {
  position: relative;
  max-width: 600px;
  width: 100%;
}

.popup_365_info .image img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.popup_365_info .image .popup_365_inf_close_btn {
  position: absolute;
  top: -56px;
  right: -56px;
  z-index: 10;
  width: 48px;
  height: 48px;
  background: var(--color-365-red);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: .6s;
}

@media (max-width: 700px) {
  .popup_365_info .image .popup_365_inf_close_btn {
    top: -56px;
    right: -20px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 500px) {
  .popup_365_info .image .popup_365_inf_close_btn {
    right: -8px;
  }
}

.popup_365_info .image .popup_365_inf_close_btn:hover {
  background: var(--color-365-red_2);
  transform: rotate(-180deg) scale(1.1);
}

.popup_365_info .image .popup_365_inf_close_btn::before, .popup_365_info .image .popup_365_inf_close_btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 55%;
  height: 2px;
  display: block;
  background: #fff;
  transform: rotate(45deg);
}

.popup_365_info .image .popup_365_inf_close_btn::after {
  transform: rotate(-45deg);
}
