@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
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;
  vertical-align: baseline;
  background: transparent;
}

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

body {
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-text-size-adjust: none;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  color: #333;
}

/* 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;
}

/* 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;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}

ul,
ol {
  list-style: none;
}

em,
i {
  font-style: normal;
}

/* フォントサイズ
-------------------------------------------*/
html {
  font-size: 62.5%;
}

@media screen and (max-width: 991px) {
  html {
    font-size: 72.5%;
  }
}

@media (max-width: 500px) {
  html {
    font-size: calc(100vw / 39);
    /*ビューポートが390pxを基準*/
  }
}

/* body
-------------------------------------------*/
body {
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #333333;
  width: 100%;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", serif;
  background: #f6f6f1;
}

@media screen and (min-width: 992px) {
  body {
    font-size: 1.6rem;
  }
}

body.is_hidden {
  overflow: hidden;
}

/* コンテンツ幅
-------------------------------------------*/
.inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .inner {
    padding: 0 6%;
  }
}

.inner_s {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .inner_s {
    padding: 0 6%;
  }
}

/*------------------------------------
clearfix 
------------------------------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clearfix {
  display: block;
}

/* End IE-mac */
.clear {
  clear: both;
}

/*------------------------------------
リンク 
------------------------------------*/
a {
  color: #333333;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  /* ホバーアクション */
  .hover {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .hover:hover {
    opacity: 0.6 !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*------------------------------------
スマホ　非表示
------------------------------------*/
@media screen and (min-width: 992px) {
  .disp_sp {
    display: none !important;
  }
}

/*------------------------------------
PC　非表示
------------------------------------*/
@media screen and (max-width: 991px) {
  .disp_pc {
    display: none !important;
  }
}

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

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .header {
    width: 100%;
    z-index: 9999;
    position: relative;
    animation-delay: 1.9s !important;
  }
  .header.is_active {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.5);
  }
  .header_wrap {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    height: 130px;
    position: fixed;
    top: 0;
  }
  .header_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1620px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }
  .header_logo {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    height: 130px;
  }
  .header_logo a {
    width: 240px;
    margin-right: 20px;
    position: absolute;
    left: 30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1500px) {
  .header_logo a {
    width: 15vw;
  }
}

@media screen and (min-width: 992px) and (max-width: 1320px) {
  .header_inner {
    padding: 0 25px;
  }
}

@media screen and (min-width: 992px) {
  .header_right {
    display: flex;
    align-items: center;
    height: 70px;
    background: #75c6bf;
    border-radius: 50px;
    padding: 0 30px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  }
}

@media screen and (min-width: 992px) and (max-width: 1500px) {
  .header_right {
    padding: 0 25px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1320px) {
  .header_right {
    padding: 0 20px;
  }
}

@media screen and (min-width: 992px) {
  .header_logo > img {
    width: 100%;
    display: block;
  }
  .header_left {
    display: flex;
    align-items: center;
  }
  .header_tel {
    padding: 0 20px 0 30px;
    margin-left: 30px;
    border-left: 1px solid #fff;
    height: 30px;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 992px) and (max-width: 1500px) {
  .header_tel {
    padding: 0 10px 0 25px;
    margin-left: 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1320px) {
  .header_tel {
    padding: 0 10px 0 15px;
    margin-left: 10px;
  }
}

@media screen and (min-width: 992px) {
  .header_tel .tel-link {
    pointer-events: none;
  }
  .header_tel .tel-link img {
    width: 20px;
    margin-right: 15px;
  }
  .header_tel .tel-link .t1 {
    letter-spacing: 0.04em;
    font-weight: 700;
    white-space: nowrap;
    color: #fff;
    font-size: 2rem;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .header .gnav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
  }
  .header .gnav > ul {
    display: flex;
    justify-content: center;
    height: 100%;
  }
  .header .gnav > ul > li {
    display: flex;
    align-items: center;
  }
  .header .gnav > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0 15px;
    height: 100%;
    color: #fff;
  }
}

@media screen and (min-width: 992px) and (max-width: 1320px) {
  .header_tel .tel-link .t1 {
    font-size: 1.5151515151515151vw;
  }
  .header_tel .tel-link img {
    width: 15px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1500px) {
  .header .gnav > ul > li > a {
    padding: 0 15px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1320px) {
  .header .gnav > ul > li > a {
    padding: 0 10px;
  }
}

@media screen and (min-width: 992px) {
  .header .gnav > ul > li > a > span {
    display: block;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    padding: 5px 0;
    letter-spacing: 0.08em;
  }
}

@media screen and (min-width: 992px) and (max-width: 1500px) {
  .header .gnav > ul > li > a > span {
    font-size: 1.1333333333333333vw;
  }
}

@media screen and (min-width: 992px) {
  .header .gnav > ul > li > a > span::after,
  .header .gnav > ul > li > div:nth-child(1) > span::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: -100%;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header .gnav > ul > li:hover > a > span::after,
  .header .gnav > ul > li:hover > div:nth-child(1) > span::after {
    left: 0;
  }
}

@media screen and (max-width: 991px) {
  .sp_nav {
    position: relative;
    z-index: 9999;
    padding-bottom: env(safe-area-inset-bottom);
    animation-delay: 1.4s !important;
  }
  .sp_nav_main {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .sp_nav_logo {
    display: block;
    width: 60%;
    padding: 10px 0 10px 6%;
  }
  .sp_nav_logo > img {
    width: 100%;
    max-width: 190px;
  }
  .sp_nav_wrap {
    padding: 30px 10% 0;
  }
  .sp_nav_flex {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    height: 100%;
  }
  .sp_nav_item > a {
    font-size: 1.7rem;
    font-weight: 700;
    padding: 15px 0;
    display: block;
    position: relative;
    background-image: linear-gradient(to right, #000 1px, transparent 1px);
    background-size: 5px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  .sp_nav_item > a::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 1px;
    background: #75c6bf;
  }
  .sp_nav_item > a::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #75c6bf;
    border-right: 1px solid #75c6bf;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sp_nav_tel {
    margin-top: 35px;
  }
  .sp_nav_tel dl dt {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .sp_nav_tel dl dd a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #75c6bf;
    border-radius: 50px;
    font-size: 2rem;
    line-height: 1.4;
    padding: 0 20px;
    height: 60px;
    margin: auto;
    width: 80%;
    max-width: 250px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.08em;
    position: relative;
  }
  .sp_nav_tel dl dd a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid #75c6bf;
    border-radius: 50px;
  }
  .sp_nav_tel dl dd a > span {
    position: relative;
    padding-left: 25px;
  }
  .sp_nav_tel dl dd a > span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../img/img-common/icon_tel_sp.png) left center no-repeat;
    background-size: contain;
    width: 15px;
    height: 100%;
  }
  .sp_nav_menu {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
  }
  .sp_nav_menu::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    margin: auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #75c6bf;
  }
  .sp_nav #sp_menu_btn {
    width: 65px;
    height: 65px;
    display: block;
    left: 0;
    bottom: 0;
    margin-left: auto;
    z-index: 101;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .sp_nav #sp_menu_btn::after {
    content: "メニュー";
    color: #fff;
    font-family: "Zen Maru Gothic", serif;
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1rem;
    text-align: center;
    letter-spacing: -0.01em;
  }
  .sp_nav #sp_menu_btn.is_active::after {
    content: "閉じる";
  }
  .sp_nav #sp_menu_btn.is_active {
    background: none;
  }
  .sp_nav #sp_menu_btn span {
    width: 26px;
    height: 2px;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .sp_nav #sp_menu_btn span:nth-of-type(1) {
    top: 20px;
  }
  .sp_nav #sp_menu_btn span:nth-of-type(2) {
    top: 26px;
  }
  .sp_nav #sp_menu_btn span:nth-of-type(3) {
    top: 32px;
  }
  .sp_nav #sp_menu_btn.is_active span:nth-of-type(1) {
    transform: translateY(4px) rotate(-35deg);
  }
  .sp_nav #sp_menu_btn.is_active span:nth-of-type(2) {
    opacity: 0;
  }
  .sp_nav #sp_menu_btn.is_active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(35deg);
  }
  .sp_nav #sp_menu_block {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 9999;
    padding: 0 0 35px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #faf8f3;
    background-image: url(../img/img-common/illust_01.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 220px auto;
  }
  .sp_nav #sp_menu_block > div {
    padding-bottom: 60px;
  }
  .sp_nav #sp_menu_block > ul + ul {
    margin-top: 15px;
  }
  .sp_nav #sp_menu_block > ul > li > a,
  .sp_nav #sp_menu_block > ul > li > div {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    color: #0d2d63;
    font-weight: 700;
  }
  .sp_nav #sp_menu_block > ul > li > a:first-child,
  .sp_nav #sp_menu_block > ul > li > div:first-child {
    padding: 0 5px;
  }
  .sp_nav #sp_menu_block > ul > li > a > b,
  .sp_nav #sp_menu_block > ul > li > div > b {
    font-size: 1.6rem;
  }
  .sp_nav #sp_menu_block > ul > li:not(:last-child) {
    margin-bottom: 15px;
  }
  .sp_nav #sp_menu_block.is_active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.footer {
  background: #f6f6f1;
  padding: 70px 0 35px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 25px 0 15px;
  }
}

