@charset "UTF-8";
/*
Theme Name:株式会社隆和会 
Description:株式会社隆和会 | 訪問介護やサービス付き高齢者向け住宅の運営などを行っています。
Version: 1.0
License:株式会社隆和会
License URI:https://www.rootscare.co.jp
*/
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Zen+Maru+Gothic&display=swap");
/****************************************

リセットCSSここから

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

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

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

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

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

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

input,
select {
  vertical-align: middle;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/****************************************

body設定(主に書式)

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

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

ページ共通

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

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
body li,
body tt,
body tr,
body dt,
body dd,
body p {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h3 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}

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

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

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

a:hover,
a:active {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

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

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

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

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
  text-decoration: none;
}

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

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

/* 強調 */
.bold {
  font-weight: 600;
}

.tr {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.tc {
  text-align: center;
}

.w1080 {
  width: 1080px;
  margin: 0 auto;
}

.w1200 {
  width: calc(100% - 20px);
  max-width: 1200px;
  margin: 0 auto;
}

.w1640 {
  width: calc(100% - 20px) !important;
  max-width: 1640px;
  margin: 0 auto;
}

.w1640_1 {
  width: calc(100% - 20px);
  max-width: 1676px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .tc2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 50px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .w1080, .w1200, .w1640, .w1640_1 {
    width: 100% !important;
    padding: 0 3%;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

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

メディアクエリ/レスポンシブ用mixin

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

ヘッダー　共通

*****************************************/
#header {
  width: 100%;
  z-index: 100;
  position: relative;
}

.h_gradation::after {
  display: block;
  content: "";
  position: absolute;
  background: linear-gradient(-70deg, #cce6f2, #dbf4f3, #cce6f2);
  width: 100%;
  height: 680px;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .h_gradation::after {
    height: 71%;
  }
}
@media screen and (max-width: 550px) {
  .h_gradation::after {
    height: 65%;
  }
}

.h_gradation2::after {
  display: block;
  content: "";
  position: absolute;
  background: linear-gradient(-70deg, #cce6f2, #dbf4f3, #cce6f2);
  width: 100%;
  height: 260px;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .h_gradation2::after {
    height: 115px;
  }
}

.header_wrap {
  width: 100%;
  padding: 40px 40px 20px;
  align-items: center !important;
  transition: 0.3s;
}
@media screen and (max-width: 1500px) {
  .header_wrap {
    padding: 40px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 10px 3% 20px;
  }
}

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

pcヘッダー

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

.h_logo h1 {
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .h_logo {
    width: 200px;
  }
  .h_logo img {
    width: 100%;
    height: auto;
  }
}

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

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_right,
  .header_mail {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  .h_logo {
    width: 135px;
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: right;
  padding-right: 40px;
  transition: 0.3s;
}
@media screen and (max-width: 1500px) {
  #mv_top {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #mv_top {
    padding-right: 3%;
  }
}
#mv_top .top_catch {
  position: absolute;
  left: 8.3%;
  top: 285px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #mv_top .top_catch {
    left: 3%;
    top: 50px;
    width: 43%;
  }
}
@media screen and (max-width: 550px) {
  #mv_top .top_catch {
    width: 200px;
  }
}
#mv_top .top_catch img {
  width: 100%;
  height: auto;
}

.slider {
  width: 80.85%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: 800px;
}
@media screen and (max-width: 767px) {
  .slider {
    border-radius: 20px;
    height: revert;
  }
}
.slider .mv_img {
  position: relative;
  right: -50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 550px) {
  .slider .mv_img {
    height: 210px;
    width: auto;
  }
}

.slider2 {
  width: 80.85%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slider2 {
    border-radius: 10px;
  }
}
.slider2 .mv_img {
  position: relative;
  right: -50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 550px) {
  .slider2 .mv_img {
    height: 150px;
    width: auto;
  }
}

.h_tel {
  width: 530px;
  border-radius: 0 0 20px 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9176470588);
}
@media screen and (max-width: 767px) {
  .h_tel {
    display: none;
  }
}

.h_taiou {
  background-color: #0084bf;
  position: relative;
}
.h_taiou::before {
  position: absolute;
  content: url(images/time24.png);
  top: -30px;
  left: -30px;
}
.h_taiou p {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding: 6px 0;
}

.h_telbox {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 25px;
}

#mv_page {
  width: 100%;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: right;
  padding-right: 40px;
  transition: 0.3s;
}
@media screen and (max-width: 1500px) {
  #mv_page {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #mv_page {
    padding-right: 3%;
  }
}

