@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
/* 1400以上 */
@media screen and (max-width: 1400px) {
  .only1400 {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .tbpc {
    display: none !important;
  }
}
/* タブレット02・PC */
@media screen and (max-width: 834px) {
  .tb02pc {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (min-width: 835px) {
  .tb02sp {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
/* justify-content: space-between; */
@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
/*--------------------------------------------------------

	リセット : html5reset-1.6.1.css

参考
https://coliss.com/articles/build-websites/operation/css/my-css-reset-by-ire.html
----------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/*IE用：游ゴシックの謎余白をなくすためフォントを別指定*/
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Meiryo, sans-serif;
  }
}
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

/*キーボード操作フォーカス*/
a:focus-visible,
audio:focus-visible,
button:focus-visible,
details:focus-visible,
embed:focus-visible,
iframe:focus-visible,
img:focus-visible,
input:focus-visible,
label:focus-visible,
object:focus-visible,
select:focus-visible,
textarea:focus-visible,
video:focus-visible {
  outline: 1px solid #000 !important;
}

/*テーブル指定*/
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています marginを指定したら地獄*/
ul[class],
ol[class] {
  list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote,
q {
  quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています。また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています。また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input,
select {
  vertical-align: middle;
}

/*画像を縦に並べたときに余白が出てしまわないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  -webkit-backface-visibility: hidden;
  width: auto;
  max-width: 100%;
  height: auto;
}

/* タッチデバイスでのリンクやボタンの反応を向上 */
a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@page {
  size: A4;
  margin: 0;
}
/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  transition: 0.1s;
  text-decoration: none;
}

/*クラスの指定がない場合のリンクのデフォルト色を指定*/
/*すべての要素のfont-family, font-size, line-heightをその親から継承するようにリセット*/
* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/*属性と状態のCSSリセット*/
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/*box-sizing*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*clearfix*/
/* For modern browsers */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

/*禁則処理の追加*/
p,
li,
dt,
dd,
th,
td,
pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}

/*iOSでのsubmit, buttonのデザインをリセットするCSS*/
button,
input[type=submit],
input[type=button],
input[type=search] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
button::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=search]::-webkit-search-decoration {
  display: none;
}
button::focus,
input[type=submit]::focus,
input[type=button]::focus,
input[type=search]::focus {
  outline-offset: -2px;
}

/* Form */
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  font-size: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  resize: vertical;
}

button,
input[type=submit],
input[type=button],
input[type=radio],
input[type=checkbox],
label,
select {
  cursor: pointer;
}

/** Form Select IE 11 */
select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

/** Selection */
::-moz-selection,
::selection {
  background-color: #a38941;
  /* Change as appropriate */
  color: #fff;
  /* Change as appropriate */
  text-shadow: none;
}

/*視差効果
@media (prefers-reduced-motion: reduce) {
  * {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
  }
}*/
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
/*--------------------------------------------------------
	body設定
----------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #222;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  line-height: 1.7;
  font-size: 1.6rem;
  overflow-x: hidden;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif !important;
}
@media screen and (min-width: 1025px) {
  body {
    font-weight: 400;
  }
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

/*Visually Hidden*/
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.noscroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

p, h1, h2, h3, h4, h5, dt, dd, a {
  font-display: swap;
}

.al-center {
  text-align: center;
}

.tel {
  color: inherit;
}

/*マージン*/
.mb00 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 599px) {
  .mb00 {
    margin-bottom: 0px !important;
  }
}