.footer::before {
  content: "";
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-common/illust_01.svg) center top no-repeat;
  background-size: contain;
  width: 100%;
  height: 120px;
}

@media screen and (max-width: 991px) {
  .footer::before {
    height: 90px;
    top: -80px;
  }
}

.footer .inner {
  max-width: 1250px;
}

.footer_logo {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .footer_logo {
    margin-bottom: 35px;
  }
}

.footer_logo img {
  width: 280px;
}

@media screen and (max-width: 991px) {
  .footer_logo img {
    width: 230px;
  }
}

.footer .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .footer .flex .item {
    width: 47%;
  }
}

@media screen and (max-width: 991px) {
  .footer .flex .item {
    width: 100%;
  }
  .footer .flex .item:not(:last-child) {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 991px) {
  .footer_map {
    width: 94%;
    margin: 0 auto;
  }
}

.footer_map .t1 {
  font-size: 1.7rem;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .footer_map .t1 {
    font-size: 1.4rem;
  }
}

.footer_map .t1::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/img-common/icon_map.png) left center no-repeat;
  background-size: contain;
  width: 20px;
  height: 100%;
}

.footer_map .t2 {
  margin-top: 35px;
}

.footer_map .t2 dl {
  display: grid;
}

@media screen and (min-width: 992px) {
  .footer_map .t2 dl {
    grid-template-columns: 160px 1fr;
    gap: 30px;
    place-items: center left;
  }
}

@media screen and (max-width: 991px) {
  .footer_map .t2 dl {
    gap: 12px;
  }
}

.footer_map .t2 dl dt {
  font-size: 1.7rem;
  font-weight: 700;
  color: #3ac7bd;
  border: 1px solid #3ac7bd;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .footer_map .t2 dl dt {
    height: 30px;
    font-size: 1.4rem;
  }
}

.footer_map .t2 dl dd {
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .footer_map .t2 dl dd {
    white-space: nowrap;
  }
}

@media screen and (max-width: 991px) {
  .footer_map .t2 dl dd {
    letter-spacing: 0.03em;
  }
}

.footer_map .gmap {
  width: 100%;
  height: 380px;
}

@media screen and (max-width: 991px) {
  .footer_map .gmap {
    height: 300px;
  }
}

.footer_map .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.footer_calendar {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .footer_calendar {
    border-radius: 8px;
  }
}

.footer_calendar + p {
  margin-top: 15px;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .footer_calendar + p {
    width: 94%;
    margin: 10px auto 0;
    display: table;
  }
}

.footer_calendar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 7px;
  background: #a6e5df;
  z-index: 2;
}

.footer_calendar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 7px;
  background: #fff;
  z-index: 2;
}

.footer_calendar_wrap {
  position: relative;
}

.footer_calendar_wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 7px;
  height: calc(100% - 65px);
  background: #fff;
}

@media screen and (max-width: 991px) {
  .footer_calendar_wrap::before {
    height: calc(100% - 40px);
  }
}

.footer_calendar_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 7px;
  height: calc(100% - 65px);
  background: #fff;
}

@media screen and (max-width: 991px) {
  .footer_calendar_wrap::after {
    height: calc(100% - 40px);
  }
}

.footer_calendar table {
  margin: 0;
  padding: 0px;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
  white-space: normal;
}

.footer_calendar table th,
.footer_calendar table td {
  vertical-align: middle;
  border-bottom: 1px solid #dbdbc6;
  border-left: 1px solid #dbdbc6;
  padding: 10px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .footer_calendar table th,
  .footer_calendar table td {
    padding: 5px;
  }
}

.footer_calendar table th:first-child,
.footer_calendar table td:first-child {
  width: 120px;
  border-left: none;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .footer_calendar table th:first-child,
  .footer_calendar table td:first-child {
    width: 80px;
  }
}

.footer_calendar table td {
  background: #fff;
  height: 70px;
}

@media screen and (max-width: 991px) {
  .footer_calendar table td {
    height: 45px;
  }
}

.footer_calendar table td:first-child {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .footer_calendar table td:first-child {
    font-size: 1.1rem;
  }
}

.footer_calendar table td.available div {
  position: relative;
}

.footer_calendar table td.available div::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  background: #75c6bf;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .footer_calendar table td.available div::before {
    width: 14px;
    height: 14px;
  }
}

.footer_calendar table td.not div {
  position: relative;
}

.footer_calendar table td.not div::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 18px;
  height: 1px;
  background: #333;
  transform: rotate(-50deg);
}

@media screen and (max-width: 991px) {
  .footer_calendar table td.not div::before {
    width: 14px;
  }
}

.footer_calendar table th {
  background: #a6e5df;
  font-weight: 500;
  text-align: center;
  border-bottom: none;
  font-size: 1.8rem;
  color: #fff;
  height: 65px;
}

@media screen and (max-width: 991px) {
  .footer_calendar table th {
    font-size: 1.4rem;
    height: 40px;
  }
}

.footer_calendar table tr:last-child td {
  border-bottom: none;
}

.footer_tel {
  margin-top: 55px;
}

@media screen and (max-width: 991px) {
  .footer_tel {
    margin: 35px auto 0;
    width: 94%;
  }
}

.footer_tel ul {
  display: flex;
}

.footer_tel ul li {
  font-size: 1.7rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .footer_tel ul li {
    font-size: 1.5rem;
  }
}

.footer_tel ul li + li {
  margin-left: 20px;
}

.footer_copyright {
  text-align: right;
  font-size: 1.4rem;
  color: #84847e;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .footer_copyright {
    font-size: 1.1rem;
    text-align: center;
    letter-spacing: 0.01em;
  }
}