.page_title {
  position: absolute;
  left: 7.8%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .page_title {
    left: 3%;
    width: 40%;
    max-width: 200px;
  }
}
.page_title img {
  width: 100%;
  height: auto;
}

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

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

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

content 共通設定

*****************************************/
@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0px auto;
  }
  main#page_main {
    width: 100%;
    margin: 0px auto 0;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  main#page_main {
    width: 100%;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  margin-top: 60px;
}

.single_text {
  width: 100%;
}

.single_text img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: auto;
}

a.page-numbers {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: #0084bf;
  text-decoration: none;
}

a.page-numbers:hover {
  background: #cff1fc;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #0084bf;
  border: solid 1px #0084bf;
  color: white;
}

.nav-below {
  margin: 30px 0 20px;
  text-align: center;
}

.nav-below a {
  margin: 0 5px;
  text-decoration: none;
  color: #0084bf;
  position: relative;
}

/* 前へ、次へのホバー時 */
.nav-below a:hover {
  color: #0084bf;
}

/* 前へ、次へのホバー時 */
.nav-below a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0084bf;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav-below a:hover::after {
  opacity: 0.8;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    margin-top: 40px;
  }
  #single_box h1 {
    font-size: 1.8rem;
  }
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
  .single_text img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
/****************************************

Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

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

.form_row .form_label {
  width: 300px;
}

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

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

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

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

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

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

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

.form_row .form_input_post {
  width: 180px;
}

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

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #0084bf;
  border-radius: 8px;
  background-color: #0084bf;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0 16px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #0084bf;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

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

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

input[type=radio i] {
  margin: 3px 3px 3px 5px;
}

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    margin: 10px auto 0 0px;
  }
  .wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
  }
}
.aside {
  padding: 110px 0 100px;
  background: url(images/aside_bg.jpg) center;
  background-size: cover;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .aside {
    margin: 0 auto;
    padding: 60px 3%;
  }
}

.aside_link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .aside_link {
    flex-direction: column;
    gap: 0;
  }
}

.aside_tel2 {
  margin: 0 40px 0 60px;
}
@media screen and (max-width: 767px) {
  .aside_tel2 {
    margin: 30px 0 10px;
  }
}

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

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
}

.pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 999;
}

.footer_sp {
  display: none;
}

.footer_container {
  width: 1080px;
  margin: 70px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_container {
    display: block;
    width: 100%;
    margin: 50px 0;
    padding: 0 3%;
  }
}

.f_tel {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .f_tel {
    flex-direction: column;
    align-items: center;
  }
}

.footer_address {
  margin: 40px 0 30px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .footer_address {
    margin: 0 0 30px;
  }
}

.green_box {
  background-color: #e4f7f6;
  border-radius: 10px;
  width: 180px;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .green_box {
    width: 100%;
  }
}
.green_box p {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  color: #49c9c4;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .green_box img {
    height: 15px;
    width: auto;
  }
}

.footer_right {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 0px 20px;
}
.footer_right a {
  text-decoration: none;
  letter-spacing: 0.01em;
}
.footer_right p a {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0084bf;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
}
.footer_right dt {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0084bf;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 5px;
}
.footer_right dt span {
  font-size: 1.3rem;
  margin-right: 5px;
}
.footer_right dd a {
  color: inherit;
  font-size: 1.3rem;
  margin-left: 20px;
  position: relative;
}
.footer_right dd a::before {
  display: block;
  content: "・";
  color: #0084bf;
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: 10px;
  left: -10px;
  transform: translate(-50%, -50%);
}

.sitemap1 {
  grid-row: 1;
  grid-column: 1;
}

.sitemap2 {
  grid-row: 2;
  grid-column: 1;
}

.sitemap3 {
  grid-row: 3/5;
  grid-column: 1;
}

.sitemap4 {
  grid-row: 1/3;
  grid-column: 2/4;
}

.sitemap5 {
  grid-row: 3/5;
  grid-column: 2/4;
}

.sitemap6 {
  grid-row: 1/4;
  grid-column: 4;
}

/* サイトマップホバー時のアンダーライン */
.footer_right a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0084bf;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.footer_right a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.copyright_block {
  text-align: center;
  background-color: #0084bf;
  padding: 17px 0;
}