.mb05 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 599px) {
  .mb05 {
    margin-bottom: 5px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 599px) {
  .mb10 {
    margin-bottom: 10px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 599px) {
  .mb15 {
    margin-bottom: 15px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 15px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 599px) {
  .mb25 {
    margin-bottom: 20px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 25px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 599px) {
  .mb35 {
    margin-bottom: 25px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 599px) {
  .mb50 {
    margin-bottom: 35px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 599px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 599px) {
  .mb70 {
    margin-bottom: 45px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 50px !important;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 599px) {
  .mb90 {
    margin-bottom: 50px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 599px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.mt00 {
  margin-top: 0px !important;
}
@media screen and (max-width: 599px) {
  .mt00 {
    margin-top: 0px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 599px) {
  .mt10 {
    margin-top: 10px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 599px) {
  .mt15 {
    margin-top: 15px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 599px) {
  .mt20 {
    margin-top: 15px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 599px) {
  .mt30 {
    margin-top: 25px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 599px) {
  .mt40 {
    margin-top: 30px !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 599px) {
  .mt70 {
    margin-top: 45px !important;
  }
}

.header {
  position: relative;
}

.header-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #fff;
  border-radius: 200px;
  padding: 20px 35px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .header-logo {
    top: 0;
    left: 0;
    border-radius: 0;
    border-bottom-right-radius: 20px;
    padding: 23px 15px;
  }
}
@media screen and (max-width: 599px) {
  .header-logo {
    padding: 9px 12px;
    border-bottom-right-radius: 10px;
  }
}
.header-logo img {
  max-width: 477px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header-logo img {
    max-width: 420px;
  }
}
@media screen and (max-width: 599px) {
  .header-logo img {
    max-width: 200px;
  }
}

/* ===================================
ハンバーガー
=====================================*/
/*ハンバーガーボタン*/
#nav-toggle {
  display: block;
  position: fixed;
  top: -50px;
  right: -20px;
  height: 170px;
  width: 170px;
  border-radius: 300px;
  cursor: pointer;
  background: #F89797;
  background: linear-gradient(90deg, rgb(248, 151, 151) 0%, rgb(250, 137, 137) 100%);
  z-index: 100;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  #nav-toggle:hover {
    opacity: 0.9;
  }
}
@media screen and (max-width: 1024px) {
  #nav-toggle {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 599px) {
  #nav-toggle {
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    border-radius: 0;
    border-bottom-left-radius: 10px;
  }
}
#nav-toggle::before {
  content: "メニュー";
  position: absolute;
  bottom: 35px;
  left: -5px;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #nav-toggle::before {
    bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  #nav-toggle::before {
    bottom: 6px;
    font-size: 1.2rem;
    left: 1px;
  }
}
#nav-toggle > div {
  position: absolute;
  top: 82px;
  left: 62px;
  width: 34px;
}
@media screen and (max-width: 1024px) {
  #nav-toggle > div {
    top: 75px;
    left: 53px;
  }
}
@media screen and (max-width: 599px) {
  #nav-toggle > div {
    top: 13px;
    left: 18px;
    width: 24px;
  }
}
#nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform 0.3s ease-in-out, top 0.5s ease;
}
@media screen and (max-width: 599px) {
  #nav-toggle span {
    height: 2px;
  }
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 10px;
}
@media screen and (max-width: 599px) {
  #nav-toggle span:nth-child(2) {
    top: 8px;
  }
}
#nav-toggle span:nth-child(3) {
  top: 20px;
}
@media screen and (max-width: 599px) {
  #nav-toggle span:nth-child(3) {
    top: 16px;
  }
}

.open #nav-toggle span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  display: none;
}
.open #nav-toggle span:nth-child(3) {
  top: 9px;
  transform: rotate(-45deg);
  width: 100%;
}

/*黒背景*/
#gloval-nav-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 98;
  cursor: pointer;
  display: none;
}
.open #gloval-nav-overlay {
  display: block;
}
@media screen and (max-width: 1024px) {
  #gloval-nav-overlay {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

/*ハンバーガー内*/
#gloval-nav {
  display: block;
  overflow: auto;
  background-color: #fef5ef;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  height: 100vh;
  transform: translateX(500px);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 99;
}
@media screen and (min-width: 1025px) {
  #gloval-nav::-webkit-scrollbar {
    width: 7px;
  }
  #gloval-nav::-webkit-scrollbar-track {
    background: #e6e6e6;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  #gloval-nav::-webkit-scrollbar-thumb {
    background: #c5c5c5;
    border-radius: 3px;
    box-shadow: none;
  }
}
@media screen and (max-width: 1024px) {
  #gloval-nav {
    width: 90%;
    transform: translateX(100%);
  }
}

.open #gloval-nav {
  transform: translateX(0);
}

.gloval-nav-contents {
  z-index: 999;
  padding: 150px 30px 130px;
  max-width: 620px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .gloval-nav-contents {
    padding: 90px 20px 100px;
  }
}
.gloval-nav-contents__inner {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 30px 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 599px) {
  .gloval-nav-contents__inner {
    padding: 20px 15px 20px;
  }
}

.header-sp-list > li {
  border-bottom: 1px solid #ebebeb;
}
.header-sp-list > li:last-child {
  border-bottom: none;
}
.header-sp-list > li > a {
  padding: 18px 0 18px 30px;
  display: block;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  line-height: 1.3;
  font-size: 1.7rem;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .header-sp-list > li > a:hover {
    opacity: 0.8;
    transform: translateY(2px);
  }
}
.header-sp-list > li > a::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #f89797;
  border-radius: 200px;
}
.header-sp-list > li > a::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 7px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
}