.footer_image {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .footer_image {
    margin: 0 auto 30px;
    width: 94%;
  }
}

.line svg path {
  stroke: #cdcdb3;
  stroke-width: 3;
  fill: none;
}

@media screen and (max-width: 991px) {
  .line svg path {
    stroke-width: 5;
  }
}

.started .line svg path,
.line.started svg path {
  animation: draw 2s cubic-bezier(0.56, 0.26, 0.64, 1) forwards;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

/* フェードイン */
.fade {
  opacity: 0;
}

.fade.started,
.started .fade {
  animation: fadeIn 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 下からふわっと */
.fade_b {
  opacity: 0;
}

.fade_b.started,
.started .fade_b {
  animation: fadeIn_b 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@keyframes fadeIn_b {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 縮小 */
.shrink {
  opacity: 0;
}

.shrink.started,
.started .shrink {
  animation: Shrink 1.5s ease forwards;
}

@keyframes Shrink {
  0% {
    opacity: 0;
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

.basis-ttl {
  position: relative;
  padding-top: 55px;
  margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .basis-ttl {
    margin-bottom: 30px;
    padding-top: 45px;
  }
}

.basis-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  height: 40px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .basis-ttl::before {
    height: 30px;
  }
}

.basis-ttl.--cat::before {
  background-image: url(../img/img-common/cat.svg);
}

.basis-ttl.--dog::before {
  background-image: url(../img/img-common/dog.svg);
  height: 36px;
}

@media screen and (max-width: 991px) {
  .basis-ttl.--dog::before {
    height: 26px;
  }
}

.basis-ttl.--risu::before {
  background-image: url(../img/img-common/risu.svg);
  height: 33px;
}

@media screen and (max-width: 991px) {
  .basis-ttl.--risu::before {
    height: 23px;
  }
}

.basis-ttl.--bird::before {
  background-image: url(../img/img-common/bird.svg);
  height: 33px;
}

@media screen and (max-width: 991px) {
  .basis-ttl.--bird::before {
    height: 23px;
  }
}

.basis-ttl.--bird_w::before {
  background-image: url(../img/img-common/bird_w.svg);
  height: 33px;
}

@media screen and (max-width: 991px) {
  .basis-ttl.--bird_w::before {
    height: 23px;
  }
}

.basis-ttl .t1 {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .basis-ttl .t1 {
    font-size: 2.5rem;
    margin-bottom: 5px;
    line-height: 1.5;
  }
}

.basis-ttl .t2 {
  font-family: "Newsreader", serif;
  font-weight: 500;
  text-align: center;
  font-size: 1.8rem;
  color: #37beb0;
}

@media screen and (max-width: 991px) {
  .basis-ttl .t2 {
    font-size: 1.4rem;
  }
}

.wrapper {
  overflow: hidden;
}

.leadtxt p {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .leadtxt p {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}

.leadtxt p + p {
  margin-top: 20px;
}

.topMv {
  position: relative;
}

@media screen and (max-width: 991px) {
  .topMv {
    min-height: 600px;
  }
}

@media screen and (min-width: 992px) {
  .topMv.started .line svg path {
    animation: draw 3s cubic-bezier(0.56, 0.26, 0.64, 1) forwards;
  }
}

.topMv .line.--line01 {
  position: absolute;
  left: 0;
  top: -90px;
  width: calc(50vw + 450px);
  z-index: 2;
  min-width: 1250px;
}

@media screen and (max-width: 1700px) {
  .topMv .line.--line01 {
    top: -15px;
    width: calc(50vw + 320px);
  }
}

.topMv .line.--line01 svg path {
  stroke-dasharray: 2544.32;
  stroke-dashoffset: 2544.32;
}

.topMv .line.--line01_sp {
  position: absolute;
  left: 0;
  top: 0;
  width: 49vw;
  z-index: 2;
}

.topMv .line.--line01_sp svg path {
  stroke-dasharray: 973.23;
  stroke-dashoffset: 973.23;
}

@media screen and (min-width: 992px) {
  .topMv {
    min-height: 760px;
    margin-top: 60px;
  }
}

.topMv-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  animation-delay: 1.5s !important;
}

@media screen and (max-width: 991px) {
  .topMv-main {
    animation-delay: 1s !important;
  }
}

.topMv-main .txt {
  margin: 0 0 0 auto;
  position: relative;
}

@media screen and (min-width: 992px) {
  .topMv-main .txt {
    padding-bottom: 270px;
    width: 50%;
  }
  .topMv-main .txt::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 370px;
    height: 100%;
    pointer-events: none;
    background: url(../img/img-common/illust_01.svg) bottom center no-repeat;
    background-size: contain;
    opacity: 0;
    animation: fadeIn 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
    animation-delay: 1.9s !important;
  }
}

@media screen and (max-width: 991px) {
  .topMv-main .txt {
    display: flex;
    justify-self: flex-end;
    padding: 20px 30px 0 0;
  }
}

.topMv-main .txt > span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-left: 110px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 991px) {
  .topMv-main .txt > span {
    padding: 0;
    font-size: 2.9rem;
    line-height: 2;
    display: block;
    margin: 0 0 0 auto;
  }
}

.topMv-left {
  position: absolute;
  top: 115px;
  right: calc(50vw + 150px);
  width: 893px;
  animation-delay: 1.9s !important;
}

.topMv-right {
  position: absolute;
  top: 0;
  left: calc(50vw + 380px);
  width: 560px;
  z-index: 3;
  animation-delay: 1.9s !important;
}

@media screen and (max-width: 991px) {
  .topMv-right {
    animation-delay: 1.4s !important;
  }
}

.topMv-slider {
  padding: 45vw 6% 50px 0;
  position: relative;
  z-index: 2;
  animation-delay: 1.4s !important;
}

.topMv-slider::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 6%;
  margin: auto;
  background-image: url(../img/img-common/illust_01.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 280px;
  height: 100%;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .topMv-slider::after {
    bottom: -20px;
  }
}

.topMv-slider .js_mv_slider {
  position: relative;
}

.topMv-slider picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.topMv-slider picture.active {
  opacity: 1;
}

.topMv-slider picture:first-child {
  position: relative;
  opacity: 1;
}

.topNews {
  margin-top: 50px;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .topNews {
    padding-bottom: 50px;
  }
}

.topNews-main {
  position: relative;
  padding: 5px 0;
}

@media screen and (max-width: 991px) {
  .topNews-main {
    margin-top: 40px;
    padding: 0 0 0 30px;
  }
}

.topNews-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 2px;
  background-image: linear-gradient(to bottom, #5ba7a0 4px, transparent 4px);
  background-size: 2px 10px;
  background-repeat: repeat-y;
  background-position: left top;
}

.topNews-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  margin: auto;
  height: 100%;
  width: 2px;
  background-image: linear-gradient(to bottom, #5ba7a0 4px, transparent 4px);
  background-size: 2px 10px;
  background-repeat: repeat-y;
  background-position: left top;
}

@media screen and (max-width: 991px) {
  .topNews-main::after {
    left: 10px;
  }
}

.topNews-inner {
  display: grid;
}

@media screen and (min-width: 992px) {
  .topNews-inner {
    grid-template-columns: 250px 1fr;
    gap: 60px;
    place-items: start left;
  }
}

@media screen and (max-width: 991px) {
  .topNews-inner {
    gap: 20px;
  }
}

.topNews-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .topNews-ttl {
    text-align: left;
  }
}

.topNews-iframe {
  width: 100%;
  height: 221px;
}

@media screen and (max-width: 991px) {
  .topNews-iframe {
    height: 151px;
    padding-right: 15px;
  }
}

.topNews-list ul li {
  display: grid;
}

@media screen and (min-width: 992px) {
  .topNews-list ul li {
    grid-template-columns: 6em 1fr;
    gap: 40px;
    place-items: start left;
  }
}

@media screen and (max-width: 991px) {
  .topNews-list ul li {
    gap: 5px;
  }
}

.topNews-list ul li + li {
  margin-top: 15px;
}

.topNews-list ul li .date {
  font-size: 1.7rem;
  font-weight: 500;
  color: #5ba7a0;
}

@media screen and (max-width: 991px) {
  .topNews-list ul li .date {
    font-size: 1.5rem;
  }
}

.topNews-list ul li .txt .t1 {
  font-size: 1.7rem;
  font-weight: 500;
  color: #000;
}

@media screen and (max-width: 991px) {
  .topNews-list ul li .txt .t1 {
    font-size: 1.5rem;
  }
}

.topNews-list ul li .txt .t1 .topic_icon {
  margin-left: 8px;
  vertical-align: middle;
}

.topNews-list ul li .txt .t1 a {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .topNews-list ul li .txt .t1 a:hover {
    text-decoration: none;
  }
}

.topNews-list ul li .txt .t1 + .t2 {
  margin-top: 5px;
}

.topAbout {
  padding: 95px 0 170px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 991px) {
  .topAbout {
    padding: 50px 0 55px;
  }
}

.topAbout .line.--line02 {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50vw - 300px);
  min-width: 440px;
}

.topAbout .line.--line02 svg path {
  stroke-dasharray: 1554.52;
  stroke-dashoffset: 1554.52;
}

.topAbout .line.--line02_sp {
  position: absolute;
  left: 0;
  top: 0;
  width: 40vw;
}

.topAbout .line.--line02_sp svg path {
  stroke-dasharray: 1554.52;
  stroke-dashoffset: 1554.52;
}

.topAbout .line.--line02_bottom {
  position: absolute;
  left: 0;
  bottom: 60vw;
  width: 100%;
}

.topAbout .line.--line02_bottom svg path {
  stroke-dasharray: 1533.94;
  stroke-dashoffset: 1533.94;
}

.topAbout .inner {
  max-width: 1250px;
}

@media screen and (max-width: 991px) {
  .topAbout .inner {
    padding: 0;
    z-index: 2;
    position: relative;
  }
}

.topAbout .blk01 dl dt,
.topAbout .blk02 dl dt {
  color: #aa5d22;
  font-size: 2.2rem;
  font-weight: 700;
  background: #faecda;
  margin-bottom: 40px;
  border-radius: 50px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .topAbout .blk01 dl dt,
  .topAbout .blk02 dl dt {
    font-size: 1.9rem;
    height: 40px;
    margin-bottom: 20px;
  }
}

.topAbout .blk02 .bgbox {
  background: #fbf2e7;
  width: 90%;
  margin: 40px auto 0;
  padding: 28px 45px 40px;
}

@media screen and (max-width: 991px) {
  .topAbout .blk02 .bgbox {
    width: 94%;
    padding: 20px 22px 25px;
  }
}

.topAbout .blk02 .bgbox .t1 {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
  color: #222;
  padding-bottom: 23px;
  background-image: linear-gradient(to right, #000 2px, transparent 1px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

@media screen and (max-width: 991px) {
  .topAbout .blk02 .bgbox .t1 {
    font-size: 1.5rem;
    margin-bottom: 30px;
    line-height: 1.6;
  }
}

.topAbout .blk02 .bgbox-item .t2 {
  display: flex;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .topAbout .blk02 .bgbox-item .t2 {
    margin-bottom: 8px;
  }
}

.topAbout .blk02 .bgbox-item .t2 > span {
  width: 25px;
  height: 25px;
  background: #e8b475;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 0.1em;
  padding-bottom: 0.1em;
}

.topAbout .blk02 .bgbox-item .t2 > div {
  font-size: 1.6rem;
  font-weight: 700;
  color: #222;
  padding-left: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .topAbout .blk02 .bgbox-item .t2 > div {
    font-size: 1.5rem;
    padding-left: 10px;
    letter-spacing: 0.05em;
  }
}

.topAbout .blk02 .bgbox-item p {
  padding-left: 40px;
  color: #222222;
  font-size: 1.5rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .topAbout .blk02 .bgbox-item p {
    padding-left: 0;
    font-size: 1.3rem;
  }
}

.topAbout .blk02 .bgbox-item ul {
  padding-left: 45px;
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .topAbout .blk02 .bgbox-item ul {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }
}

.topAbout .blk02 .bgbox-item ul li {
  width: 240px;
}

@media screen and (max-width: 991px) {
  .topAbout .blk02 .bgbox-item ul li {
    width: 90%;
    max-width: 240px;
  }
}

.topAbout .blk02 .bgbox-item ul li + li {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .topAbout .blk02 .bgbox-item ul li + li {
    margin: 15px 0 0;
  }
}

.topAbout .blk02 .bgbox-item ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #aa5d22;
  color: #aa5d22;
  border-radius: 50px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding: 0 15px;
  height: 46px;
  margin: auto;
  width: 100%;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 991px) {
  .topAbout .blk02 .bgbox-item ul li a {
    height: 42px;
  }
}

.topAbout .blk02 .bgbox-item ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 28px;
}

@media screen and (max-width: 991px) {
  .topAbout .blk02 .bgbox-item ul li a::before {
    height: 25px;
  }
}

.topAbout .blk02 .bgbox-item ul li a > span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
}