.copyright {
  font-size: 1.5rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
  .f_insta {
    text-align: center;
  }
  .copyright_block {
    padding: 8px 3%;
  }
  .copyright {
    font-size: 1.2rem;
  }
  /* フローティングバナー */
  .sp_footer__btn {
    display: revert;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 5;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 70px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1;
    border-top: 1px solid #fff;
  }
  .sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp_footer__btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  /* フローティングバナーの色 */
  .sp_footer__btn ul li a {
    background: #49c9c4;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    line-height: 1.4;
    text-align: center;
  }
  .sp_footer__btn ul li a span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 15px);
    top: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .icon_tel::after {
    background-image: url(images/icon_tel.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_entry::after {
    background-image: url(images/icon_entry.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_mail::after {
    background-image: url(images/icon_mail.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_entry, .icon_mail {
    padding-top: 30px;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_tel, .icon_arrow {
    padding-top: 25px;
  }
  #footer {
    margin-bottom: 70px;
  }
}
/****************************************

spヘッダー

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

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi {
  padding: 0px 10px 0;
  display: flex;
  align-items: center;
}

#g_navi .menu {
  width: auto;
  margin: auto;
  zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

#g_navi .menu:before {
  content: "";
  display: table;
}

#g_navi .menu:after {
  content: "";
  display: table;
  clear: both;
}

#g_navi .menu > li {
  position: relative;
  margin: 0 30px;
}
@media screen and (max-width: 1500px) {
  #g_navi .menu > li {
    margin: 0 16px;
  }
}
#g_navi .menu > li:not(:last-child):after {
  position: absolute;
  content: url(images/nav_bar.png);
  top: 50%;
  right: -31px;
  transform: translateY(-45%);
}
@media screen and (max-width: 1500px) {
  #g_navi .menu > li:not(:last-child):after {
    right: -17px;
  }
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0em;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding: 10px 0;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 1500px) {
  #g_navi .menu li a {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
#g_navi .menu li a span {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 1500px) {
  #g_navi .menu li a span {
    font-size: 1.3rem;
  }
}

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 180px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

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

#g_navi .menu li ul li a {
  width: 100%;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #0084bf;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #0084bf;
  opacity: 0.6;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  /* メニューホバー時のアンダーライン */
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #0084bf;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

content 共通設定

*****************************************/
.breadcrumb_area {
  padding: 20px 40px;
}
@media screen and (max-width: 1500px) {
  .breadcrumb_area {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    padding: 10px 3%;
  }
}

.breadcrumb p {
  text-align: right;
  font-size: 1.4rem;
}

.breadcrumb a {
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #0084bf;
}

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0084bf;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

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

@media screen and (max-width: 767px) {
  .breadcrumb {
    width: 100%;
  }
  .breadcrumb p {
    font-size: 1rem;
  }
  .sp_none {
    display: none !important;
  }
  main#top_main {
    width: 100%;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

タイトル

*****************************************/
.block {
  display: block;
}

.top_ttl1 .elementor-heading-title {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.7;
  position: relative;
  padding-bottom: 15px;
  background: url(images/ttl_deco.png) bottom center no-repeat;
  margin-bottom: 40px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top_ttl1 .elementor-heading-title {
    font-size: 2rem;
  }
}
.top_ttl1 .elementor-heading-title span {
  font-family: "Quicksand", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0084bf;
  display: block;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top_ttl1 .elementor-heading-title span {
    font-size: 1.6rem;
  }
}

.top_ttl2 .elementor-heading-title {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.7;
  position: relative;
  padding-bottom: 15px;
  background: url(images/ttl_deco.png) bottom center no-repeat;
  margin-bottom: 50px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top_ttl2 .elementor-heading-title {
    font-size: 2.5rem;
  }
}
.top_ttl2 .elementor-heading-title span {
  font-family: "Quicksand", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0084bf;
  display: block;
  font-size: 2rem;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .top_ttl2 .elementor-heading-title span {
    font-size: 1.6rem;
  }
}

.top_ttl2_1 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.7;
  position: relative;
  padding-bottom: 15px;
  background: url(images/ttl_deco.png) bottom center no-repeat;
  margin-bottom: 50px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top_ttl2_1 {
    font-size: 2.5rem;
  }
}
.top_ttl2_1 span {
  font-family: "Quicksand", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0084bf;
  display: block;
  font-size: 2rem;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .top_ttl2_1 span {
    font-size: 1.6rem;
  }
}

.top_ttl3 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top_ttl3 {
    font-size: 2.2rem;
    left: 10px;
    margin-bottom: 30px;
  }
}
.top_ttl3 span {
  color: #49c9c4;
  display: block;
  font-size: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_ttl3 span {
    font-size: 1.5rem;
  }
}
.top_ttl3 span::before {
  display: block;
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #e4f7f6;
  border-radius: 50vh;
  top: -10px;
  left: -15px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_ttl3 span::before {
    width: 40px;
    height: 40px;
    top: -7px;
    left: -13px;
  }
}

.top_ttl4 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-weight: 600;
  background: url(images/ttl_deco.png) bottom left no-repeat;
  padding-bottom: 15px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top_ttl4 {
    font-size: 2rem;
    left: 10px;
  }
}
.top_ttl4 span {
  font-family: "Quicksand", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #0084bf;
  font-size: 2rem;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .top_ttl4 span {
    font-size: 1.4rem;
    margin-left: 10px;
  }
}

.headline .elementor-heading-title {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  font-size: 3.5rem;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  background: url(images/ttl_deco.png) bottom center no-repeat;
}
@media screen and (max-width: 767px) {
  .headline .elementor-heading-title {
    font-size: 2.5rem;
  }
}

.headline_container {
  background: url(images/deco_cloud3.png) left 20px top 20px no-repeat, url(images/deco_bird3.png) right 25px top 40px no-repeat;
  padding: 60px 0 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .headline_container {
    background-size: 150px, 50px;
    margin-bottom: 10px;
  }
}

.ttl1 .elementor-heading-title {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-weight: 600;
  padding: 0 10px 10px;
  border-bottom: 2px solid #ccc;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl1 .elementor-heading-title {
    font-size: 2.2rem;
  }
}
.ttl1 .elementor-heading-title::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 200px;
  background-color: #0084bf;
  left: 0;
  bottom: -2px;
}
@media screen and (max-width: 767px) {
  .ttl1 .elementor-heading-title::before {
    width: 100px;
  }
}

.ttl2 .elementor-heading-title {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-weight: 600;
  padding: 0 0px 15px;
  background: url(images/ttl_line.png) bottom no-repeat;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ttl2 .elementor-heading-title {
    font-size: 2rem;
  }
}
.ttl2 .elementor-heading-title .num {
  font-family: "Quicksand", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background-color: #49c9c4;
  color: #fff;
  font-size: 1.4rem;
  width: 110px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  padding: 3px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .ttl2 .elementor-heading-title .num {
    width: 90px;
    font-size: 1.2rem;
    margin-right: 10px;
  }
}
.ttl2 .elementor-heading-title .num span {
  font-size: 1.6rem;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .ttl2 .elementor-heading-title .num span {
    font-size: 1.4rem;
  }
}

.ttl3 .elementor-heading-title {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-weight: 600;
  padding: 10px;
  background-color: #e4f7f6;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl3 .elementor-heading-title {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.ttl3_1 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-weight: 600;
  padding: 10px 20px;
  text-align: center;
  background-color: #e4f7f6;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl3_1 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.ttl4 .elementor-heading-title {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-weight: 600;
  padding: 0 0px 15px;
  background: url(images/ttl_line.png) bottom no-repeat;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ttl4 .elementor-heading-title {
    font-size: 2rem;
  }
}
.ttl4 .elementor-heading-title .step {
  font-family: "Quicksand", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background-color: #0084bf;
  color: #fff;
  font-size: 1.4rem;
  width: 90px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  padding: 3px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .ttl4 .elementor-heading-title .step {
    width: 90px;
    font-size: 1.2rem;
    margin-right: 10px;
  }
}
.ttl4 .elementor-heading-title .step span {
  font-size: 1.6rem;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .ttl4 .elementor-heading-title .step span {
    font-size: 1.4rem;
  }
}

.ttl5 .elementor-heading-title {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-weight: 600;
  padding: 0 0px 10px 30px;
  margin-bottom: 10px;
  background: url(images/ttl_line.png) bottom no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl5 .elementor-heading-title {
    font-size: 1.5rem;
    padding: 0 0px 10px 20px;
  }
}
.ttl5 .elementor-heading-title::before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50vh;
  background-color: #0084bf;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ttl5 .elementor-heading-title::before {
    width: 12px;
    height: 12px;
  }
}