.pagetop {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 100;
}

.footer {
  padding: 65px 30px;
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 40px 20px;
  }
}

.footer-head {
  max-width: 1100px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footer-head {
    flex-wrap: wrap;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .footer-head {
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 1024px) {
  .footer-info {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .footer-info {
    margin-bottom: 20px;
  }
}
.footer-info__logo {
  width: 100%;
  max-width: 477px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .footer-info__logo {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 599px) {
  .footer-info__logo {
    max-width: 250px;
  }
}
.footer-info__address {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.footer-links {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 1024px) {
  .footer-links {
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .footer-links {
    max-width: 250px;
  }
}
.footer-links__links {
  gap: 20px;
  display: flex;
}
@media screen and (max-width: 599px) {
  .footer-links__links {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.footer-links__links > li {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 599px) {
  .footer-links__links > li {
    width: 100%;
  }
}
.footer-links__links > li > a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 18px 10px 18px 45px;
  color: #222;
  line-height: 1.3;
  font-weight: 500;
  font-size: 1.7rem;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .footer-links__links > li > a:hover {
    opacity: 0.8;
    transform: translateY(2px);
  }
}
@media screen and (max-width: 599px) {
  .footer-links__links > li > a {
    padding: 15px 30px;
    font-size: 1.6rem;
  }
}
.footer-links__links > li > a::before {
  content: "";
  margin-top: -11px;
  position: absolute;
  top: 50%;
  left: 13px;
  width: 22px;
  height: 22px;
  background-color: #f89797;
  border-radius: 100px;
  z-index: 1;
}
.footer-links__links > li > a::after {
  content: "";
  margin-top: -3.5px;
  position: absolute;
  top: 50%;
  left: 18px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
}

.footer-copy {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}

/*--------------------------------------------------------
top
----------------------------------------------------------*/
/* ************ top内共通 *********** */
.top-sec-common-title {
  text-align: center;
  color: #444;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  letter-spacing: 0.03em;
  font-size: 3.4rem;
  line-height: 1.3;
  padding-bottom: 25px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-sec-common-title {
    font-size: 3rem;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-sec-common-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}
.top-sec-common-title::before {
  content: "";
  position: absolute;
  margin-left: -30px;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 4px;
  border-radius: 100px;
  background-color: #65a0b3;
}
.top-sec-common-title::after {
  content: "";
  margin-left: 13px;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 8px;
  height: 4px;
  border-radius: 100px;
  background-color: #f89797;
}

/* ******** //top内共通 ここまで ******* */
.main {
  background-image: url(../img/common/dot.jpg);
  background-repeat: repeat;
}

.top-main {
  position: relative;
}
.top-main__photo {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .top-main__photo {
    height: 750px;
  }
  .top-main__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left 50% top 0;
  }
}
@media screen and (max-width: 599px) {
  .top-main__photo {
    height: 440px;
  }
  .top-main__photo img {
    object-position: left 55% top 0;
  }
}

.top-main-box {
  position: absolute;
  left: 70px;
  top: 33%;
}
@media screen and (max-width: 1400px) {
  .top-main-box {
    top: 30%;
    left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top-main-box {
    top: auto;
    bottom: 12%;
    background-color: #f89797;
    left: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px 25px;
  }
}
@media screen and (max-width: 599px) {
  .top-main-box {
    position: relative;
    margin-top: -70px;
    padding: 0;
    background-color: transparent;
  }
}
.top-main-box__text01 {
  margin-bottom: 32px;
  font-size: 4.6rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1400px) {
  .top-main-box__text01 {
    font-size: 4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top-main-box__text01 {
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .top-main-box__text01 {
    font-size: 2rem;
    margin-bottom: 0;
    background-color: #f89797;
    width: 85%;
    padding: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.top-main-box__text02 {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1024px) {
  .top-main-box__text02 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 599px) {
  .top-main-box__text02 {
    color: #f68787;
    padding: 20px 20px 0;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.top-menu {
  text-align: center;
  margin-top: -9.4%;
  position: relative;
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  .top-menu {
    margin-top: 0;
    padding: 50px 30px 70px;
  }
}
@media screen and (max-width: 599px) {
  .top-menu {
    padding: 40px 20px 40px;
  }
}

.top-menu-list {
  max-width: 1160px;
  margin: 0 auto 70px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .top-menu-list {
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  .top-menu-list {
    gap: 10px;
  }
}
.top-menu-list__item {
  width: calc((100% - 160px) / 5);
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1024px) {
  .top-menu-list__item {
    width: calc((100% - 40px) / 3);
    aspect-ratio: auto;
    height: 140px;
  }
}
@media screen and (max-width: 599px) {
  .top-menu-list__item {
    width: calc((100% - 20px) / 3);
    height: 120px;
  }
}
.top-menu-list__item > a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(199, 116, 116, 0.2);
  font-size: 2rem;
  line-height: 1.25;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  color: #444;
  padding-top: 47px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-menu-list__item > a {
    padding: 40px 10px 20px;
    border-radius: 10px;
    line-height: 1;
    font-size: 1.9rem;
    box-shadow: 0 0 20px rgba(199, 116, 116, 0.35);
  }
}
@media screen and (min-width: 1025px) {
  .top-menu-list__item > a:hover {
    transform: translateY(5px);
  }
}
@media screen and (max-width: 599px) {
  .top-menu-list__item > a {
    box-shadow: 0 0 15px rgba(199, 116, 116, 0.35);
    font-size: 1.6rem;
    padding: 40px 5px 20px;
  }
}
.top-menu-list__item > a::before {
  content: "";
  margin-left: -12px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 24px;
  height: 24px;
  background-color: #f89797;
  border-radius: 200px;
}
@media screen and (max-width: 1024px) {
  .top-menu-list__item > a::before {
    bottom: 13px;
  }
}
@media screen and (max-width: 599px) {
  .top-menu-list__item > a::before {
    bottom: 8px;
    width: 20px;
    height: 20px;
    margin-left: -10px;
  }
}
.top-menu-list__item > a::after {
  content: "";
  margin-left: -3px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 7px;
  height: 7px;
  transform: rotate(135deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
}
@media screen and (max-width: 1024px) {
  .top-menu-list__item > a::after {
    bottom: 23px;
  }
}
@media screen and (max-width: 599px) {
  .top-menu-list__item > a::after {
    bottom: 16px;
  }
}
.top-menu-list__item > a::after {
  content: "";
}
.top-menu-list__item--about > a {
  background-image: url(../img/top/icon_menu01.svg);
  background-repeat: no-repeat;
  background-size: 56px auto;
  background-position: left 50% top 23%;
}
@media screen and (max-width: 1024px) {
  .top-menu-list__item--about > a {
    background-size: 45px auto;
    background-position: left 50% top 15%;
  }
}
@media screen and (max-width: 599px) {
  .top-menu-list__item--about > a {
    font-size: 1.5rem;
    padding-bottom: 27px;
    background-size: 35px auto;
    background-position: left 50% top 12%;
  }
}
.top-menu-list__item--service {
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .top-menu-list__item--service {
    margin-top: 0;
  }
}
.top-menu-list__item--service > a {
  background-image: url(../img/top/icon_menu02.svg);
  background-repeat: no-repeat;
  background-size: 51px auto;
  background-position: left 50% top 27%;
}
@media screen and (max-width: 1024px) {
  .top-menu-list__item--service > a {
    background-size: 40px auto;
    background-position: left 50% top 20%;
  }
}
@media screen and (max-width: 599px) {
  .top-menu-list__item--service > a {
    background-size: 32px auto;
    background-position: left 50% top 18%;
  }
}
.top-menu-list__item--flow {
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .top-menu-list__item--flow {
    margin-top: 0;
  }
}
.top-menu-list__item--flow > a {
  background-image: url(../img/top/icon_menu03.svg);
  background-repeat: no-repeat;
  background-size: 37px auto;
  background-position: left 50% top 28%;
}
@media screen and (max-width: 1024px) {
  .top-menu-list__item--flow > a {
    background-size: 28px auto;
    background-position: left 50% top 20%;
  }
}
@media screen and (max-width: 599px) {
  .top-menu-list__item--flow > a {
    background-size: 22px auto;
    background-position: left 50% top 17%;
  }
}
.top-menu-list__item--access {
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .top-menu-list__item--access {
    margin-top: 0;
  }
}
.top-menu-list__item--access > a {
  background-image: url(../img/top/icon_menu04.svg);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: left 50% top 28%;
}
@media screen and (max-width: 1024px) {
  .top-menu-list__item--access > a {
    background-size: 40px auto;
    background-position: left 50% top 23%;
  }
}
@media screen and (max-width: 599px) {
  .top-menu-list__item--access > a {
    background-size: 32px auto;
    background-position: left 50% top 19%;
  }
}
.top-menu-list__item--outline > a {
  background-image: url(../img/top/icon_menu05.svg);
  background-repeat: no-repeat;
  background-size: 42px auto;
  background-position: left 50% top 28%;
}
@media screen and (max-width: 1024px) {
  .top-menu-list__item--outline > a {
    background-size: 34px auto;
    background-position: left 50% top 21%;
  }
}
@media screen and (max-width: 599px) {
  .top-menu-list__item--outline > a {
    background-size: 27px auto;
    background-position: left 50% top 18%;
  }
}

.top-copy-box {
  padding: 0 30px 70px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-copy-box {
    padding: 0 30px 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-copy-box {
    padding: 0 20px 30px;
  }
}
.top-copy-box__text {
  font-size: 2.6rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  color: #444444;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1024px) {
  .top-copy-box__text {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 599px) {
  .top-copy-box__text {
    font-size: 1.8rem;
  }
}
.top-copy-box__text > span {
  color: #f68787;
}
.top-copy-box__text > span > span {
  position: relative;
}
.top-copy-box__text > span > span::before {
  content: "";
  margin-left: -2px;
  position: absolute;
  top: -8px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 20px;
  background-color: #f68787;
  display: block;
}

.top-nayami {
  background-color: #fef5ef;
  text-align: center;
  padding: 90px 30px 120px;
  position: relative;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .top-nayami {
    padding: 90px 30px 70px;
    border-radius: 0;
  }
}
@media screen and (max-width: 599px) {
  .top-nayami {
    padding: 70px 20px 40px;
  }
}
.top-nayami::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-width: 60px 70px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #fff;
  margin-left: -70px;
}
@media screen and (max-width: 1024px) {
  .top-nayami::before {
    border-width: 40px 50px;
    margin-left: -50px;
  }
}

.top-contact {
  margin-top: -30px;
  border-radius: 30px;
  background: #F89797;
  background: linear-gradient(90deg, rgb(248, 151, 151) 0%, rgb(250, 137, 137) 100%);
  z-index: 1;
  position: relative;
  padding: 60px 30px;
}
@media screen and (max-width: 1024px) {
  .top-contact {
    margin-top: 0;
    border-radius: 0;
    padding: 50px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-contact {
    padding: 40px 20px;
  }
}
.top-contact__title {
  margin-bottom: 25px;
  text-align: center;
  font-size: 2.8rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .top-contact__title {
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .top-contact__title {
    font-size: 2.1rem;
  }
}
.top-contact__time {
  text-align: center;
  font-size: 1.9rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .top-contact__time {
    font-size: 1.7rem;
  }
}
.top-contact__holiday {
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
}

.top-contact-column {
  display: flex;
  gap: 25px;
  max-width: 790px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 599px) {
  .top-contact-column {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.top-contact-column__item {
  width: calc((100% - 25px) / 2);
}
@media screen and (max-width: 599px) {
  .top-contact-column__item {
    width: 100%;
  }
}

.top-contact-tel {
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 599px) {
  .top-contact-tel {
    border-radius: 10px;
    padding: 14px;
  }
}
.top-contact-tel__text01 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .top-contact-tel__text01 {
    font-size: 1.7rem;
  }
}
.top-contact-tel__number {
  font-family: "Hind", sans-serif !important;
  font-size: 4rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .top-contact-tel__number {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 599px) {
  .top-contact-tel__number {
    font-size: 3.2rem;
  }
}
.top-contact-tel__number span {
  padding: 3px 8px 3px 28px;
  background-image: url(../img/common/icon_tel.png);
  background-repeat: no-repeat;
  background-size: 23px auto;
  background-position: left 0 top 18px;
}
@media screen and (max-width: 1024px) {
  .top-contact-tel__number span {
    background-position: left 0 top 16px;
  }
}
@media screen and (max-width: 599px) {
  .top-contact-tel__number span {
    padding: 3px 8px 3px 24px;
    background-size: 19px auto;
  }
}

.top-contact-mail {
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 16px 10px 20px;
}
.top-contact-mail__text01 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .top-contact-mail__text01 {
    font-size: 1.7rem;
  }
}
.top-contact-mail__btn {
  max-width: 300px;
  margin: 0 auto;
  display: block;
  font-size: 1.6rem;
  background-color: #333333;
  border-radius: 100px;
  color: #fff;
  padding: 10px 10px 10px 18px;
  font-weight: 500;
  background-image: url(../img/common/icon_mail.png);
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: left 24px top 15px;
  position: relative;
}
.top-contact-mail__btn::before {
  content: "";
  margin-top: -11px;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 22px;
  height: 22px;
  background-color: #f89797;
  border-radius: 100px;
  z-index: 1;
}
.top-contact-mail__btn::after {
  content: "";
  margin-top: -3.5px;
  position: absolute;
  top: 50%;
  right: 22px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .top-contact-mail__btn:hover {
    transform: translateY(2px);
  }
}
@media screen and (max-width: 599px) {
  .top-contact-mail__btn {
    font-size: 1.5rem;
  }
}

.top-about {
  padding: 95px 30px 125px;
  background-image: url(../img/top/bg_about.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}
@media screen and (max-width: 1024px) {
  .top-about {
    padding: 70px 30px 80px;
    background-position: left 0 top 10%;
  }
}
@media screen and (max-width: 599px) {
  .top-about {
    padding: 50px 20px 50px;
  }
}

.top-about-detail {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.top-about-detail__photo {
  width: 42%;
}
@media screen and (max-width: 1024px) {
  .top-about-detail__photo {
    width: 100%;
    order: 2;
    height: 260px;
  }
}
@media screen and (max-width: 599px) {
  .top-about-detail__photo {
    height: 200px;
  }
}
.top-about-detail__photo img {
  border-radius: 15px;
}
@media screen and (max-width: 1024px) {
  .top-about-detail__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (max-width: 599px) {
  .top-about-detail__photo img {
    border-radius: 10px;
  }
}
.top-about-detail__text-box {
  width: 58%;
  padding-left: 50px;
}
@media screen and (max-width: 1024px) {
  .top-about-detail__text-box {
    width: 100%;
    order: 1;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-about-detail__text-box {
    margin-bottom: 20px;
  }
}

.top-about-copy {
  padding-right: 190px;
  background-image: url(../img/top/about_people.png);
  background-repeat: no-repeat;
  background-size: 122px auto;
  background-position: right 40px top 17px;
}
@media screen and (max-width: 599px) {
  .top-about-copy {
    padding-right: 90px;
    background-size: 75px auto;
    background-position: right 0 top 0;
  }
}
.top-about-copy__text-box {
  margin-bottom: 25px;
  background: #469DB9;
  background: linear-gradient(90deg, rgb(70, 157, 185) 0%, rgb(113, 182, 204) 100%);
  border-radius: 15px;
  padding: 30px 40px;
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.03em;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-about-copy__text-box {
    border-radius: 10px;
    padding: 20px;
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}
.top-about-copy__text-box::before {
  content: "";
  position: absolute;
  top: 45px;
  right: -28px;
  border-width: 8px 14px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #70b5cc;
}

.top-about-text {
  line-height: 2;
  font-size: 1.7rem;
  color: #444;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .top-about-text {
    font-size: 1.6rem;
    text-align: justify;
    line-height: 1.8;
  }
}

.top-service {
  margin-top: -30px;
  background-color: #fef5ef;
  border-radius: 30px;
  padding: 90px 30px 100px;
}
@media screen and (max-width: 1024px) {
  .top-service {
    margin-top: 0;
    border-radius: 0;
    padding: 70px 30px 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-service {
    padding: 50px 20px 50px;
  }
}

.top-service-list {
  max-width: 1370px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .top-service-list {
    flex-wrap: wrap;
    gap: 70px 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-service-list {
    gap: 50px;
  }
}

.top-service-item {
  width: calc((100% - 150px) / 4);
}
@media screen and (max-width: 1024px) {
  .top-service-item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .top-service-item {
    width: 100%;
  }
}
.top-service-item__photo {
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .top-service-item__photo {
    margin-bottom: 15px;
  }
}
.top-service-item__photo img {
  width: 100%;
  max-width: 237px;
}
@media screen and (max-width: 1024px) {
  .top-service-item__photo img {
    max-width: 210px;
  }
}
@media screen and (max-width: 599px) {
  .top-service-item__photo img {
    max-width: 190px;
  }
}
.top-service-item__copy {
  margin-bottom: 25px;
  color: #f68787;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .top-service-item__copy {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top-service-item__list {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .top-service-item__list {
    max-width: 100%;
  }
}
.top-service-item__list > li {
  line-height: 1.6;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}
.top-service-item__list > li::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #f89797;
  border-radius: 30px;
}
.top-service-item__list > li:last-child {
  margin-bottom: 0;
}

.top-flow {
  padding: 100px 0 90px;
  background-image: url(../img/top/bg_flow.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}
@media screen and (max-width: 1024px) {
  .top-flow {
    padding: 70px 0 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-flow {
    padding: 50px 0 50px;
  }
}
.top-flow__title {
  margin-bottom: 60px;
}

.top-flow-contents {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .top-flow-contents {
    flex-wrap: wrap;
    padding: 0 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-flow-contents {
    padding: 0 20px;
  }
}
.top-flow-contents__list {
  width: 52%;
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  .top-flow-contents__list {
    width: 100%;
    padding: 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-flow-contents__list {
    margin-bottom: 40px;
  }
}
.top-flow-contents__photo {
  width: 48%;
  height: 620px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .top-flow-contents__photo {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .top-flow-contents__photo {
    width: 100%;
    border-radius: 15px;
    height: 380px;
  }
}
@media screen and (max-width: 599px) {
  .top-flow-contents__photo {
    border-radius: 10px;
    height: 200px;
  }
}
.top-flow-contents__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1024px) {
  .top-flow-contents__photo img {
    object-position: left 50% top 40%;
  }
}

.top-flow-list {
  max-width: 670px;
  margin: 0 auto;
}
.top-flow-list__item {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  padding: 23px 40px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-flow-list__item {
    border-radius: 10px;
    padding: 20px 20px 20px 40px;
  }
}
.top-flow-list__item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 29px;
  height: 18px;
  background-image: url(../img/top/flow_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -15px;
}
.top-flow-list__item:last-child {
  margin-bottom: 0;
}
.top-flow-list__item:last-child::before {
  content: none;
}
.top-flow-list__item__step {
  position: absolute;
  top: -15px;
  left: -25px;
  width: 60px;
  height: 60px;
  background-color: #f89797;
  border-radius: 300px;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-family: "Hind", sans-serif !important;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 15px 0 0 0;
}
@media screen and (max-width: 599px) {
  .top-flow-list__item__step {
    width: 50px;
    height: 50px;
    padding: 11px 0 0 0;
    left: -12px;
  }
}
.top-flow-list__item__step::before {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 0;
  border-style: solid;
  border-width: 10px 5px;
  border-color: transparent;
  border-top-color: #f89797;
  transform: rotate(-45deg);
}
.top-flow-list__item__step span {
  display: block;
  font-size: 2.7rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 599px) {
  .top-flow-list__item__step span {
    font-size: 2.2rem;
  }
}
.top-flow-list__item__text01 {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #444;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .top-flow-list__item__text01 {
    font-size: 1.7rem;
  }
}
.top-flow-list__item__contact {
  background-color: #fef5ef;
  border-radius: 5px;
  padding: 13px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .top-flow-list__item__contact {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 5px;
  }
}
.top-flow-list__item__contact__tel {
  font-family: "Hind", sans-serif !important;
  font-size: 2.7rem;
  color: #333;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  padding-top: 5px;
  margin-right: 6px;
}
@media screen and (max-width: 599px) {
  .top-flow-list__item__contact__tel {
    padding-top: 0;
    margin-bottom: 8px;
    margin-right: 0;
  }
}
.top-flow-list__item__contact__tel span {
  padding: 3px 8px 3px 20px;
  background-image: url(../img/common/icon_tel.png);
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: left 0 top 13px;
}
.top-flow-list__item__contact__btn {
  display: inline-block;
  font-size: 1.4rem;
  background-color: #333333;
  border-radius: 100px;
  color: #fff;
  padding: 5px 35px 5px 37px;
  font-weight: 500;
  background-image: url(../img/common/icon_mail.png);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: left 14px top 11px;
  position: relative;
}
.top-flow-list__item__contact__btn::before {
  content: "";
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  background-color: #f89797;
  border-radius: 100px;
  z-index: 1;
}
.top-flow-list__item__contact__btn::after {
  content: "";
  margin-top: -3.5px;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .top-flow-list__item__contact__btn:hover {
    transform: translateY(2px);
  }
}
.top-flow-list__item__text02 {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #444;
  line-height: 1.3;
}

.top-access {
  padding: 0 30px;
}
@media screen and (max-width: 599px) {
  .top-access {
    padding: 0 20px;
  }
}

.top-access-contents {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 30px;
  background: #86C2D5;
  background: linear-gradient(90deg, rgb(134, 194, 213) 0%, rgb(70, 157, 185) 100%);
  display: flex;
  padding: 55px 50px;
}
@media screen and (max-width: 1024px) {
  .top-access-contents {
    border-radius: 15px;
    flex-wrap: wrap;
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-access-contents {
    padding: 30px 20px;
  }
}
.top-access-contents__iframe {
  width: 46%;
  min-height: 330px;
}
@media screen and (max-width: 1024px) {
  .top-access-contents__iframe {
    width: 100%;
    order: 2;
  }
}
@media screen and (max-width: 599px) {
  .top-access-contents__iframe {
    min-height: 250px;
  }
}
.top-access-contents__iframe iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .top-access-contents__iframe iframe {
    border-radius: 15px;
  }
}
@media screen and (max-width: 599px) {
  .top-access-contents__iframe iframe {
    border-radius: 10px;
  }
}
.top-access-contents__detail {
  width: 54%;
  padding-left: 60px;
}
@media screen and (max-width: 1024px) {
  .top-access-contents__detail {
    width: 100%;
    order: 1;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-access-contents__detail {
    margin-bottom: 25px;
  }
}

.top-access-address {
  color: #fff;
  margin-bottom: 20px;
}
.top-access-address > dt {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 599px) {
  .top-access-address > dt {
    margin-bottom: 15px;
  }
}
.top-access-address > dt span {
  font-size: 2.2rem;
  padding-left: 20px;
}
@media screen and (max-width: 599px) {
  .top-access-address > dt span {
    line-height: 1;
    display: block;
    padding-left: 0;
  }
}
.top-access-address > dd {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .top-access-address > dd {
    font-size: 1.6rem;
  }
}

.top-access-root {
  background-color: #fff;
  border-radius: 15px;
  padding: 10px 25px;
}
@media screen and (max-width: 599px) {
  .top-access-root {
    border-radius: 10px;
    padding: 10px 15px;
  }
}
.top-access-root__item {
  border-bottom: 1px solid #e1e8ec;
  padding: 15px 0 15px 66px;
  line-height: 1.5;
}
.top-access-root__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 599px) {
  .top-access-root__item {
    padding: 15px 0 15px 60px;
  }
}
.top-access-root__item > dt {
  font-size: 1.9rem;
  color: #65a0b3;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 3px;
}
@media screen and (max-width: 599px) {
  .top-access-root__item > dt {
    font-size: 1.8rem;
  }
}
.top-access-root__item--bus {
  position: relative;
}
.top-access-root__item--bus::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 46px;
  height: 46px;
  display: block;
  background-color: #65a0b3;
  border-radius: 200px;
  background-image: url(../img/top/icon_bus.png);
  background-repeat: no-repeat;
  background-position: left 55% top 50%;
  background-size: 23px auto;
}
.top-access-root__item--car {
  position: relative;
}
.top-access-root__item--car::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 46px;
  height: 46px;
  display: block;
  background-color: #65a0b3;
  border-radius: 200px;
  background-image: url(../img/top/icon_car.png);
  background-repeat: no-repeat;
  background-position: left 55% top 50%;
  background-size: 32px auto;
}

.top-overview {
  padding: 90px 30px 130px;
  background-image: url(../img/top/bg_overview.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}
@media screen and (max-width: 1024px) {
  .top-overview {
    padding: 70px 30px 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-overview {
    padding: 50px 20px 50px;
  }
}

.top-overview-contents {
  max-width: 800px;
  margin: 0 auto;
  padding: 35px 50px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 599px) {
  .top-overview-contents {
    padding: 15px 20px;
  }
}

.top-overview-table {
  width: 100%;
  border-collapse: collapse;
}
.top-overview-table tr {
  border-bottom: 1px solid #e8eef1;
}
.top-overview-table tr:last-of-type {
  border-bottom: none;
}
.top-overview-table th {
  text-align: left;
  font-size: 1.7rem;
  font-weight: 500;
  color: #f68787;
  line-height: 1.5;
  padding: 17px 0;
}
@media screen and (max-width: 599px) {
  .top-overview-table th {
    font-size: 1.5rem;
  }
}
.top-overview-table td {
  line-height: 1.5;
  padding: 17px 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  .top-overview-table td {
    font-size: 1.5rem;
    padding: 17px 0 17px 17px;
  }
}/*# sourceMappingURL=style.css.map */