@media screen and (min-width: 992px) {
  .topAbout .blk02 .bgbox-item ul li a {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .topAbout .blk02 .bgbox-item ul li a::before {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .topAbout .blk02 .bgbox-item ul li a:hover {
    background-color: #aa5d22;
    color: #fff;
  }
  .topAbout .blk02 .bgbox-item ul li a:hover.--word::before {
    background-image: url(../img/img-common/icon_word_w.png);
  }
  .topAbout .blk02 .bgbox-item ul li a:hover.--pdf::before {
    background-image: url(../img/img-common/icon_pdf_w.png);
  }
}

@media screen and (max-width: 991px) {
  .topAbout .blk02 .bgbox-item ul li a {
    font-size: 1.4rem;
  }
}

.topAbout .blk02 .bgbox-item ul li a.--word::before {
  background-image: url(../img/img-common/icon_word.png);
  right: 8px;
}

.topAbout .blk02 .bgbox-item ul li a.--pdf::before {
  background-image: url(../img/img-common/icon_pdf.png);
}

.topAbout .blk02 .bgbox-item + .bgbox-item {
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .topAbout .blk02 .bgbox-item + .bgbox-item {
    margin-top: 20px;
  }
}

.topAbout .blk02 .telbox {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  margin: 45px auto 0;
}

@media screen and (max-width: 991px) {
  .topAbout .blk02 .telbox {
    margin-top: 25px;
  }
}

@media screen and (min-width: 992px) {
  .topAbout .blk02 .telbox .tel-link {
    pointer-events: none;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 17px 0 22px;
    width: 100%;
  }
  .topAbout .blk02 .telbox .tel-link img {
    width: 20px;
    margin-right: 15px;
  }
  .topAbout .blk02 .telbox .tel-link .txt {
    letter-spacing: 0.08em;
    font-weight: 700;
    white-space: nowrap;
    color: #333333;
    font-size: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
}

@media screen and (max-width: 991px) {
  .topAbout .blk02 .telbox .tel-link {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: 1px solid #75c6bf;
    border-radius: 50px;
    font-size: 2rem;
    line-height: 1.4;
    padding: 0 20px;
    height: 60px;
    margin: auto;
    width: 80%;
    max-width: 250px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.08em;
    position: relative;
  }
  .topAbout .blk02 .telbox .tel-link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid #75c6bf;
    border-radius: 50px;
    background: #fff;
  }
  .topAbout .blk02 .telbox .tel-link span {
    position: relative;
    padding-left: 25px;
  }
  .topAbout .blk02 .telbox .tel-link span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../img/img-common/icon_tel_sp.png) left center no-repeat;
    background-size: contain;
    width: 15px;
    height: 100%;
  }
}