.ttl1_1 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-weight: 600;
  padding: 0 10px 10px;
  border-bottom: 2px solid #ccc;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl1_1 {
    font-size: 1.8rem;
    padding: 0 0 10px;
  }
}
.ttl1_1::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100px;
  background-color: #0084bf;
  left: 0;
  bottom: -2px;
}
@media screen and (max-width: 767px) {
  .ttl1_1::before {
    width: 80px;
  }
}

/* ボタン */
.btn a {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 18px 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.06em;
  border: 2px solid #333;
  color: #333;
}

.btn a::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn a:hover {
  background: rgba(9, 112, 196, 0.3);
}

.btn a:hover::before {
  right: 10px;
}

@media screen and (max-width: 767px) {
  /* ボタン */
  .btn a {
    padding: 12px;
    font-size: 1.4rem;
  }
}
.btn1 {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .btn1 {
    margin-top: 40px;
  }
}

.btn2 {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .btn2 {
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}

.btn3 {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .btn3 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .btn4 {
    width: 150px;
  }
}

.btn5 {
  width: 300px;
}
.btn5 a {
  width: 100%;
  color: #fff;
  background-color: #49c9c4;
  border-radius: 50vh;
  text-decoration: none;
  text-align: center;
  padding: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn5 a {
    font-size: 1.4rem;
    padding: 15px;
  }
}
.btn5 a:hover {
  opacity: 0.8;
}

.requirements_btn {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .requirements_btn {
    flex-direction: column;
    align-items: center;
  }
}

.btn6 {
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .btn6 {
    margin-top: 20px;
    text-align: center;
  }
}

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

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
  text-decoration: none;
}

