@charset "UTF-8";
/*
Theme Name: animo
Theme URI:
Author: MojaDesign
Author URI: https://moja-d.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: MojaDesign
*/
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************
 *	base
 * ************************************************ */
html, html *, body, header, footer {
  margin: 0;
  padding: 0;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  position: relative;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 2;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
  background-color: var(--base_bg_color_setting);
  font-family: var(--base_font_family_setting);
}
@media print, screen and (min-width: 960px) {
  body {
    font-size: 18px;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
a {
  color: #000;
}

a[href^="tel:"] {
  cursor: default;
}
@media print, screen and (min-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  a[href^="tel:"]:hover {
    opacity: unset;
    transition: none;
  }
}

input[type=text].regular-text {
  width: 80% !important;
  padding: 0;
}

/* ************************************************
 *	content-wrap ヘッダー下のメインコンテンツ枠
 * *************************************************/
#content-wrap {
  overflow: hidden;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}
.content_block {
  position: relative;
  padding-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .content_block {
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 960px) {
  .content_block {
    padding-top: 120px;
  }
}
.content_block.round_layer {
  border-radius: 60px 60px 0 0;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .content_block.round_layer {
    border-radius: 80px 80px 0 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 960px) {
  .content_block.round_layer {
    padding-top: 120px;
    padding-bottom: 120px;
    border-radius: 120px 120px 0 0;
  }
}
.content_block.round_layer.top_news_area {
  padding-bottom: 0;
}
.content_block.round_layer.no_pb {
  padding-bottom: 0;
}
.content_block.round_layer::after {
  position: absolute;
  bottom: -60px;
  left: 0;
  content: "";
  width: 100%;
  height: 60px;
}
@media print, screen and (min-width: 768px) {
  .content_block.round_layer::after {
    bottom: -80px;
    height: 80px;
  }
}
@media print, screen and (min-width: 960px) {
  .content_block.round_layer::after {
    bottom: -120px;
    height: 120px;
  }
}
.content_block.round_layer.bg_lightblue::after {
  background-color: #8cc8f5;
}
.content_block.round_layer.bg_lightblue02::after {
  background-color: #eaf5fd;
}
.content_block.round_layer.bg_white::after {
  background-color: #fff;
}
.content_block.round_layer.bg_beige::after {
  background-color: #fcf7f2;
}
.content_block.bg_lightblue {
  background-color: #8cc8f5;
}
.content_block.bg_lightblue02 {
  background-color: #eaf5fd;
}
.content_block.bg_white {
  background-color: #fff;
}
.content_block.bg_beige {
  background-color: #fcf7f2;
}
.content_block.last {
  padding-bottom: 40px;
}
@media print, screen and (min-width: 960px) {
  .content_block.last {
    padding-bottom: 80px;
  }
}
.content_block.no_pt {
  padding-top: 0;
}

.inner {
  max-width: 1460px;
  padding: 0 5%;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .inner {
    padding: 0 30px;
  }
}
.inner.pb {
  padding-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .inner.pb {
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 960px) {
  .inner.pb {
    padding-bottom: 120px;
  }
}
.inner.middle {
  max-width: 1260px;
}
.inner.short {
  max-width: 1060px;
}
.inner.ex_short {
  max-width: 860px;
}
.inner.expand {
  max-width: 1560px;
}
@media print, screen and (min-width: 1400px) {
  .inner.expand {
    margin: 0 0 0 calc((100% - 1400px) / 2);
  }
}

@media print, screen and (min-width: 960px) {
  .expand_col2 {
    align-items: flex-start;
  }
}
.expand_col2 .expand_col2_text {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .expand_col2 .expand_col2_text {
    width: calc(48% - 60px);
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .expand_col2 > img {
    width: 52%;
    max-width: 780px;
  }
}

.lh_24 {
  line-height: 2.4;
}

/*********************************************************************
* フェードインアニメーション
**********************************************************************/
.slidein_y {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: transform 0.8s ease, opacity 0.8s ease;
}
@media print, screen and (min-width: 960px) {
  .slidein_y {
    transform: translateY(60px);
  }
}
.slidein_y.is_animated {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.slidein_y.sp_first {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media print, screen and (min-width: 960px) {
  .slidein_y.sp_first {
    opacity: 0;
    transform: translateY(60px);
  }
  .slidein_y.sp_first.is_animated {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/*********************************************************************
* ページトップ
**********************************************************************/
.pagetop {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
@media print, screen and (min-width: 960px) {
  .pagetop {
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
  }
}
.pagetop a {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  position: relative;
}
.pagetop a .arrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.pagetop a .arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -8px;
  left: 11px;
  border: 0px;
  border-top: 3px solid var(--base_pagetop_border_color_setting);
  border-right: 3px solid var(--base_pagetop_border_color_setting);
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 960px) {
  .pagetop a .arrow::before {
    width: 15px;
    height: 15px;
    top: -3px;
    left: 13px;
  }
}
.pagetop a .img_pagetop {
  width: 100%;
  height: 100%;
  display: block;
  background: var(--base_pagetop_img_setting) top left/cover no-repeat;
}
.pagetop a.no_img {
  border-radius: 25px;
  border: 3px solid var(--base_pagetop_border_color_setting);
}
.pagetop .pagetop_text {
  text-align: center;
  font-size: 0.75em;
  font-weight: bold;
}

/*********************************************************************
* 動画埋め込み
**********************************************************************/
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*********************************************************************
* googlemap
**********************************************************************/
.gmap {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .gmap {
    padding-bottom: 56%;
  }
}
@media print, screen and (min-width: 960px) {
  .gmap {
    padding-bottom: 35.2%;
  }
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*********************************************************************
* flexbox外枠
**********************************************************************/
.flex_between,
.flex_start,
.flex_center,
.flex_end,
.flex_around {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .flex_between_tab,
  .flex_start_tab,
  .flex_center_tab,
  .flex_end_tab,
  .flex_around_tab {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 960px) {
  .flex_between_pc,
  .flex_start_pc,
  .flex_center_pc,
  .flex_end_pc,
  .flex_around_pc {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

.flex_between,
.flex_between_tab,
.flex_between_pc {
  justify-content: space-between;
}

.flex_start,
.flex_start_tab,
.flex_start_pc {
  justify-content: flex-start;
}

.flex_center,
.flex_center_tab,
.flex_center_pc {
  justify-content: center;
}

.flex_end,
.flex_end_tab,
.flex_end_pc {
  justify-content: flex-end;
}

.flex_around,
.flex_around_tab,
.flex_around_pc {
  justify-content: space-around;
}

.align_stretch {
  align-items: stretch !important;
}

@media print, screen and (min-width: 960px) {
  .row_reverse {
    flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 768px) {
  .row_reverse_tab {
    flex-direction: row-reverse;
  }
}

/* ************************************************
 *	PC／SP切り替え
 * ************************************************ */
.sp_only {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

.sp_only_ib {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .sp_only_ib {
    display: none;
  }
}

.tab_only {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .tab_only {
    display: block;
  }
}
@media print, screen and (min-width: 960px) {
  .tab_only {
    display: none;
  }
}

.pc_only {
  display: none;
}
@media print, screen and (min-width: 960px) {
  .pc_only {
    display: block;
  }
}

.tab_sp_only {
  display: block;
}
@media print, screen and (min-width: 960px) {
  .tab_sp_only {
    display: none;
  }
}

.tab_pc_only {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .tab_pc_only {
    display: block;
  }
}

.tab_pc_only_ib {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .tab_pc_only_ib {
    display: inline-block;
  }
}

.pc_only_ib {
  display: none;
}
@media print, screen and (min-width: 960px) {
  .pc_only_ib {
    display: inline-block;
  }
}

/* ************************************************
 *	パンくず
 * ************************************************ */
.breadcrumbs_wrapper {
  width: 100%;
  font-size: 8px;
  line-height: 1;
  text-align: left;
  padding: 76px 5% 20px;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .breadcrumbs_wrapper {
    padding: 120px 40px 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .breadcrumbs_wrapper {
    padding: 120px 85px 20px;
  }
}
.breadcrumbs_wrapper span {
  display: inline-block;
  font-size: 10px;
  padding: 0 2px;
}
@media print, screen and (min-width: 768px) {
  .breadcrumbs_wrapper span {
    padding: 0 0;
    font-size: 12px;
  }
}
.breadcrumbs_wrapper a {
  display: inline-block;
  font-size: 10px;
  padding-right: 2px;
}
@media print, screen and (min-width: 768px) {
  .breadcrumbs_wrapper a {
    font-size: 12px;
  }
}

/* ************************************************
 *	見出し
 * ************************************************ */
h2.front_section_ttl {
  line-height: 1;
  text-align: center;
  padding-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  h2.front_section_ttl {
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  h2.front_section_ttl {
    padding-bottom: 55px;
  }
}
h2.front_section_ttl .sub {
  display: block;
  color: #505050;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  h2.front_section_ttl .sub {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 960px) {
  h2.front_section_ttl .sub {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
h2.front_section_ttl .main {
  display: block;
  color: #8cc8f5;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media print, screen and (min-width: 768px) {
  h2.front_section_ttl .main {
    font-size: 34px;
  }
}
@media print, screen and (min-width: 960px) {
  h2.front_section_ttl .main {
    font-size: 45px;
  }
}
h2.front_section_ttl .main.white {
  color: #fff;
}
h2.front_section_ttl.left {
  text-align: left;
}
h2.front_section_ttl.left .main {
  text-indent: 0;
}

h3.top_block_ttl {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  h3.top_block_ttl {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 960px) {
  h3.top_block_ttl {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
h3.top_block_ttl.line {
  border-bottom: 1px solid rgba(66, 84, 98, 0.5);
  padding-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  h3.top_block_ttl.line {
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  h3.top_block_ttl.line {
    padding-bottom: 40px;
  }
}

.page_fv {
  position: relative;
  max-width: 1880px;
  padding: 0 5%;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .page_fv {
    padding: 0 30px;
  }
}
.page_fv img:not(.ttl_img) {
  border-radius: 4.3vw;
}
@media print, screen and (min-width: 1880px) {
  .page_fv img:not(.ttl_img) {
    border-radius: 80px;
  }
}

h1.page_ttl,
h2.page_section_ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  h1.page_ttl,
  h2.page_section_ttl {
    font-size: 30px;
    padding-bottom: 22px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  h1.page_ttl,
  h2.page_section_ttl {
    font-size: 44px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}
h1.page_ttl::after,
h2.page_section_ttl::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 45px;
  height: 3px;
  background-color: #8cc8f5;
}
@media print, screen and (min-width: 768px) {
  h1.page_ttl::after,
  h2.page_section_ttl::after {
    width: 50px;
    height: 4px;
  }
}
@media print, screen and (min-width: 960px) {
  h1.page_ttl::after,
  h2.page_section_ttl::after {
    width: 55px;
    height: 5px;
  }
}

h1.page_ttl {
  padding-top: 15px;
}
@media print, screen and (min-width: 960px) {
  h1.page_ttl {
    padding-top: 50px;
  }
}

h2.page_section_ttl.pt {
  padding-top: 60px;
}
@media print, screen and (min-width: 768px) {
  h2.page_section_ttl.pt {
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 960px) {
  h2.page_section_ttl.pt {
    padding-top: 120px;
  }
}

.page_block_ttl {
  color: #8cc8f5;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .page_block_ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .page_block_ttl {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.page_block_ttl.center {
  text-align: center;
}
.page_block_ttl.large {
  font-size: 20px;
}
@media print, screen and (min-width: 768px) {
  .page_block_ttl.large {
    font-size: 26px;
  }
}
@media print, screen and (min-width: 960px) {
  .page_block_ttl.large {
    font-size: 35px;
  }
}
.page_block_ttl.line {
  border-bottom: 1px solid #8cc8f5;
  padding-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .page_block_ttl.line {
    padding-bottom: 25px;
  }
}
@media print, screen and (min-width: 960px) {
  .page_block_ttl.line {
    padding-bottom: 30px;
  }
}

/* 画像見出し
----------------------------------------------*/
.ttl_img {
  display: block;
  width: auto;
}
@media print, screen and (min-width: 768px) {
  .ttl_img.sp {
    display: none;
  }
}
@media print, screen and (min-width: 960px) {
  .ttl_img.sp_tab {
    display: none;
  }
}
.ttl_img.tab_pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .ttl_img.tab_pc {
    display: block;
  }
}
.ttl_img.pc {
  display: none;
}
@media print, screen and (min-width: 960px) {
  .ttl_img.pc {
    display: block;
  }
}
.ttl_img.with_sub {
  height: 40px;
}
@media print, screen and (min-width: 768px) {
  .ttl_img.with_sub {
    height: 58px;
  }
}
@media print, screen and (min-width: 960px) {
  .ttl_img.with_sub {
    height: 76px;
  }
}
.ttl_img.top_row3 {
  height: 65px;
}
@media print, screen and (min-width: 768px) {
  .ttl_img.top_row3 {
    height: 96px;
  }
}
@media print, screen and (min-width: 960px) {
  .ttl_img.top_row3 {
    height: 104px;
  }
}
.ttl_img.top_row2 {
  height: 40px;
}
@media print, screen and (min-width: 768px) {
  .ttl_img.top_row2 {
    height: 58px;
  }
}
@media print, screen and (min-width: 960px) {
  .ttl_img.top_row2 {
    height: 65px;
  }
}
@media print, screen and (min-width: 960px) {
  .ttl_img.service03_1_center {
    display: none;
  }
}
.ttl_img.service03_1 {
  display: none;
}
@media print, screen and (min-width: 960px) {
  .ttl_img.service03_1 {
    display: block;
  }
}
@media print, screen and (min-width: 1400px) {
  .ttl_img.service03_1 {
    display: none;
  }
}
.ttl_img.service03_2 {
  display: none;
}
@media print, screen and (min-width: 1400px) {
  .ttl_img.service03_2 {
    display: block;
  }
}
.ttl_img.top_white {
  height: 28px;
}
@media print, screen and (min-width: 768px) {
  .ttl_img.top_white {
    height: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .ttl_img.top_white {
    height: 56px;
  }
}
.ttl_img.page_line_row1 {
  height: 20px;
}
@media print, screen and (min-width: 768px) {
  .ttl_img.page_line_row1 {
    height: 28px;
  }
}
@media print, screen and (min-width: 960px) {
  .ttl_img.page_line_row1 {
    height: 44px;
  }
}
.ttl_img.page_line_row2 {
  height: 50px;
}
.ttl_img.page_blue_row1 {
  height: 18px;
}
@media print, screen and (min-width: 768px) {
  .ttl_img.page_blue_row1 {
    height: 22px;
  }
}
@media print, screen and (min-width: 960px) {
  .ttl_img.page_blue_row1 {
    height: 26px;
  }
}
.ttl_img.page_blue_row1.large {
  height: 20px;
}
@media print, screen and (min-width: 768px) {
  .ttl_img.page_blue_row1.large {
    height: 24px;
  }
}
@media print, screen and (min-width: 960px) {
  .ttl_img.page_blue_row1.large {
    height: 32px;
  }
}
.ttl_img.page_blue_row1.animo_catch {
  height: 20px;
}
@media print, screen and (min-width: 768px) {
  .ttl_img.page_blue_row1.animo_catch {
    height: 18px;
  }
}
@media print, screen and (min-width: 960px) {
  .ttl_img.page_blue_row1.animo_catch {
    height: 24px;
  }
}
.ttl_img.page_blue_row2 {
  height: 42px;
}
@media print, screen and (min-width: 768px) {
  .ttl_img.page_blue_row2 {
    height: 62px;
  }
}
@media print, screen and (min-width: 960px) {
  .ttl_img.page_blue_row2 {
    height: 83px;
  }
}
.ttl_img.page_white_row1 {
  height: 20px;
}
@media print, screen and (min-width: 960px) {
  .ttl_img.page_white_row1 {
    height: 1.85vw;
  }
}
@media print, screen and (min-width: 1400px) {
  .ttl_img.page_white_row1 {
    height: 26px;
  }
}
@media print, screen and (min-width: 768px) {
  .ttl_img.animo_sec01_row1 {
    height: auto;
    max-height: 44px;
  }
}
.ttl_img.vet_login {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .ttl_img.vet_login {
    display: block;
    height: 16px;
  }
}
@media print, screen and (min-width: 960px) {
  .ttl_img.vet_login {
    height: 21px;
  }
}
.ttl_img.vet_login.row2 {
  display: block;
  height: 48px;
  margin: 20px auto;
}
@media print, screen and (min-width: 768px) {
  .ttl_img.vet_login.row2 {
    display: none;
  }
}
.ttl_img.contact_top {
  height: 18px;
}
@media print, screen and (min-width: 768px) {
  .ttl_img.contact_top {
    height: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .ttl_img.contact_top {
    height: 22px;
  }
}
.ttl_img.animo_movie {
  height: 50px;
}
@media print, screen and (min-width: 768px) {
  .ttl_img.animo_movie {
    height: 44px;
  }
}
@media print, screen and (min-width: 960px) {
  .ttl_img.animo_movie {
    height: 60px;
  }
}
.ttl_img.center {
  margin: 0 auto;
}
.ttl_img.sp_tab_center {
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .ttl_img.sp_tab_center {
    margin: 0;
  }
}

/* ************************************************
 *	リンク
 * ************************************************ */
a.link_btn {
  display: inline-block;
  background: linear-gradient(to right, #89c7f5 0%, #39a8ff 100%);
  line-height: 1;
  border-radius: 20px;
  padding: 15px 45px;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  a.link_btn {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  a.link_btn {
    transition: opacity 0.3s;
  }
  a.link_btn:hover {
    opacity: 0.6;
  }
}
a.link_btn span {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding-right: 2.5em;
}
a.link_btn span::after {
  position: absolute;
  right: 0;
  content: "";
  width: 15px;
  height: 10px;
  background: url(images/link-btn-arrow.svg) no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 960px) {
  a.link_btn span::after {
    width: 21px;
    height: 12px;
  }
}
a.link_btn.green {
  background: linear-gradient(to right, #62cc6d 0%, #b4dbb9 100%);
}
a.link_btn.large {
  display: block;
  border-radius: 9999px;
  padding: 25px;
  margin-top: 0;
}
@media print, screen and (min-width: 960px) {
  a.link_btn.large {
    padding: 30px;
  }
}
a.link_btn.large span {
  font-size: 18px;
  font-weight: 700;
  padding-right: 0;
  padding-left: 2em;
}
@media print, screen and (min-width: 960px) {
  a.link_btn.large span {
    font-size: 22px;
  }
}
a.link_btn.large span::before {
  position: absolute;
  left: 0;
  content: "";
  width: 25px;
  height: 25px;
  background: url(images/link-btn-large-arrow.svg) no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 960px) {
  a.link_btn.large span::before {
    width: 30px;
    height: 30px;
  }
}
a.link_btn.large span::after {
  width: 26px;
  height: 17px;
}
@media print, screen and (min-width: 960px) {
  a.link_btn.large span::after {
    width: 35px;
    height: 22px;
  }
}

.sp_tab_center {
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .sp_tab_center {
    text-align: left;
  }
}

/* ************************************************
 *	ヘッダー
 * ************************************************ */
/* 共通
----------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  padding: 0 10px;
  z-index: 100;
  transition: background-color 0.6s;
}
@media print, screen and (min-width: 960px) {
  header {
    height: 100px;
    padding: 0 30px;
    transition: height 0.4s, background-color 0.4s, border-radius 0.4s;
  }
}
header.is-show {
  background-color: rgba(255, 255, 255, 0.8);
}
header.open {
  background-color: #fff;
}
@media print, screen and (min-width: 960px) {
  header.is_active {
    height: 220px;
    background-color: #eaf5fd;
    border-radius: 0 0 150px 150px;
  }
}
header .header_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(140, 200, 245, 0.5);
}
@media print, screen and (min-width: 960px) {
  header .header_inner {
    align-items: flex-start;
    padding: 26px 20px 0;
    margin: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  header .header_inner {
    padding: 26px 50px 0;
  }
}
@media print, screen and (min-width: 960px) {
  header.is_active .header_inner {
    border-bottom: none;
  }
}
@media print, screen and (min-width: 960px) {
  header.is_active ul.content_nav {
    overflow: visible;
  }
}

/* ロゴ
----------------------------------------------*/
.logo {
  width: 110px;
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  .logo {
    width: 16.5vw;
    margin-top: 1.2vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .logo {
    width: 270px;
    margin-top: 5px;
  }
}
.logo a {
  display: block;
}
@media print, screen and (min-width: 960px) {
  .logo a {
    transition: opacity 0.3s;
  }
  .logo a:hover {
    opacity: 0.6;
  }
}
.logo img {
  width: 100%;
  transition: 0.5s;
}

/* グローバルナビ
----------------------------------------------*/
ul.content_nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 5%;
  margin-top: 10px;
}
@media print, screen and (min-width: 960px) {
  ul.content_nav {
    flex-direction: row;
    align-items: center;
    gap: 0 2em;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 1200px) {
  ul.content_nav {
    gap: 0 2.5em;
  }
}
ul.content_nav > li {
  font-size: 16px;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
@media print, screen and (min-width: 960px) {
  ul.content_nav > li {
    position: relative;
    font-size: 18px;
    border-bottom: none;
  }
}
ul.content_nav > li:not(.contact) > a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 10px;
}
@media print, screen and (min-width: 960px) {
  ul.content_nav > li:not(.contact) > a {
    padding: 0;
    transition: opacity 0.3s;
  }
  ul.content_nav > li:not(.contact) > a:hover {
    opacity: 0.6;
  }
}
ul.content_nav > li:not(.contact) > a::after {
  position: absolute;
  right: 13px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(135deg);
}
@media print, screen and (min-width: 960px) {
  ul.content_nav > li:not(.contact) > a::after {
    content: none;
  }
}
ul.content_nav > li.contact {
  border-bottom: none;
  margin-top: 40px;
}
@media print, screen and (min-width: 960px) {
  ul.content_nav > li.contact {
    margin-top: 0;
  }
}
ul.content_nav > li.contact a {
  display: block;
  background: linear-gradient(to right, #ffa954 0%, #fb886f 100%);
  color: #fff;
  text-align: center;
  border-radius: 9999px;
  padding: 15px 45px;
}
@media print, screen and (min-width: 960px) {
  ul.content_nav > li.contact a {
    display: block;
    transition: opacity 0.3s;
  }
  ul.content_nav > li.contact a:hover {
    opacity: 0.6;
  }
}
ul.content_nav li.sub_open span {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
}
@media print, screen and (min-width: 960px) {
  ul.content_nav li.sub_open span {
    display: block;
    padding: 0;
    transition: color 0.3s;
  }
}
ul.content_nav li.sub_open span::after {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  width: 0;
  height: 4px;
  border-radius: 2px;
  transition: width 0.3s, background-color 0.3s;
}
ul.content_nav li.sub_open span i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
}
@media print, screen and (min-width: 960px) {
  ul.content_nav li.sub_open span i {
    display: none;
  }
}
ul.content_nav li.sub_open span i::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #666;
}
ul.content_nav li.sub_open span i::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  background-color: #666;
  transition: transform 0.3s;
}
ul.content_nav li.sub_open span.active i::after {
  transform: rotate(90deg);
}
@media print, screen and (min-width: 960px) {
  ul.content_nav li.sub_open:hover span {
    color: #8cc8f5;
  }
  ul.content_nav li.sub_open:hover span::after {
    width: 100%;
    background-color: #8cc8f5;
  }
}
ul.content_nav ul.sub_menu {
  font-size: 14px;
  line-height: 0;
  margin-top: -5px;
  opacity: 0;
  transition: line-height 0.4s, margin-top 0.4s, opacity 0.4s;
}
@media print, screen and (min-width: 960px) {
  ul.content_nav ul.sub_menu {
    position: absolute;
    top: 18px;
    font-size: 16px;
    padding-top: 20px;
    margin-top: 0;
    z-index: -1;
  }
}
ul.content_nav ul.sub_menu li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 960px) {
  ul.content_nav ul.sub_menu li {
    border-top: none;
  }
}
ul.content_nav ul.sub_menu a {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 0 20px;
  transition: padding-top 0.3s, padding-bottom 0.3s;
}
@media print, screen and (min-width: 960px) {
  ul.content_nav ul.sub_menu a {
    display: block;
    padding: 8px 12px;
    transition: background-color 0.3s;
  }
  ul.content_nav ul.sub_menu a:hover {
    background-color: #b4e9f9;
  }
}
ul.content_nav ul.sub_menu a::after {
  position: absolute;
  right: 13px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(135deg);
}
@media print, screen and (min-width: 960px) {
  ul.content_nav ul.sub_menu a::after {
    content: none;
  }
}
ul.content_nav ul.sub_menu.open {
  line-height: 1;
  margin-top: 0;
  opacity: 1;
}
ul.content_nav ul.sub_menu.open a {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  ul.content_nav ul.sub_menu.about {
    width: 140px;
  }
}
@media print, screen and (min-width: 960px) {
  ul.content_nav ul.sub_menu.service {
    width: 185px;
  }
}
@media print, screen and (min-width: 960px) {
  ul.content_nav > li:hover ul.sub_menu {
    line-height: 1.3;
    opacity: 1;
    z-index: 0;
  }
}

/* ************************************************
 *	SP　ハンバーガーメニュー
 * ************************************************ */
/* メニュートリガー
----------------------------------------*/
.menu-trigger {
  display: inline-block;
  width: 45px;
  height: 56px;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  text-align: center;
  transform: translateX(0);
}
@media print, screen and (min-width: 960px) {
  .menu-trigger {
    display: none;
  }
}

.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 10px;
  width: 25px;
  height: 1px;
  background-color: #8cc8f5;
  border-radius: 1px;
  transition: all 0.5s;
}

.menu-trigger span:nth-of-type(1) {
  top: 18px;
}

.menu-trigger span:nth-of-type(2) {
  top: 27px;
}

.menu-trigger span:nth-of-type(3) {
  top: 36px;
}

.menu-trigger.active {
  transform: translateX(0);
  position: fixed;
  width: 45px;
  height: 59px;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

/* メニュー枠
----------------------------------------*/
.header_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 56px);
  background-color: #fff;
  transition: all 0.6s;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  z-index: 100;
}
@media print, screen and (min-width: 960px) {
  .header_nav {
    position: unset;
    display: flex;
    justify-content: flex-end;
    height: auto;
    z-index: unset;
    transform: unset;
    transition: unset;
    overflow: unset;
    background: none;
    opacity: 1;
    visibility: visible;
  }
}

.header_nav.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* ************************************************
 *	カスタム投稿一覧
 * ************************************************ */
.custom_post_wrap {
  position: relative;
  max-width: 1430px;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .custom_post_wrap {
    padding: 0 30px;
  }
}

.custom_post_inner {
  max-width: 1240px;
  margin: 0 auto;
}
.custom_post_inner .swiper-button-prev, .custom_post_inner .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #8cc8f5;
  border-radius: 12px;
  box-shadow: 0 0 3px #fff;
}
@media print, screen and (min-width: 960px) {
  .custom_post_inner .swiper-button-prev, .custom_post_inner .swiper-button-next {
    width: 60px;
    height: 60px;
    border-radius: 17px;
    transition: transform 0.3s;
  }
  .custom_post_inner .swiper-button-prev:hover, .custom_post_inner .swiper-button-next:hover {
    transform: scale(1.1);
  }
}
.custom_post_inner .swiper-button-prev {
  left: 5%;
}
@media print, screen and (min-width: 960px) {
  .custom_post_inner .swiper-button-prev {
    left: 30px;
  }
}
.custom_post_inner .swiper-button-next {
  right: 5%;
}
@media print, screen and (min-width: 960px) {
  .custom_post_inner .swiper-button-next {
    right: 30px;
  }
}
.custom_post_inner .swiper-button-prev::after, .custom_post_inner .swiper-button-next::after {
  content: "";
  width: 15px;
  height: 10px;
  background: url(images/link-btn-arrow.svg) no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 960px) {
  .custom_post_inner .swiper-button-prev::after, .custom_post_inner .swiper-button-next::after {
    width: 21px;
    height: 12px;
  }
}
.custom_post_inner .swiper-button-prev::after {
  transform: rotate(180deg);
}

.custom_post_list {
  padding: 20px;
  overflow: hidden;
}
.custom_post_list.remodal-is-opened {
  overflow: visible;
}
.custom_post_list ul {
  display: flex;
  align-items: stretch;
}
.custom_post_list li {
  height: auto;
  background-color: #fff;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
}
@media print, screen and (min-width: 960px) {
  .custom_post_list li {
    border-radius: 80px;
  }
}
.custom_post_list li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media print, screen and (min-width: 960px) {
  .custom_post_list li a {
    transition: opacity 0.3s;
  }
  .custom_post_list li a:hover {
    opacity: 0.6;
  }
}
.custom_post_list .custom_post_thumb img {
  width: 100%;
  border-radius: 40px 40px 0 0;
}
@media print, screen and (min-width: 960px) {
  .custom_post_list .custom_post_thumb img {
    border-radius: 80px 80px 0 0;
  }
}
.custom_post_list .custom_post_category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 20px;
  margin-top: -19px;
}
@media print, screen and (min-width: 960px) {
  .custom_post_list .custom_post_category {
    margin-top: -26px;
  }
}
.custom_post_list .custom_post_category span {
  display: inline-block;
  background-color: #fff;
  color: #8cc8f5;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #8cc8f5;
  border-radius: 15px;
  padding: 12px 18px;
}
@media print, screen and (min-width: 960px) {
  .custom_post_list .custom_post_category span {
    font-size: 14px;
    border-radius: 20px;
    padding: 18px 20px;
  }
}
.custom_post_list .custom_post_text_block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.custom_post_list .custom_post_list_txt {
  padding: 20px 20px 30px;
}
@media print, screen and (min-width: 768px) {
  .custom_post_list .custom_post_list_txt {
    padding: 20px 35px 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .custom_post_list .custom_post_list_txt {
    padding: 30px 50px 50px;
  }
}
.custom_post_list .custom_post_list_txt .doctor_name {
  white-space: pre-wrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 960px) {
  .custom_post_list .custom_post_list_txt .doctor_name {
    font-size: 18px;
  }
}
.custom_post_list .custom_post_list_txt .site_url {
  font-size: 13px;
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .custom_post_list .custom_post_list_txt .site_url {
    font-size: 15px;
  }
}
.custom_post_list .custom_post_list_txt .site_url p {
  display: inline;
  text-decoration: underline;
}
.custom_post_list .custom_post_list_txt .site_url a {
  display: inline;
}
.custom_post_list .custom_post_list_txt h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 960px) {
  .custom_post_list .custom_post_list_txt h3 {
    font-size: 18px;
  }
}
.custom_post_list.no_swiper {
  padding: 0 9.6vw 20px;
  overflow: visible;
}
@media print, screen and (min-width: 768px) {
  .custom_post_list.no_swiper {
    padding: 0 5vw 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .custom_post_list.no_swiper {
    padding: 0 0 20px;
  }
}
.custom_post_list.no_swiper ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .custom_post_list.no_swiper ul {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 50px 0;
  }
}
.custom_post_list.no_swiper li {
  max-width: 560px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .custom_post_list.no_swiper li {
    width: 47%;
    margin: 0;
  }
}

.remodal-wrapper {
  padding: 35px !important;
}
.remodal-wrapper .remodal {
  max-width: 560px;
  background: none;
  padding: 0;
}
.remodal-wrapper .remodal-close {
  top: 0;
  left: unset;
  right: -35px;
  color: #fff;
}
@media print, screen and (min-width: 960px) {
  .remodal-wrapper .remodal-close {
    right: -40px;
  }
}
.remodal-wrapper .remodal-close::before {
  font-size: 35px;
  line-height: 1;
}
.remodal-wrapper li {
  list-style: none;
  text-align: left;
}
.remodal-wrapper .custom_post_list_txt img {
  margin: 20px 0;
}
.remodal-wrapper .custom_post_list_txt a {
  text-decoration: underline;
}
.remodal-wrapper .custom_post_list_txt h3 {
  margin-bottom: 20px;
}

.custom_post_more {
  text-align: center;
}

/* ************************************************
 *	404
 * ************************************************ */
.notfound_wrap {
  display: grid;
  place-items: center;
  height: 45vw;
}
@media print, screen and (min-width: 960px) {
  .notfound_wrap {
    height: 500px;
  }
}

.notfound_txt {
  text-align: center;
}
.notfound_txt h1.notfound {
  color: #8cc8f5;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .notfound_txt h1.notfound {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .notfound_txt h1.notfound {
    font-size: 42px;
  }
}

/* ************************************************
 *	サンクス
 * ************************************************ */
.thanks_block {
  line-height: 2;
  padding: 30px 0 80px;
}
@media print, screen and (min-width: 960px) {
  .thanks_block {
    font-size: 16px;
    text-align: center;
    padding: 50px 0;
  }
}

/* ************************************************
 *	reCAPTCHA
 * ************************************************ */
.grecaptcha-badge {
  visibility: hidden;
}

/* ************************************************
 *	フッター
 * ************************************************ */
/* 共通
----------------------------------------*/
footer {
  background-color: #fcf7f2;
  padding-top: 40px;
  margin-top: 60px;
}
@media print, screen and (min-width: 960px) {
  footer {
    padding-top: 80px;
    margin-top: 100px;
  }
}
footer.mt_0 {
  margin-top: 0;
}

/* ロゴ
----------------------------------------*/
a.footer_logo {
  display: block;
  width: 220px;
  margin: 0 auto 40px;
}
@media print, screen and (min-width: 960px) {
  a.footer_logo {
    max-width: 300px;
    margin: 0 0 40px 0;
    transition: opacity 0.3s;
  }
  a.footer_logo:hover {
    opacity: 0.6;
  }
}

/* フッターリンク
----------------------------------------*/
@media print, screen and (min-width: 1300px) {
  .footer_link_block {
    display: flex;
    justify-content: space-between;
    gap: 0 45px;
  }
}
.footer_link_block .footer_content_link {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  margin: 0 auto 40px;
}
@media print, screen and (min-width: 768px) {
  .footer_link_block .footer_content_link {
    flex-direction: row;
    justify-content: center;
    gap: 40px 50px;
  }
}
@media print, screen and (min-width: 960px) {
  .footer_link_block .footer_content_link {
    flex-direction: column;
    margin: 0 0 40px;
  }
}
@media print, screen and (min-width: 1300px) {
  .footer_link_block .footer_content_link {
    margin: 0;
  }
}
.footer_link_block .footer_content_link ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px 0;
}
@media print, screen and (min-width: 960px) {
  .footer_link_block .footer_content_link ul {
    flex-direction: row;
    justify-content: flex-start;
    gap: 40px 20px;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1400px) {
  .footer_link_block .footer_content_link ul {
    gap: 30px;
  }
}
.footer_link_block .footer_content_link ul li {
  line-height: 1;
}
.footer_link_block .footer_content_link ul a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
@media print, screen and (min-width: 960px) {
  .footer_link_block .footer_content_link ul a {
    display: block;
    padding-left: 0;
  }
}
.footer_link_block .footer_content_link ul a::after {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  right: 0;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(135deg);
}
@media print, screen and (min-width: 960px) {
  .footer_link_block .footer_content_link ul a::after {
    content: none;
  }
}
.footer_link_block ul.footer_sns_link {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .footer_link_block ul.footer_sns_link {
    justify-content: flex-start;
    gap: 0 10px;
    width: auto;
    max-width: unset;
    margin: 0;
  }
}
.footer_link_block a {
  display: block;
}
@media print, screen and (min-width: 960px) {
  .footer_link_block a {
    transition: opacity 0.3s;
  }
  .footer_link_block a:hover {
    opacity: 0.6;
  }
}
.footer_link_block img {
  width: 40px;
}
@media print, screen and (min-width: 960px) {
  .footer_link_block img {
    width: 35px;
  }
}

/* コピーライト
----------------------------------------*/
.footer_copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  text-align: center;
  padding: 50px 0 20px;
}
@media print, screen and (min-width: 960px) {
  .footer_copyright {
    flex-direction: row;
    font-size: 12px;
    padding: 100px 0 35px;
  }
}
@media print, screen and (min-width: 960px) {
  .footer_copyright a {
    transition: opacity 0.3s;
  }
  .footer_copyright a:hover {
    opacity: 0.6;
  }
}
.footer_copyright img {
  width: 80px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 960px) {
  .footer_copyright img {
    width: 102px;
    margin-right: 1em;
    margin-bottom: 5px;
  }
}/*# sourceMappingURL=style.css.map */