.topAbout .blk01 {
  margin-top: 80px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .topAbout .blk01 {
    margin-top: 40px;
    padding: 0 6%;
  }
}

.topAbout .blk01 dl {
  width: 75%;
  max-width: 820px;
}

@media screen and (max-width: 991px) {
  .topAbout .blk01 dl {
    width: 100%;
  }
}

.topAbout .blk01 dl dt {
  margin-bottom: 40px;
}

.topAbout .blk01 dl dd ul {
  padding: 0 10px;
}

@media screen and (max-width: 991px) {
  .topAbout .blk01 dl dd ul {
    padding: 0;
  }
}

.topAbout .blk01 dl dd ul li {
  display: flex;
  align-items: center;
  color: #222;
}

@media screen and (max-width: 991px) {
  .topAbout .blk01 dl dd ul li {
    align-items: flex-start;
  }
}

.topAbout .blk01 dl dd ul li:not(:last-child) {
  padding-bottom: 35px;
  margin-bottom: 35px;
  background-image: linear-gradient(to right, #000 2px, transparent 1px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

@media screen and (max-width: 991px) {
  .topAbout .blk01 dl dd ul li:not(:last-child) {
    margin-bottom: 22px;
    padding-bottom: 22px;
  }
}

.topAbout .blk01 dl dd ul li .no {
  width: 60px;
  font-size: 4rem;
  color: #e0caae;
  font-family: "Newsreader", serif;
  font-weight: 500;
  line-height: 1;
  padding-top: 0.2em;
}

@media screen and (max-width: 991px) {
  .topAbout .blk01 dl dd ul li .no {
    font-size: 3.3rem;
    width: 40px;
  }
}

.topAbout .blk01 dl dd ul li .txt {
  width: calc(100% - 60px);
  padding-left: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .topAbout .blk01 dl dd ul li .txt {
    font-size: 1.5rem;
    width: calc(100% - 40px);
    line-height: 1.8;
    padding-left: 5px;
  }
}

.topAbout .blk01 img {
  position: absolute;
  top: 0;
  right: -110px;
}

@media screen and (max-width: 1450px) {
  .topAbout .blk01 img {
    width: 30%;
  }
}

.topAbout .blk02 {
  margin-top: 150px;
}

@media screen and (max-width: 991px) {
  .topAbout .blk02 {
    padding-top: 45px;
    margin-top: 0;
  }
}

.topAbout .blk02 .flex {
  display: flex;
}

@media screen and (min-width: 992px) {
  .topAbout .blk02 .flex .item:nth-child(1) {
    width: 220px;
  }
  .topAbout .blk02 .flex .item:nth-child(2) {
    width: calc(100% - 220px);
    padding-left: 110px;
  }
}

@media screen and (max-width: 991px) {
  .topAbout .blk02 .flex {
    flex-direction: column-reverse;
  }
  .topAbout .blk02 .flex .item:nth-child(1) {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 85%;
    margin: 0 0 0 auto;
    padding-top: 65px;
  }
  .topAbout .blk02 .flex .item:nth-child(1) picture:nth-child(1) {
    width: 32%;
  }
  .topAbout .blk02 .flex .item:nth-child(1) picture:nth-child(2) {
    width: 60%;
    padding-bottom: 10%;
  }
  .topAbout .blk02 .flex .item:nth-child(2) {
    padding: 0 6%;
  }
}

.topAbout .blk02 dl dd .t1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 50px;
  color: #222;
}

@media screen and (max-width: 991px) {
  .topAbout .blk02 dl dd .t1 {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}

.topAbout .blk02 dl dd p {
  width: 90%;
  margin: auto;
  line-height: 2;
  font-size: 1.8rem;
  font-weight: 500;
  color: #222;
}

@media screen and (max-width: 991px) {
  .topAbout .blk02 dl dd p {
    font-size: 1.5rem;
    width: 94%;
  }
}

.topGreeting {
  padding: 95px 0 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .topGreeting {
    padding: 50px 0 0;
  }
}

.topGreeting .line.--line03 {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50vw - 450px);
  min-width: 440px;
}

.topGreeting .line.--line03 svg path {
  stroke-dasharray: 1012.2;
  stroke-dashoffset: 1012.2;
}

.topGreeting .line.--line03_sp {
  position: absolute;
  right: 0;
  top: 0;
  width: 25vw;
}

.topGreeting .line.--line03_sp svg path {
  stroke-dasharray: 477.508;
  stroke-dashoffset: 477.508;
}

.topGreeting .inner {
  max-width: 1320px;
}

.topGreeting .blk01 .txt p,
.topGreeting .blk02 .txt p,
.topGreeting .blk03 .txt p {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.4;
  color: #111;
}

@media screen and (max-width: 991px) {
  .topGreeting .blk01 .txt p,
  .topGreeting .blk02 .txt p,
  .topGreeting .blk03 .txt p {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.topGreeting .blk01 .txt p + p,
.topGreeting .blk02 .txt p + p,
.topGreeting .blk03 .txt p + p {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .topGreeting .blk01 .txt p + p,
  .topGreeting .blk02 .txt p + p,
  .topGreeting .blk03 .txt p + p {
    margin-top: 20px;
  }
}

.topGreeting .blk01 .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .topGreeting .blk01 .flex {
    grid-template-columns: 42% 1fr;
    gap: 60px;
    place-items: start left;
  }
}

@media screen and (max-width: 991px) {
  .topGreeting .blk01 .flex {
    gap: 25px;
  }
  .topGreeting .blk01 .flex .item:nth-child(1) {
    width: 90%;
    margin: auto;
  }
}

.topGreeting .blk02 {
  margin-top: 60px;
  min-height: 233px;
}

@media screen and (max-width: 991px) {
  .topGreeting .blk02 {
    margin-top: 25px;
  }
}

@media screen and (min-width: 992px) {
  .topGreeting .blk02 .txt {
    width: calc(100% - 204px);
    padding-right: 100px;
  }
}

.topGreeting .blk02 .flex {
  position: relative;
}

@media screen and (max-width: 991px) {
  .topGreeting .blk02 .flex {
    display: grid;
    grid-template-columns: 1fr 30%;
    gap: 20px;
    place-items: start left;
  }
}

@media screen and (min-width: 992px) {
  .topGreeting .blk02 .flex .item:nth-child(1) .txt p + p {
    margin-top: 0;
  }
  .topGreeting .blk02 .flex .item:nth-child(2) {
    position: absolute;
    right: 45px;
    top: 0;
    width: 204px;
  }
}

.topGreeting .blk02 .flex + .txt {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .topGreeting .blk02 .flex + .txt {
    margin-top: 20px;
  }
}

.topGreeting .blk03 {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .topGreeting .blk03 {
    margin-top: 25px;
  }
}

@media screen and (min-width: 992px) {
  .topGreeting .blk03 .txt {
    width: calc(100% - 160px);
    padding-left: 55px;
    margin-left: auto;
  }
}

.topGreeting .blk03 .flex {
  position: relative;
}

@media screen and (max-width: 991px) {
  .topGreeting .blk03 .flex {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 20px;
    place-items: start left;
  }
}

@media screen and (min-width: 992px) {
  .topGreeting .blk03 .flex .item:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
  }
  .topGreeting .blk03 .flex .item:nth-child(2) {
    display: flex;
    justify-content: flex-end;
  }
}

.topGreeting .blk03 .flex + .txt {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .topGreeting .blk03 .flex + .txt {
    margin-top: 20px;
  }
}

.topGreeting-sign {
  margin-top: 40px;
  padding-right: 45px;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .topGreeting-sign {
    margin-top: 25px;
    padding-right: 5px;
    width: 65%;
    margin-left: auto;
  }
}

.topGreeting-carrer {
  margin-top: 120px;
}

@media screen and (max-width: 991px) {
  .topGreeting-carrer {
    margin-top: 90px;
  }
}

.topGreeting-carrer dl {
  max-width: 960px;
  margin: auto;
}

.topGreeting-carrer dl dt {
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
}

@media screen and (max-width: 991px) {
  .topGreeting-carrer dl dt {
    margin-bottom: 30px;
  }
}

.topGreeting-carrer dl dt > div {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2bb0a2;
  background-image: linear-gradient(to right, #2bb0a2 3px, transparent 1px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .topGreeting-carrer dl dt > div {
    font-size: 2rem;
    padding: 0 10px 10px;
  }
}

.topGreeting-carrer dl dd ul {
  margin-top: 60px;
}

.topGreeting-carrer dl dd ul + ul {
  margin-top: 35px;
}

@media screen and (max-width: 991px) {
  .topGreeting-carrer dl dd ul + ul {
    margin-top: 20px;
  }
}

@media screen and (min-width: 992px) {
  .topGreeting-carrer dl dd ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 50px;
  }
}