.news_post {
  width: 100%;
  height: 100%;
  max-height: 240px;
  overflow-y: scroll;
  padding-right: 30px;
}

.news_post article {
  width: 100%;
  padding: 27px 40px 27px 0;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
}

.news_post article a h3 {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  position: relative;
}
.news_post article a h3::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0084bf;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.news_post article a h3:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.news_post article .date {
  font-family: "Quicksand", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  color: #49c9c4;
  font-weight: 600;
  margin-right: 40px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.object-fit-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 767px) {
  .news_post {
    width: 100%;
  }
  .news_post article {
    padding: 15px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: start;
  }
  .news_post article a h3 {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .news_post article .date {
    font-size: 1.4rem;
    margin-right: 0;
    display: block;
    margin-bottom: 5px;
  }
}
.map {
  width: 100%;
  position: relative;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .map {
    height: 300px;
  }
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

contentトップ用

*****************************************/
.gradation {
  background: linear-gradient(70deg, #cce6f2, #dbf4f3, #cce6f2);
}
@media screen and (max-width: 767px) {
  .gradation {
    background: linear-gradient(90deg, #cce6f2, #dbf4f3, #cce6f2);
  }
}

.h_tel2 {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
}

.h_taiou2 {
  background-color: #0084bf;
  position: relative;
  border-radius: 20px 20px 0 0;
}
.h_taiou2::before {
  position: absolute;
  content: "";
  background: url(images/time24.png);
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: contain;
  top: -60%;
  left: 0%;
  z-index: 999;
}
.h_taiou2 p {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding: 30px 0;
}

.h_telbox2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 25px;
}

.top_box00 {
  display: none;
  padding: 90px 3% 0px;
}
@media screen and (max-width: 767px) {
  .top_box00 {
    display: revert;
  }
}

.top_box01 {
  padding: 150px 0 130px;
  max-width: 1400px;
  width: calc(100% - 20px);
  margin: 0 auto;
  background: url(images/top_sec1_img2.png) top 100px right no-repeat, url(images/top_sec1_img1.png) bottom 100px left no-repeat;
  transition: 0.3s;
}
@media screen and (max-width: 1500px) {
  .top_box01 {
    background-size: 300px;
  }
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 60px 3%;
    background: none;
  }
}

.top_box02 {
  margin: 130px 0 190px;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    margin: 60px 0;
  }
}

.top_box02_1 {
  justify-content: left;
  gap: 60px;
  align-items: center;
}

.txt1 {
  width: 540px;
}
@media screen and (max-width: 767px) {
  .txt1 {
    width: 100%;
  }
}

.fig1 {
  width: 45.75%;
  max-width: 750px;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .fig1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.fig1 img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
}
@media screen and (max-width: 767px) {
  .fig1 img {
    height: auto;
    width: 100%;
  }
}

.top_box02_2 .flex_r {
  justify-content: right;
  gap: 60px;
  align-items: center;
  position: relative;
}
.top_box02_2 .flex_r::before {
  display: block;
  content: "";
  position: absolute;
  background: url(images/deco_rabbit.png) bottom left no-repeat;
  width: 234px;
  height: 151px;
  bottom: -60px;
  left: 75px;
  transition: 0.3s;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .top_box02_2 .flex_r::before {
    left: 10px;
    background-size: 90%;
  }
}
@media screen and (max-width: 767px) {
  .top_box02_2 .flex_r::before {
    background-size: 50%;
  }
}

.top_box02_1 .flex {
  justify-content: left;
  gap: 60px;
  align-items: center;
  position: relative;
}
.top_box02_1 .flex::before {
  display: block;
  content: "";
  position: absolute;
  background: url(images/deco_cloud.png) left bottom no-repeat;
  width: 353px;
  height: 190px;
  top: -175px;
  left: 100px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_box02_1 .flex::before {
    left: 2%;
    top: -180px;
    background-size: 250px;
  }
}
.top_box02_1 .flex .txt1 {
  position: relative;
}
.top_box02_1 .flex .txt1::after {
  display: block;
  content: "";
  position: absolute;
  background: url(images/deco_bird.png) right bottom no-repeat;
  width: 231px;
  height: 153px;
  top: -95px;
  right: -40px;
}
@media screen and (max-width: 767px) {
  .top_box02_1 .flex .txt1::after {
    background-size: 50%;
    right: -2%;
  }
}

.top_box02_1 {
  position: relative;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .top_box02_1 {
    margin-bottom: 60px;
  }
}
.top_box02_1::after {
  display: block;
  content: "";
  position: absolute;
  width: 75%;
  min-width: 1100px;
  height: 300px;
  bottom: -60px;
  left: 0;
  background-color: #e4f7f6;
  border-radius: 0 10px 10px 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_box02_1::after {
    display: none;
  }
}

.top_box02_2 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box02_2 {
    margin-bottom: 60px;
  }
}
.top_box02_2::after {
  display: block;
  content: "";
  position: absolute;
  width: 75%;
  min-width: 1100px;
  height: 300px;
  bottom: -60px;
  right: 0;
  background-color: #e4f7f6;
  border-radius: 10px 0 0 10px;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .top_box02_2::after {
    display: none;
  }
}

