@charset "UTF-8";
@font-face {
  font-family: "Kumlien Pro";
  src: url("../fonts/kumlien-pro-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Kumlien Pro";
  src: url("../fonts/kumlien-pro-condensed.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed; /* Chỉ định đây là font condensed */
}
@font-face {
  font-family: "Kumlien Pro";
  src: url("../fonts/kumlien-pro-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Kumlien Pro";
  src: url("../fonts/kumlien-pro-medium.ttf") format("truetype");
  font-weight: 500; /* Medium thường tương ứng với 500 */
  font-style: normal;
}
@font-face {
  font-family: "Kumlien Pro";
  src: url("../fonts/kumlien-pro-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Alta";
  src: url("../fonts/Alta_regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Alta";
  src: url("../fonts/Alta_light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Didot";
  src: url("../fonts/didot.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Didot";
  src: url("../fonts/didot-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Didot";
  src: url("../fonts/didot-italic.otf") format("opentype");
  font-style: italic;
}
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
/* Break point ブレイクポイント
====================================== */
/* max site width コンテンツ最大幅
====================================== */
/* colors 色管理
====================================== */
/* media query
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
/* font-weight フォントの太さの指定用
====================================== */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4;
  color: #404040;
}

body {
  width: 414px;
  max-width: 100%;
  margin-inline: auto;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "MS PMincho", "Noto Serif JP", "Yu Mincho", serif;
  line-height: 2;
}

main {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "MS PMincho", "Noto Serif JP", "Yu Mincho", serif;
  color: #404040;
  line-height: 1.2;
}

* {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}

ul, dl, figure {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

ul, li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}
a:before, a:after {
  transition: 0.4s;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

em {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}

input,
select,
textarea {
  outline: none;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.1428571429rem;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0.5em 1em;
  border: 0;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #707070;
  font-family: "Noto Serif JP", serif;
}

textarea {
  resize: vertical;
  min-height: 130px;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-size: 1.0714285714rem;
  line-height: 2;
}

address {
  margin-bottom: 0;
}

/* uk-container
====================================== */
.uk-container {
  max-width: 310px;
  padding-inline: 20px;
}
.uk-container-small {
  max-width: 300px;
}
.uk-container-large {
  max-width: 365px;
}
.uk-container-expand {
  max-width: none;
}

/* Contact Form 7
====================================== */
.wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

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

/* Margin class in 5px steps
/* 余白調整用のクラス　5px刻みで20回処理を繰り返し
====================================== */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.com-txt-color-text {
  color: #404040 !important;
}

.com-bg-text {
  background-color: #404040 !important;
}

.com-txt-color-main {
  color: #AE6469 !important;
}

.com-bg-main {
  background-color: #AE6469 !important;
}

.com-txt-color-danger {
  color: #FF0011 !important;
}

.com-bg-danger {
  background-color: #FF0011 !important;
}

.com-txt-color-white {
  color: #fff !important;
}

.com-bg-white {
  background-color: #fff !important;
}

.com-txt-color-black {
  color: #000 !important;
}

.com-bg-black {
  background-color: #000 !important;
}

.com-txt-color-gray_01 {
  color: #F5F0F1 !important;
}

.com-bg-gray_01 {
  background-color: #F5F0F1 !important;
}

.com-txt-color-gray_02 {
  color: #F5F0F0 !important;
}

.com-bg-gray_02 {
  background-color: #F5F0F0 !important;
}

.com-txt-color-gray_03 {
  color: #707070 !important;
}

.com-bg-gray_03 {
  background-color: #707070 !important;
}

.com-txt-color-gray_04 {
  color: #B2ABAB !important;
}

.com-bg-gray_04 {
  background-color: #B2ABAB !important;
}

.com-txt-color-gray_05 {
  color: #F2F0F0 !important;
}

.com-bg-gray_05 {
  background-color: #F2F0F0 !important;
}

.com-txt-color-gray_06 {
  color: #FDF9F7 !important;
}

.com-bg-gray_06 {
  background-color: #FDF9F7 !important;
}

.com-txt-color-pink_01 {
  color: #E8D6D6 !important;
}

.com-bg-pink_01 {
  background-color: #E8D6D6 !important;
}

.com-txt-color-pink_02 {
  color: #C9A5A6 !important;
}

.com-bg-pink_02 {
  background-color: #C9A5A6 !important;
}

.com-txt-color-pink_03 {
  color: #ECDBD8 !important;
}

.com-bg-pink_03 {
  background-color: #ECDBD8 !important;
}

.com-txt-color-facebook {
  color: #3b5999 !important;
}

.com-bg-facebook {
  background-color: #3b5999 !important;
}

.com-txt-color-x {
  color: #000 !important;
}

.com-bg-x {
  background-color: #000 !important;
}

.com-txt-color-youtube {
  color: #cd201f !important;
}

.com-bg-youtube {
  background-color: #cd201f !important;
}

.com-txt-color-line {
  color: #18ba07 !important;
}

.com-bg-line {
  background-color: #18ba07 !important;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.65);
  padding: 1em;
}

/* #footer
====================================== */
/* footer-logo
====================================== */
/* footer-head
====================================== */
/* footer-body
====================================== */
/* footer-foot
====================================== */
/* parts
====================================== */
/* pagetop
-------------------------------------- */
.pagetop {
  font-size: 10px;
  font-size: 0.7142857143rem;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}

/* footer-nav
-------------------------------------- */
/* .copyright
--------------------------------- */
.copyright {
  display: block;
  font-size: 11px;
  font-size: 0.7857142857rem;
}

.uk-offcanvas-bar {
  background: #fff;
  padding: 0;
}

.uk-nav .uk-nav-header {
  background: #AE6469;
  padding: 0.5em 1em;
  border-bottom: 0;
}
.uk-nav > li {
  border-bottom: 1px solid #DCDCDC;
}
.uk-nav > li a {
  padding: 0.5em 1em;
  color: #404040 !important;
}
.uk-nav .uk-parent a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
  height: 2em !important;
}
.uk-nav .uk-parent.uk-open a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
}
.uk-nav .uk-nav-sub {
  background: #F5F5F5;
  padding: 0;
}
.uk-nav .uk-nav-sub li a {
  padding: 0.5em 1em;
  padding-left: 2em;
}
.uk-nav .uk-nav-sub li + li {
  border-top: 1px solid #fff;
}

/* section
====================================== */
/* parts
--------------------------------- */
/* title タイトル
--------------------------------- */
.com-tit-01 {
  font-family: Alta, "Alta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 47px;
  font-size: 3.3571428571rem;
  line-height: 1.1914893617;
  color: #AE6469;
  font-weight: 400;
}

.com-tit-02 {
  font-size: 28px;
  font-size: 2rem;
  line-height: 1.6071428571;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin-bottom: 1.4em;
}
.com-tit-02 .sub {
  font-family: Diot, "Didot", Bodoni, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-style: italic;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.3571428571;
  display: block;
}

.com-tit-03 {
  font-size: 40px;
  font-size: 2.8571428571rem;
  line-height: 1.4;
  font-family: Alta, "Alta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 0.5em;
}

.com-tit-04 {
  font-size: 32px;
  font-size: 2.2857142857rem;
  line-height: 1.53125;
  font-family: "Kumlien Pro", serif;
  font-weight: 400;
  margin-bottom: 0.3em;
}
.com-tit-04 .sub {
  display: block;
  font-size: 14px;
  font-size: 1rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "MS PMincho", "Noto Serif JP", "Yu Mincho", serif;
}

.com-tit-05 {
  font-size: 47px;
  font-size: 3.3571428571rem;
  line-height: 1.1914893617;
  font-family: Alta, "Alta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* panel パネル
--------------------------------- */
.com-panel-01 {
  font-size: 14px;
  font-size: 1rem;
  line-height: 2.1428571429;
  font-weight: 300;
  font-family: "FOT-DNPShueiMinPr6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "MS PMincho", "Noto Serif JP", "Yu Mincho", serif;
}
.com-panel-01 .count, .com-panel-01 .tit {
  color: #AE6469;
}
.com-panel-01 .count {
  --space: 1.2em;
  font-family: Alta, "Alta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 45px;
  font-size: 3.2142857143rem;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
  padding-left: var(--space);
  position: relative;
  margin-bottom: 0.3em;
}
.com-panel-01 .count::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  right: calc(100% - var(--space) + 10px);
  background-color: currentColor;
  transform: translateY(-50%);
}
.com-panel-01 .tit {
  margin-top: 0;
}
.com-panel-01 .images {
  margin-top: 60px;
  width: 88%;
  margin-inline: auto 0;
  display: flex;
  gap: 8px;
}
.com-panel-01 .images > .small {
  width: 35.5%;
}
.com-panel-01 .images > :not(.small) {
  flex: 1;
}
.com-panel-01 .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.com-panel-01.reverse .count {
  padding-inline: 0 var(--space);
  text-align: right;
}
.com-panel-01.reverse .count::before {
  right: unset;
  left: calc(100% - var(--space) + 10px);
}
.com-panel-01.reverse .tit {
  text-align: right;
}
.com-panel-01.reverse .images {
  margin-inline: 0 auto;
}
.com-panel-01.reverse .images .small {
  order: 99;
}
.com-panel-01 + .com-panel-01 {
  margin-top: 70px;
}

.com-panel-02 {
  border: 1px solid #AE6469;
  padding: 10px;
}
.com-panel-02 .wrapper {
  background-color: #fff;
  padding: 2.8em 2em;
}

.com-panel-03 {
  background-color: #F5F0F0;
  padding: 1.5em 1em;
  text-align: center;
}
.com-panel-03 .tit {
  font-size: 13px;
  font-size: 0.9285714286rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-decoration: underline;
  margin-bottom: 1em;
}
.com-panel-03 .tag {
  display: block;
  align-content: center;
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1;
  font-family: "Hiragino UD Sans Std", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, "Noto Sans CJK JP", sans-serif;
  border: 1px solid #B2ABAB;
  color: #707070;
  border-radius: 4px;
  padding: 0.5em 1em;
}
.com-panel-03 .box {
  --border: 1px solid #B2ABAB;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
.com-panel-03 .box .box-tit {
  font-size: inherit;
  border: var(--border);
  border-radius: 4px;
  background-color: #F5F0F0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
  margin-bottom: -1.2em;
  font-family: "Hiragino UD Sans Std", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, "Noto Sans CJK JP", sans-serif;
  padding: 0.5em 1.2em;
  position: relative;
}
.com-panel-03 .box .box-wrapper {
  border: var(--border);
  border-radius: 4px;
  padding: 2em 3.5em 1em;
}

.com-panel-04 {
  background-color: #F2F0F0;
  padding: 1em;
  color: #707070;
}
.com-panel-04 .tit {
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-family: "Hiragino UD Sans Std", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, "Noto Sans CJK JP", sans-serif;
  margin-bottom: 1.4em;
}
.com-panel-04 .tag {
  display: block;
  align-content: center;
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1;
  font-family: "Hiragino UD Sans Std", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, "Noto Sans CJK JP", sans-serif;
  font-weight: 300;
  text-align: center;
  background-color: #fff;
  border: 1px solid #B2ABAB;
  border-radius: 4px;
  padding: 0.5em;
}

.com-panel-05 .section {
  border: 1px solid #AE6469;
  padding: 1.4em 2.1em;
  border-radius: 4px;
  max-width: calc(100% - 25px);
  margin-inline: auto 0;
  box-sizing: border-box;
  position: relative;
}
.com-panel-05 .section::after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  aspect-ratio: 1/1;
  background-color: #AE6469;
  border-radius: 50%;
  top: 2.1em;
  right: calc(25px + 100%);
  transform: translate(100%, 0);
}
.com-panel-05 .section:has(+ .section)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% + 30px + 18px);
  top: 2.1em;
  background-color: #AE6469;
  right: calc(25px + 100% - 9px);
  transform: translate(-50%, 0);
}
.com-panel-05 .section.counter-item .tit::before {
  display: inline-block;
  content: "0" counter(counter-item);
  font-size: 42px;
  font-size: 3rem;
  line-height: 1;
  font-family: Diot, "Didot", Bodoni, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-style: italic;
  margin-right: 15px;
}
.com-panel-05 .section.counter-item:nth-child(n+10) {
  content: counter(counter-item);
}
.com-panel-05 .section + .section {
  margin-top: 30px;
}
.com-panel-05 .tit {
  color: #AE6469;
  font-size: 20px;
  font-size: 1.4285714286rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.com-panel-05 .wrapper {
  padding-left: 20px;
}
.com-panel-05 hr {
  margin-block: 25px;
  border-top-color: #AE6469;
}

.com-panel-06 {
  color: #AE6469;
}
.com-panel-06 a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
}
.com-panel-06 .mail {
  font-size: 12px;
  font-size: 0.8571428571rem;
  letter-spacing: 0.05em;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", serif;
}

.com-tab-01 .tab-head {
  display: flex;
  font-size: 16px;
  font-size: 1.1428571429rem;
  letter-spacing: 0.05em;
  font-weight: 300;
}
.com-tab-01 .tab-head > * {
  flex: 1;
}
.com-tab-01 .tab-head .btn {
  display: block;
  height: 100%;
  text-align: center;
  align-content: center;
  border: 3px solid #C9A5A6;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.com-tab-01 .tab-head .btn.contact {
  color: #fff;
  background-color: #C9A5A6;
}
.com-tab-01 .tab-body {
  border: 3px solid #C9A5A6;
  border-top: none;
}
.com-tab-01 .tab-item {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.1428571429rem;
  padding: 4em 1.5em 2.5em;
}
.com-tab-01 .tab-item.contact {
  background-color: #C9A5A6;
}

.com-sec-01 {
  padding-block: 70px;
}

/* Gap between sections or blocks
/* セクションやブロック間の隙間
--------------------------------- */
.com-mt-s {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .com-mt-s {
    margin-top: 30px;
  }
}

.com-mt-m {
  margin-top: 40px;
}
@media (min-width: 640px) {
  .com-mt-m {
    margin-top: 60px;
  }
}

.com-mt-l {
  margin-top: 90px;
}
@media (min-width: 640px) {
  .com-mt-l {
    margin-top: 120px;
  }
}

.com-mt-1em {
  margin-top: 1em;
}

.com-mt-2em {
  margin-top: 2em;
}

.com-mt-3em {
  margin-top: 3em;
}

.com-mt-halfem {
  margin-top: 0.5em;
}

/* list style リストスタイル
--------------------------------- */
.com-list-01 li {
  margin-left: 1.2em;
}
.com-list-01 li::before {
  content: "・";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.com-list-01 li + li {
  margin-top: 0.2em;
}
.com-list-01.notice li::before {
  content: "※";
}
.com-list-01.circle li::before {
  content: "●";
}
.com-list-01.square li::before {
  content: "■";
}

.com-list-02 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-02 li {
  margin-left: 1.8em;
}
.com-list-02 li + li {
  margin-top: 0.2em;
}
.com-list-02 li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  width: 1.5em;
  padding-right: 0.3em;
  margin-left: -1.8em;
  text-align: right;
}

.com-list-03 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-03 li {
  margin-left: 2.3em;
}
.com-list-03 li + li {
  margin-top: 0.4em;
}
.com-list-03 li::before {
  counter-increment: item;
  content: "※" counter(item);
  display: inline-block;
  width: 2.3em;
  margin-left: -2.3em;
}

.com-dl-01 {
  max-width: 195px;
  margin-inline: auto;
}
.com-dl-01 .row {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
.com-dl-01 .row + .row {
  margin-top: 15px;
}
.com-dl-01 .tag {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "MS PMincho", "Noto Serif JP", "Yu Mincho", serif;
  color: #fff;
  background-color: #AE6469;
  border-radius: 4px;
  padding: 0.3em;
}
.com-dl-01 .tag:first-letter() {
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.com-dl-01 .price {
  font-size: 24px;
  font-size: 1.7142857143rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-family: Diot, "Didot", Bodoni, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-style: italic;
  color: #AE6469;
}
.com-dl-01 .price .unit {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "MS PMincho", "Noto Serif JP", "Yu Mincho", serif;
  font-style: normal;
}
.com-dl-01 dt {
  width: 45px;
  font-family: Alta, "Alta", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 1;
  color: #AE6469;
}
.com-dl-01 dd {
  flex: 1;
}

/* text テキスト
--------------------------------- */
.com-text-01 {
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.875;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.com-text-02 {
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}

.com-text-03 {
  font-size: 14px;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.com-text-04 {
  font-size: 13px;
  font-size: 0.9285714286rem;
  line-height: 1.5384615385;
  font-weight: 300;
  letter-spacing: 0.05em;
}

/* font-size フォントサイズ
--------------------------------- */
.com-fz-10 {
  font-size: 10px;
  font-size: 0.7142857143rem;
}

.com-fz-11 {
  font-size: 11px;
  font-size: 0.7857142857rem;
}

.com-fz-12 {
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.com-fz-13 {
  font-size: 13px;
  font-size: 0.9285714286rem;
}

.com-fz-14 {
  font-size: 14px;
  font-size: 1rem;
}

.com-fz-15 {
  font-size: 15px;
  font-size: 1.0714285714rem;
}

.com-fz-16 {
  font-size: 16px;
  font-size: 1.1428571429rem;
}

.com-fz-17 {
  font-size: 17px;
  font-size: 1.2142857143rem;
}

.com-fz-18 {
  font-size: 18px;
  font-size: 1.2857142857rem;
}

.com-fz-19 {
  font-size: 19px;
  font-size: 1.3571428571rem;
}

.com-fz-20 {
  font-size: 20px;
  font-size: 1.4285714286rem;
}

.com-fz-21 {
  font-size: 21px;
  font-size: 1.5rem;
}

.com-fz-22 {
  font-size: 22px;
  font-size: 1.5714285714rem;
}

.com-fz-23 {
  font-size: 23px;
  font-size: 1.6428571429rem;
}

.com-fz-24 {
  font-size: 24px;
  font-size: 1.7142857143rem;
}

.com-fz-25 {
  font-size: 25px;
  font-size: 1.7857142857rem;
}

.com-fz-26 {
  font-size: 26px;
  font-size: 1.8571428571rem;
}

.com-fz-27 {
  font-size: 27px;
  font-size: 1.9285714286rem;
}

.com-fz-28 {
  font-size: 28px;
  font-size: 2rem;
}

.com-fz-29 {
  font-size: 29px;
  font-size: 2.0714285714rem;
}

.com-fz-30 {
  font-size: 30px;
  font-size: 2.1428571429rem;
}

/* アクセント色
--------------------------------- */
/* リンク
--------------------------------- */
.com-btn-01 {
  display: block;
  max-width: 100%;
  box-sizing: border-box;
  font-family: "Kumlien Pro", serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 13px;
  font-size: 0.9285714286rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #AE6469;
  border-radius: 4px;
  letter-spacing: 0.04em;
  padding: 0.5em;
  border: 2px solid #AE6469;
}
.com-btn-01 .sub {
  display: block;
  font-size: 11px;
  font-size: 0.7857142857rem;
}
.com-btn-01:hover {
  background-color: #fff;
  color: #AE6469;
}

.com-btn-02 {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  text-align: center;
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 1.5;
  font-weight: 300;
  font-family: "Hiragino UD Sans Std", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, "Noto Sans CJK JP", sans-serif;
  color: #fff;
  background-color: #AE6469;
  border-radius: 100px;
  padding: 0.5em 0.5em;
  margin-inline: auto;
}
.com-btn-02:hover {
  color: #fff;
  opacity: 0.6;
}

.com-btn-anchor-01 {
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.2857142857rem;
  line-height: 1.5555555556;
  font-family: "Kumlien Pro", serif;
  letter-spacing: 0.1em;
  background-color: #AE6469;
  color: #fff;
  border-radius: 4px;
  padding: 0.5em;
}
.com-btn-anchor-01::after {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 1/1;
  background: url(../img/arrow_01.svg) no-repeat center/contain;
  margin-inline: auto;
}
.com-btn-anchor-01:hover {
  color: #fff;
  opacity: 0.6;
}

.com-link-01 {
  text-decoration: underline;
  color: #AE6469;
}
.com-link-01:hover {
  color: #AE6469;
}

.com-grid-margin-5 > .uk-grid-margin {
  margin-top: 5px;
}

.com-grid-margin-10 > .uk-grid-margin {
  margin-top: 10px;
}

.com-grid-5 {
  margin-left: -5px;
}
.com-grid-5 > * {
  padding-left: 5px;
}

.com-grid-10 {
  margin-left: -10px;
}
.com-grid-10 > * {
  padding-left: 10px;
}

.com-img-01 {
  width: 100%;
  aspect-ratio: 1/1.2;
  -o-object-fit: cover;
  object-fit: cover;
}

.com-counter-reset-01 {
  counter-reset: counter-item;
}
.com-counter-reset-01 .counter-item {
  counter-increment: counter-item;
}

.com-font-didot {
  font-family: Diot, "Didot", Bodoni, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif !important;
}

.com-font-hiragino-ud {
  font-family: "Hiragino UD Sans Std", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, "Noto Sans CJK JP", sans-serif !important;
}

.com-font-hiragino-sans {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", "MS PGothic", sans-serif !important;
}

/* dl table
--------------------------------- */
.com-form-01 .form-panel .head {
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  min-width: 216px;
  margin-inline: auto;
  font-size: 16px;
  font-size: 1.1428571429rem;
  border: 2px solid #ECDBD8;
  padding: 0.5em;
  position: relative;
  background-color: #fff;
}
.com-form-01 .form-panel .body {
  background-color: #FDF9F7;
  border-radius: 4px;
  padding: 3.75em 1em;
  margin-top: -1.6em;
}
.com-form-01 .form-panel-02 {
  padding: 3.75em 1em;
  border-radius: 4px;
  background-color: #FDF9F7;
}
.com-form-01 .form-row-01 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", "MS PGothic", sans-serif;
  color: #707070;
}
.com-form-01 .form-row-01 dt {
  align-content: center;
}
.com-form-01 .form-row-01 .label {
  display: block;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: 300;
}
.com-form-01 .form-row-01 .label.required::after {
  content: "*";
  display: inline-block;
  margin-left: 0.5em;
  color: #FF0011;
}
.com-form-01 .form-btn {
  background-color: #ECDBD8;
  border-radius: 4px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 1rem;
  align-content: center;
  color: #707070;
  text-align: center;
  padding: 0.3em;
  cursor: pointer;
}
.com-form-01 .form-btn:hover {
  opacity: 0.6;
}
.com-form-01 .form-submit {
  width: 114px;
  box-sizing: border-box;
  border-radius: 4px;
  color: #fff;
  background-color: #AE6469;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-family: "Noto Serif JP", serif;
  margin-inline: auto;
  display: block;
  padding: 0.5em;
  cursor: pointer;
  margin-top: 60px;
}
.com-form-01 .form-submit.white {
  background-color: #fff;
  color: #AE6469;
}
.com-form-01 hr {
  border-top-color: #ECDBD8;
  margin-block: 1.5em;
}

input[type=radio] {
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
  border: 0;
  background: #fff;
  background-position: 50% 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  outline: none;
  margin: 0 5px 0 0;
}
input[type=radio]:checked {
  border: 4px solid #AE6469;
}
input[type=radio]:checked:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #AE6469;
  border-radius: 50%;
}
input[type=radio] label {
  display: inline-block;
}

input[type=checkbox] {
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  border: 0;
  background: #fff;
  vertical-align: middle;
  -webkit-appearance: none;
  display: inline-block;
  outline: none;
}
input[type=checkbox]:checked {
  position: relative;
}
input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  border: 5px solid #AE6469;
  box-sizing: border-box;
  border-top: none;
  border-left: 0;
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  left: 8px;
}
input[type=checkbox] label {
  display: inline-block;
}

.wpcf7-not-valid-tip {
  margin-top: 1em;
}

#keyvisual {
  position: relative;
  z-index: 2;
  height: 100svh;
  min-height: 600px;
  max-height: 900px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}
#keyvisual .kv-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#intro, #access {
  background: url("../img/intro_bg.jpg") no-repeat center/cover;
  background-attachment: fixed;
}

#strengths {
  background: url("../img/strengths_bg.jpg") repeat-y center/100%;
}
/*# sourceMappingURL=layout.css.map */