@media screen and (max-width: 991px) {
  .topGreeting-carrer dl dd ul {
    display: table;
    margin: 35px 0 0;
  }
}

.topGreeting-carrer dl dd ul li {
  position: relative;
  padding-left: 1.4em;
  font-size: 1.7rem;
  font-weight: 500;
  color: #111;
}

@media screen and (max-width: 991px) {
  .topGreeting-carrer dl dd ul li {
    font-size: 1.4rem;
  }
  .topGreeting-carrer dl dd ul li + li {
    margin-top: 5px;
  }
}

.topGreeting-carrer dl dd ul li::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background: #78c1d1;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  top: 0.6em;
}

.topGreeting-carrer dl dd ul.--type01 li::before {
  background: #3e9cd8;
}

.topGreeting-carrer dl dd ul.--type02 li::before {
  background: #71cdc3;
}

.topGreeting-carrer dl dd ul.--type03 li::before {
  background: #e8cfaf;
}

@media screen and (min-width: 992px) {
  .topGreeting-carrer dl dd ul li {
    min-width: 40%;
  }
  .topGreeting-carrer dl dd ul li:nth-child(odd) {
    width: calc(27em + 20px);
  }
  .topGreeting-carrer dl dd ul li:nth-child(n + 3) {
    margin-top: 8px;
  }
}

.topGreeting-carrer .txt p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2;
  color: #111;
}

@media screen and (max-width: 991px) {
  .topGreeting-carrer .txt p {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.topGreeting-carrer .i_for_you {
  margin: 15px auto 0;
  max-width: 1100px;
}

@media screen and (max-width: 991px) {
  .topGreeting-carrer .i_for_you {
    width: 70%;
    margin: 15px 0 0 auto;
  }
}

.topGreeting-carrer .i_for_you .flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 960px;
  margin: auto;
  padding-left: 70px;
}

@media screen and (max-width: 991px) {
  .topGreeting-carrer .i_for_you .flex {
    flex-direction: column;
    padding-left: 0;
  }
}

.topGreeting-carrer .i_for_you .flex .item + .item {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .topGreeting-carrer .i_for_you .flex .item + .item {
    margin: 15px 0 0;
  }
}

.topGreeting-carrer .i_for_you .flex .item a img {
  display: block;
}

.topGreeting-parallax {
  margin-top: 110px;
  position: relative;
  overflow: hidden;
  height: 350px;
}

@media screen and (max-width: 991px) {
  .topGreeting-parallax {
    height: 200px;
    margin-top: 90px;
  }
}

.topGreeting-parallax img {
  position: absolute;
  top: -300px;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 600px;
  object-fit: cover;
  will-change: transform;
}

@media screen and (max-width: 991px) {
  .topGreeting-parallax img {
    top: -120px;
    min-height: 350px;
  }
}

.topInformation {
  padding: 90px 0 160px;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 991px) {
  .topInformation {
    padding: 50px 0 60px;
  }
}

.topInformation .inner {
  max-width: 1320px;
}

.topInformation .line.--line02 {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50vw - 550px);
  min-width: 440px;
}

.topInformation .line.--line02 svg path {
  stroke-dasharray: 1554.52;
  stroke-dashoffset: 1554.52;
}

.topInformation .line.--line02_sp {
  position: absolute;
  left: 0;
  top: 0;
  width: 40vw;
}

.topInformation .line.--line02_sp svg path {
  stroke-dasharray: 676.665;
  stroke-dashoffset: 676.665;
}

.topInformation .blk01 .txt p,
.topInformation .blk02 .txt p,
.topInformation .blk03 .txt p {
  color: #222;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .topInformation .blk01 .txt p,
  .topInformation .blk02 .txt p,
  .topInformation .blk03 .txt p {
    font-size: 1.5rem;
  }
}

.topInformation .blk01 .txt p b,
.topInformation .blk02 .txt p b,
.topInformation .blk03 .txt p b {
  font-weight: 700;
  color: #111;
}