.top_box03 {
  padding: 130px;
  background: url(images/top_news_bg.jpg) center no-repeat;
  background-size: cover;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 60px 3%;
    margin-bottom: 60px;
  }
}

.white_box {
  background-color: rgba(255, 255, 255, 0.8980392157);
  border-radius: 10px;
  padding: 70px 80px 80px;
  width: 1080px !important;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .white_box {
    width: 100% !important;
    padding: 30px 20px;
  }
}

.top_box03_container {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_box03_container {
    margin-bottom: 20px;
  }
}

.bnr_container1 {
  margin: 60px 0;
  display: flex;
  justify-content: center;
  gap: 60px;
  background: url(images/deco_fox.png) right 30px bottom no-repeat, url(images/deco_flower.png) left 30px bottom no-repeat;
  transition: 0.3s;
}
@media screen and (max-width: 1500px) {
  .bnr_container1 {
    background-size: 150px;
  }
}
@media screen and (max-width: 767px) {
  .bnr_container1 {
    margin: 30px 0;
    align-items: center;
    background: none;
    gap: 2%;
  }
}

.bnr_container2 {
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .bnr_container2 {
    gap: 30px 2%;
    flex-wrap: wrap;
    align-items: center;
  }
}

.top_box04_content {
  max-width: 500px;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .top_box04_content {
    width: 49%;
  }
}
.top_box04_content img {
  width: 100%;
  height: auto;
}