.topInformation .blk01 dl dt,
.topInformation .blk02 dl dt,
.topInformation .blk03 dl dt {
  color: #3ac7bd;
  font-size: 2.2rem;
  font-weight: 700;
  background: #fff;
  margin-bottom: 45px;
  border-radius: 50px;
  border: 1px solid #3ac7bd;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .topInformation .blk01 dl dt,
  .topInformation .blk02 dl dt,
  .topInformation .blk03 dl dt {
    font-size: 1.9rem;
    height: 40px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .topInformation .blk01 {
    min-height: 433px;
  }
}

.topInformation .blk01 .flex {
  position: relative;
}

.topInformation .blk01 .flex + .txt {
  margin-top: 40px;
  padding: 0 30px;
  position: relative;
  z-index: 2;
  width: calc(100% - 450px);
}

@media screen and (max-width: 991px) {
  .topInformation .blk01 .flex + .txt {
    width: 100%;
    padding: 0 10px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .topInformation .blk01 .flex .item:nth-child(2) {
    margin-top: 20px;
  }
}

.topInformation .blk01 .flex dl dd {
  padding: 0 30px;
}

@media screen and (max-width: 991px) {
  .topInformation .blk01 .flex dl dd {
    padding: 0 10px;
  }
}

@media screen and (min-width: 992px) {
  .topInformation .blk01 .item:nth-child(1) {
    width: calc(100% - 450px);
    position: relative;
    z-index: 1;
  }
  .topInformation .blk01 .item:nth-child(2) {
    width: 480px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.topInformation .blk02 {
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  .topInformation .blk02 {
    margin-top: 50px;
  }
}

.topInformation .blk02 dl dt {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .topInformation .blk02 dl dt {
    margin-bottom: 30px;
  }
}

.topInformation .blk02 .flex {
  width: calc(100% - 60px);
  margin: auto;
  display: flex;
}

@media screen and (min-width: 992px) {
  .topInformation .blk02 .flex {
    justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .topInformation .blk02 .flex {
    width: calc(100% - 30px);
    flex-direction: column;
  }
}

.topInformation .blk02 .flex .item {
  background: #f6f6f1;
  padding: 25px 25px 30px 30px;
}

@media screen and (min-width: 992px) {
  .topInformation .blk02 .flex .item {
    width: calc(50% - 50px);
  }
  .topInformation .blk02 .flex .item:nth-child(1) {
    position: relative;
  }
  .topInformation .blk02 .flex .item:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -85px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #f6f6f1;
    border-width: 65px 0px 65px 60px;
  }
}

@media screen and (max-width: 991px) {
  .topInformation .blk02 .flex .item {
    padding: 20px 20px 25px;
  }
  .topInformation .blk02 .flex .item:nth-child(1) {
    margin-bottom: 45px;
    position: relative;
  }
  .topInformation .blk02 .flex .item:nth-child(1)::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #f6f6f1 transparent transparent transparent;
    border-width: 25px 40px 0px 40px;
  }
}

.topInformation .blk02 .flex .item .t1 {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  background-image: linear-gradient(to right, #000 2px, transparent 1px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

@media screen and (max-width: 991px) {
  .topInformation .blk02 .flex .item .t1 {
    margin-bottom: 15px;
  }
}

.topInformation .blk02 .flex .item .t1 .no {
  width: 50px;
  font-size: 4rem;
  color: #e0caae;
  font-family: "Newsreader", serif;
  font-weight: 500;
  line-height: 1;
  padding-top: 0.2em;
}

@media screen and (max-width: 991px) {
  .topInformation .blk02 .flex .item .t1 .no {
    font-size: 3.3rem;
    width: 40px;
  }
}

.topInformation .blk02 .flex .item .t1 > div {
  width: calc(100% - 50px);
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .topInformation .blk02 .flex .item .t1 > div {
    font-size: 1.8rem;
    width: calc(100% - 40px);
    line-height: 1.8;
    padding-left: 5px;
  }
}

.topInformation .blk02 .flex .item .t2 {
  padding: 0 15px;
  font-size: 1.7rem;
  color: #111;
  line-height: 2;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .topInformation .blk02 .flex .item .t2 {
    font-size: 1.5rem;
    padding: 0 5px;
  }
}

.topInformation .blk02 .flex .item .telbox {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  margin: 45px auto 0;
}

@media screen and (max-width: 991px) {
  .topInformation .blk02 .flex .item .telbox {
    margin-top: 20px;
  }
}

@media screen and (min-width: 992px) {
  .topInformation .blk02 .flex .item .telbox .tel-link {
    pointer-events: none;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 17px 0 22px;
    width: 100%;
  }
  .topInformation .blk02 .flex .item .telbox .tel-link img {
    width: 20px;
    margin-right: 15px;
  }
  .topInformation .blk02 .flex .item .telbox .tel-link .txt {
    letter-spacing: 0.08em;
    font-weight: 700;
    white-space: nowrap;
    color: #333333;
    font-size: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
}

@media screen and (max-width: 991px) {
  .topInformation .blk02 .flex .item .telbox .tel-link {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: 1px solid #75c6bf;
    border-radius: 50px;
    font-size: 2rem;
    line-height: 1.4;
    padding: 0 20px;
    height: 60px;
    margin: auto;
    width: 90%;
    max-width: 250px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.08em;
    position: relative;
  }
  .topInformation .blk02 .flex .item .telbox .tel-link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid #75c6bf;
    border-radius: 50px;
    background: #fff;
  }
  .topInformation .blk02 .flex .item .telbox .tel-link span {
    position: relative;
    padding-left: 25px;
  }
  .topInformation .blk02 .flex .item .telbox .tel-link span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../img/img-common/icon_tel_sp.png) left center no-repeat;
    background-size: contain;
    width: 15px;
    height: 100%;
  }
}

.topInformation .blk03 {
  margin-top: 90px;
}

@media screen and (max-width: 991px) {
  .topInformation .blk03 {
    margin-top: 50px;
  }
}

.topInformation .blk03 dl dd {
  max-width: 960px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .topInformation .blk03 dl dd {
    padding: 0 15px;
  }
}

.topInformation .blk03 dl dd .txt {
  margin-bottom: 55px;
}

@media screen and (max-width: 991px) {
  .topInformation .blk03 dl dd .txt {
    margin-bottom: 30px;
  }
}

.topInformation .blk03 dl dd .bgbox {
  padding: 40px 60px 50px;
  background: #fbf2e7;
  background-image: linear-gradient(to right, #080808 2px, transparent 1px), linear-gradient(to right, #080808 2px, transparent 1px), linear-gradient(to bottom, #080808 2px, transparent 1px), linear-gradient(to bottom, #080808 2px, transparent 1px);
  background-size: 7px 2px,
 7px 2px,
 2px 7px,
 2px 7px;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-position: left bottom,
 left top,
 left top,
 right top;
}

@media screen and (max-width: 991px) {
  .topInformation .blk03 dl dd .bgbox {
    padding: 25px;
  }
}

.topInformation .blk03 dl dd .bgbox .t1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #222;
}

@media screen and (max-width: 991px) {
  .topInformation .blk03 dl dd .bgbox .t1 {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 15px;
  }
}

.topInformation .blk03 dl dd .bgbox .t2 {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 2;
  color: #222;
}

@media screen and (max-width: 991px) {
  .topInformation .blk03 dl dd .bgbox .t2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.topInformation .blk03 dl dd .bgbox .t3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #222;
}

@media screen and (max-width: 991px) {
  .topInformation .blk03 dl dd .bgbox .t3 {
    font-size: 1.6rem;
    text-align: left;
  }
}

.topInformation .blk03 dl dd .bgbox .t3 > span {
  color: #aa5d22;
}

@media screen and (max-width: 991px) {
  .topInformation .blk03 dl dd .bgbox .t3 > span {
    display: block;
  }
}

.topInformation .blk03 dl dd .bgbox .t4 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 10px;
  line-height: 2;
  color: #222;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .topInformation .blk03 dl dd .bgbox .t4 {
    font-size: 1.3rem;
    margin-top: 10px;
    text-align: left;
    line-height: 1.4;
  }
}

.topInformation .blk03 dl dd .bgbox + p {
  text-align: center;
  margin-top: 45px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #222;
}

@media screen and (max-width: 991px) {
  .topInformation .blk03 dl dd .bgbox + p {
    font-size: 1.5rem;
    margin-top: 25px;
    text-align: left;
  }
}

.whitespace {
  background: #fff;
  height: 150px;
}

@media screen and (max-width: 991px) {
  .whitespace {
    height: 110px;
  }
}

.topMessage {
  position: relative;
  padding: 90px 0 110px;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .topMessage {
    padding: 50px 0 65px;
  }
}

.topMessage .line {
  z-index: 2;
}

.topMessage .line svg path {
  stroke: #fff;
  animation-delay: 0.3s !important;
}

.topMessage .line.--line04 {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50vw - 550px);
  min-width: 420px;
}