.top_box04 {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .top_box04 {
    margin-bottom: 60px;
  }
}
.top_box04 .w1200 {
  position: relative;
}
.top_box04 .w1200::before {
  position: absolute;
  content: url(images/deco_bird2.png);
  left: 60px;
  top: -150px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_box04 .w1200::before {
    content: "";
    background: url(images/deco_bird2.png) left bottom no-repeat;
    width: 80px;
    height: 100px;
    background-size: contain;
    left: 3%;
  }
}
.top_box04 .w1200::after {
  position: absolute;
  content: url(images/deco_cloud2.png);
  right: -80px;
  top: -170px;
  z-index: -1;
  transition: 0.3s;
}
@media screen and (max-width: 1500px) {
  .top_box04 .w1200::after {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top_box04 .w1200::after {
    content: "";
    background: url(images/deco_cloud2.png) right bottom no-repeat;
    width: 200px;
    height: 150px;
    background-size: contain;
    right: 3%;
    top: -200px;
  }
}

.about_box01 {
  padding-bottom: 100px;
  background: url(images/deco_flower2.png) left 10px bottom no-repeat, url(images/deco_flower.png) right 10px bottom no-repeat;
}
@media screen and (max-width: 767px) {
  .about_box01 {
    background-size: 50px, 150px;
  }
}

.sec_mb {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec_mb {
    margin-bottom: 60px;
  }
}

.feature_container {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .feature_container {
    flex-wrap: wrap;
    gap: 0px 2%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .feature_container li {
    width: 49%;
  }
}

.blue {
  color: #0084bf;
}

.service_box01_content {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .service_box01_content {
    width: 100%;
  }
}
.service_box01_content .ttl3 {
  margin-top: 15px;
}

.img_radius {
  border-radius: 10px;
  overflow: hidden;
}

.attention {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .attention {
    font-size: 1.3rem;
  }
}

.txt2 {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .txt2 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.fig2 figure {
  border-radius: 10px;
  overflow: hidden;
}

.checklist .elementor-icon-list-text {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .checklist .elementor-icon-list-text {
    padding-left: 25px;
  }
}
.checklist li {
  background: url(images/check.png) top 5px left no-repeat;
}
@media screen and (max-width: 767px) {
  .checklist li {
    background: url(images/check.png) top 4px left no-repeat;
    background-size: 17px;
    font-size: 1.4rem !important;
  }
}

.service_box03_containter {
  width: 520px;
}
@media screen and (max-width: 767px) {
  .service_box03_containter {
    width: 100%;
    margin-bottom: 30px;
  }
}

.tbl1 {
  width: 100%;
}
.tbl1 tr:first-child th {
  text-align: center;
}
.tbl1 th {
  text-align: left;
  font-weight: 400;
  background-color: #cff1fc;
  border: 1px solid #8ac7da;
  width: 33.3333333333%;
  padding: 11px 20px;
}
@media screen and (max-width: 767px) {
  .tbl1 th {
    padding: 10px;
  }
}
.tbl1 td {
  padding: 11px 20px;
  border: 1px solid #8ac7da;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tbl1 td {
    padding: 10px;
  }
}

.txt3 {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .txt3 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.fig3 {
  border-radius: 10px;
  overflow: hidden;
}

.flow_link {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flow_link {
    flex-direction: column;
  }
}

.checklist2 p {
  padding: 0 0 10px 30px;
  background: url(images/check.png) top 5px left no-repeat, url(images/ttl_line.png) bottom no-repeat;
}
@media screen and (max-width: 767px) {
  .checklist2 p {
    background: url(images/check.png) top 4px left no-repeat, url(images/ttl_line.png) bottom no-repeat;
    background-size: 17px, auto;
    padding: 0 0 10px 25px;
    margin-bottom: 20px;
  }
}

.scroll {
  display: none;
}
@media screen and (max-width: 767px) {
  .scroll {
    display: revert;
    font-size: 1.3rem;
    color: #25b0ab;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sp_menu {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    overflow-x: scroll;
    margin-bottom: 10px;
  }
}

.tbl2 {
  width: 100%;
  margin-bottom: 20px;
}
.tbl2 tr:first-child th, .tbl2 tr:nth-child(2) th {
  text-align: center;
}
.tbl2 th {
  text-align: left;
  font-weight: 400;
  background-color: #cff1fc;
  border: 1px solid #8ac7da;
  padding: 11px 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .tbl2 th {
    padding: 10px;
  }
}
.tbl2 td {
  padding: 11px 20px;
  border: 1px solid #8ac7da;
  text-align: center;
  vertical-align: middle;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .tbl2 td {
    padding: 10px;
  }
}

.visiting_box03_content {
  margin: 40px 0;
}

.tbl3 {
  width: 100%;
  margin-bottom: 20px;
}
.tbl3 tr:first-child th, .tbl3 tr:nth-child(2) th {
  text-align: center;
}
.tbl3 th {
  text-align: left;
  font-weight: 400;
  background-color: #cff1fc;
  border: 1px solid #8ac7da;
  padding: 11px 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .tbl3 th {
    padding: 10px;
  }
}
.tbl3 td {
  padding: 11px 20px;
  border: 1px solid #8ac7da;
  text-align: center;
  vertical-align: middle;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .tbl3 td {
    padding: 10px;
  }
}

.step_box01 .flex_r {
  margin-bottom: 60px;
}

.step_p {
  padding: 0 3%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .step_p {
    margin-bottom: 40px;
  }
}

.tbl4 tr {
  position: relative;
}
.tbl4 tr::before {
  display: block;
  content: "";
  background-color: #0084bf;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 20px;
  left: 7px;
}
@media screen and (max-width: 767px) {
  .tbl4 tr::before {
    left: 5px;
  }
}
.tbl4 tr:last-child::before {
  height: 0;
}
.tbl4 th {
  text-align: left;
  font-weight: 400;
  padding: 11px 0px 11px 30px;
  width: 170px;
  color: #0084bf;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tbl4 th {
    padding: 10px 0 10px 20px;
    width: 100%;
  }
}
.tbl4 th::before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50vh;
  background-color: #0084bf;
  top: 17px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .tbl4 th::before {
    top: 16px;
    width: 11px;
    height: 11px;
  }
}
.tbl4 td {
  padding: 11px 0px 11px 30px;
}
@media screen and (max-width: 767px) {
  .tbl4 td {
    padding: 0px 0 20px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tbl4 tr {
    display: flex;
    flex-direction: column;
  }
}

.green_container {
  background-color: #e4f7f6;
  border-radius: 20px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .green_container {
    padding: 30px 20px;
  }
}

.bb {
  font-weight: 600;
  color: #0084bf;
}

.tbl5 {
  width: 100%;
}
.tbl5 th {
  padding: 11px 20px;
  font-weight: 400;
  background-color: #cff1fc;
  border: 1px solid #8ac7da;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .tbl5 th {
    padding: 10px;
  }
}
.tbl5 td {
  padding: 11px 20px;
  border: 1px solid #8ac7da;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .tbl5 td {
    padding: 10px;
  }
}