.topMessage .line.--line04 svg path {
  stroke-dasharray: 1012.2;
  stroke-dashoffset: 1012.2;
}

.topMessage .line.--line02_sp {
  position: absolute;
  right: 0;
  top: 0;
  width: 25vw;
}

.topMessage .line.--line02_sp svg path {
  stroke-dasharray: 477.508;
  stroke-dashoffset: 477.508;
}

.topMessage .basis-ttl {
  color: #fff;
}

.topMessage .basis-ttl .t2 {
  color: #fff;
}

.topMessage-parallax {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  animation-delay: 0.3s !important;
}

.topMessage-parallax img {
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 1200px;
  object-fit: cover;
  will-change: transform;
}

@media screen and (max-width: 991px) {
  .topMessage-parallax img {
    top: -120px;
    min-height: 850px;
  }
}

.topMessage-main {
  position: relative;
  z-index: 2;
  animation-delay: 0.5s !important;
}

@media screen and (max-width: 991px) {
  .topMessage-txt {
    width: 94%;
    margin: auto;
  }
}

.topMessage-txt p {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .topMessage-txt p {
    font-size: 1.5rem;
    text-align: left;
    line-height: 2;
  }
}

.topMessage-txt p + p {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .topMessage-txt p + p {
    margin-top: 0;
  }
}

.topMessage-tel {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .topMessage-tel {
    margin-top: 10px;
  }
}

.topMessage-tel dl {
  display: table;
  margin: auto;
}

.topMessage-tel dl dt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .topMessage-tel dl dt {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}

.topMessage-tel dl dd {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .topMessage-tel dl dd .tel-link {
    pointer-events: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 30px 0;
    width: 100%;
  }
  .topMessage-tel dl dd .tel-link img {
    width: 20px;
    margin-right: 15px;
  }
  .topMessage-tel dl dd .tel-link .t1 {
    letter-spacing: 0.08em;
    font-weight: 700;
    white-space: nowrap;
    color: #fff;
    font-size: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
}

@media screen and (max-width: 991px) {
  .topMessage-tel dl dd .tel-link {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 2rem;
    line-height: 1.4;
    padding: 0 20px;
    height: 60px;
    margin: auto;
    width: 80%;
    max-width: 250px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.08em;
    position: relative;
  }
  .topMessage-tel dl dd .tel-link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid #fff;
    border-radius: 50px;
    background: #fff;
  }
  .topMessage-tel dl dd .tel-link span {
    position: relative;
    padding-left: 25px;
  }
  .topMessage-tel dl dd .tel-link span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../img/img-common/icon_tel_sp.png) left center no-repeat;
    background-size: contain;
    width: 15px;
    height: 100%;
  }
}

.topFaq {
  padding: 125px 0 150px;
  background: #f6f6f1;
  position: relative;
}

@media screen and (max-width: 991px) {
  .topFaq {
    padding: 65px 0 70px;
  }
}


.topFaq .line.--line02 {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50vw - 550px);
  min-width: 440px;
}

.topFaq .line.--line02 svg path {
  stroke-dasharray: 1554.52;
  stroke-dashoffset: 1554.52;
}

.topFaq .line.--line02_sp {
  position: absolute;
  left: 0;
  top: 0;
  width: 40vw;
}

.topFaq .line.--line02_sp svg path {
  stroke-dasharray: 676.665;
  stroke-dashoffset: 676.665;
}

.topFaq .basis-ttl {
  margin-bottom: 90px;
}

@media screen and (max-width: 991px) {
  .topFaq .basis-ttl {
    margin-bottom: 20px;
  }
}

.topFaq .faq_block_item {
  border-bottom: 1px solid #aaaaaa;
  min-height: 96px;
}

.topFaq .faq_block_q {
  font-size: 1.7rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  min-height: 96px;
  position: relative;
  padding: 20px 80px 20px 56px;
  cursor: pointer;
}

.topFaq .faq_block_q::before {
  content: "";
  position: absolute;
  background: url(../img/img-common/icon_q.png) left center no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.topFaq .faq_block_q::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto;
  width: 11px;
  height: 11px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.topFaq .faq_block_q.is_open::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(-45deg);
}

.topFaq .faq_block_ans {
  padding: 0 80px 30px 56px;
  position: relative;
  color: #000000;
  font-weight: 500;
}

.topFaq .faq_block_ans::before {
  content: "";
  position: absolute;
  background: url(../img/img-common/icon_a.png) left center no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  top: 0;
  left: 0;
  margin: auto;
}

.topFaq .faq_block_link {
  display: flex;
  justify-content: flex-end;
  margin: 30px auto 0;
  text-align: center;
}

.topFaq .faq_block_link > a {
  font-weight: bold;
  flex-basis: auto;
  color: #01bff2;
  border: 1px solid #01bff2;
  padding: 5px 15px;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.topFaq .faq_block_link > a > span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
}

.topFaq .faq_block_link > a > span::after {
  content: "";
  position: absolute;
  border-right: 2px solid #01bff2;
  border-top: 2px solid #01bff2;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.topFaq .faq_block_link > a:hover {
  color: #fff;
  border-color: #01bff2;
  background: #01bff2;
}

.topFaq .faq_block_link > a:hover > span::after {
  border-color: #fff;
}

@media screen and (max-width: 991px) {
  .topFaq .faq_block_item {
    border-bottom: 1px solid #dddddd;
    min-height: inherit;
  }
  .topFaq .faq_block_q {
    font-size: 1.6rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    min-height: inherit;
    position: relative;
    padding: 20px 35px 20px 42px;
    cursor: pointer;
    line-height: 1.6;
  }
  .topFaq .faq_block_q::before {
    width: 26px;
    height: 26px;
    top: calc(20px + 0.05em);
    bottom: inherit;
  }
  .topFaq .faq_block_q::after {
    right: 10px;
    width: 8px;
    height: 8px;
  }
  .topFaq .faq_block_ans {
    font-size: 1.5rem;
    padding: 0 35px 20px 42px;
  }
  .topFaq .faq_block_ans::before {
    content: "";
    width: 26px;
    height: 26px;
    top: 5px;
  }
  .topFaq .faq_block_link {
    margin: 20px auto 0;
  }
}

/* アコーディオン */
.js_ac_box {
  height: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  visibility: hidden;
  overflow: hidden;
}

.is_open + .js_ac_box {
  height: auto;
  opacity: 1;
  visibility: visible;
}

#pagetop {
  opacity: 0;
  transition: opacity 1s;
  z-index: 9998;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 54px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  #pagetop {
    right: 10px;
    width: 40px;
  }
}

#pagetop img {
  width: 100%;
}

#pagetop.is_active {
  opacity: 1;
}

.scroll__inner {
  width: 100%;
  height: 220px;
  padding-right: 60px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media screen and (max-width: 991px) {
  .scroll__inner {
    height: 150px;
  }
}

.scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.simplebar-scrollbar::before {
  background: #ffffff;
  border-radius: 0;
  width: 5px;
  margin-left: 3px;
  margin-top: 2px;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track {
  background: #cbd2e0;
  width: 15px !important;
}