.staff_post {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 30px;
}
@media screen and (max-width: 767px) {
  .staff_post {
    gap: 0px 2%;
  }
}
.staff_post article {
  width: 340px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .staff_post article {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .staff_post article p {
    font-size: 1.3rem;
    letter-spacing: 0.01em;
  }
}
.staff_post figure {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 340/250;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px !important;
}
.staff_post figure img {
  height: 100%;
}

.message_service {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .message_service {
    flex-direction: column;
    gap: 25px;
  }
}
.message_service li {
  width: 520px;
}
@media screen and (max-width: 767px) {
  .message_service li {
    width: 100%;
  }
}

.tbl6 ul li {
  margin: -1px 0 !important;
}

.tbl6 ul li, .tbl6 ul li .elementor-price-list-header, .tbl6 ul li .elementor-price-list-description {
  margin-bottom: 0 !important;
}

.tbl6 ul li .elementor-price-list-text {
  flex-wrap: revert !important;
  width: 100%;
  align-items: revert !important;
}

.tbl6 ul li .elementor-price-list-header {
  width: 30%;
  background-color: #cff1fc;
  border: 1px solid #8ac7da;
  padding: 11px 20px;
  flex-basis: revert !important;
  margin: 0 -1px;
}

.tbl6 ul li .elementor-price-list-header span {
  max-width: revert !important;
}

.tbl6 ul li .elementor-price-list-description {
  border: 1px solid #8ac7da;
  padding: 11px 20px;
}

@media screen and (max-width: 767px) {
  .tbl6 ul li .elementor-price-list-text {
    flex-direction: column;
  }
  .tbl6 ul li .elementor-price-list-header {
    width: 100%;
    padding: 10px;
    flex-basis: revert !important;
    margin: revert;
  }
  .tbl6 ul li .elementor-price-list-description {
    width: 100%;
    padding: 10px;
    margin: -1px 0 !important;
  }
}
.staff_none {
  display: none;
}

.entry_tel_container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .entry_tel_container {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
}

.entry_tel {
  text-align: center;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .entry_tel {
    width: auto;
  }
}
.entry_tel p {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 10px;
  font-weight: 600;
  color: #0084bf;
}

.pp .elementor-heading-title {
  text-align: center;
  font-weight: 600;
  color: #49c9c4;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pp .elementor-heading-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.news_fig {
  width: 440px;
  height: auto;
  aspect-ratio: 440/300;
  border-radius: 20px;
  overflow: hidden;
}
.news_fig a {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .news_fig {
    width: 100%;
    margin: 0 auto;
  }
}

.news_box01 .date {
  color: #0084bf;
  font-family: "Quicksand", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .news_box01 .date {
    margin-top: 20px;
  }
}
.news_box01 article {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news_box01 article {
    margin-bottom: 60px;
  }
}

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