@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kite+One&family=Shippori+Mincho:wght@500;600;700&family=Roboto:wght@700&display=swap');

/*------------------------------------------------------

	リセット

------------------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
  font-weight: 500;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
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%;
	vertical-align: baseline;
	background: transparent;
}
table { border-collapse: collapse; border-spacing: 0;}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-bottom: 1px dotted #464646;
	margin: 0;
	padding: 0;
}
input, select { vertical-align: middle;}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	image-rendering: auto;
}
*, *:before, *:after { box-sizing: border-box;}


/*------------------------------------------------------

	グローバル

------------------------------------------------------*/

body {
	font-family: "Shippori Mincho", serif;
	color: #2f2f3a;
	font-size: 1em;
  letter-spacing: 0.05em;
	line-height: 1.8;
	position: relative;
}

.fo_kite, .fo_kite * { font-family: "Kite One", sans-serif; font-weight: 400;}
.fo_roboto { font-family: "Roboto", sans-serif; font-weight: 700;}

.plat { font-family: YakuHanMP, "Shippori Mincho", serif; font-feature-settings: "palt" 1;}

.medium { font-weight: 500;}
.semi { font-weight: 600;}
.bold { font-weight: 700;}

p:not(:last-child) { margin-bottom: 30px;}

a { color: #2f2f3a; text-decoration: none;}
a:hover { color: #999999;}

/* 文字装飾 */
.fo06 { font-size: 0.6em !important;}
.fo07 { font-size: 0.7em !important;}
.fo075 { font-size: 0.75em !important;}
.fo08 { font-size: 0.8em !important;}
.fo085 { font-size: 0.85em !important;}
.fo09 { font-size: 0.9em !important;}
.fo095 { font-size: 0.95em !important;}
.fo105 { font-size: 1.05em !important;}
.fo11 { font-size: 1.1em !important;}
.fo115 { font-size: 1.15em !important;}
.fo12 { font-size: 1.2em !important;}
.fo125 { font-size: 1.25em !important;}
.fo13 { font-size: 1.3em !important;}
.fo14 { font-size: 1.4em !important;}
.fo15 { font-size: 1.5em !important;}
.fo16 { font-size: 1.6em !important;}
.fo17 { font-size: 1.7em !important;}
.fo18 { font-size: 1.8em !important;}
.fo19 { font-size: 1.9em !important;}
.fo20 { font-size: 2em !important;}

.lh12 { line-height: 1.2 !important;}
.lh14 { line-height: 1.4 !important;}
.lh15 { line-height: 1.5 !important;}
.lh16 { line-height: 1.6 !important;}
.lh18 { line-height: 1.8 !important;}
.lh20 { line-height: 2 !important;}
.lh23 { line-height: 2.3 !important;}

.fo_white { color: #FFFFFF !important;}
.fo_blue { color: #094f6a !important;}
.fo_brown { color: #5f633a !important;}

.ls00 { letter-spacing: 0;}
.ls01 { letter-spacing: 0.1em;}
.ls02 { letter-spacing: 0.2em;}

/* ボックス */
.cont1000 { max-width: calc(1000px + 10%); padding: 0px 5%; margin: 0px auto;}
.cont1200 { max-width: calc(1200px + 10%); padding: 0px 5%; margin: 0px auto;}

.left { float: left;}
.right { float: right;}

.pos_rel { position: relative;}
.pos_ab { position: absolute;}

.z50 { z-index: 50;}
.z-1 { z-index: -1;}

.ta_center { text-align: center !important;}
.ta_right { text-align: right !important;}
.ta_left { text-align: left !important;}
.ta_right-s_center { text-align: right !important;}
.ta_left-s_center { text-align: left !important;}
.ta_center-s_left { text-align: center !important;}

.back_white { background-color: #fff !important;}

.back_image { background: url("../images/common/bg03.jpg") center center #fff9f1; background-blend-mode: multiply; background-size: 755px auto;}

@media print,  (min-width: 782px) {
	.hidden_l { display: none !important;}
}

/* リスト */
ol { padding-left: 2em;}
ol li { list-style: outside decimal;}

.list_disc { padding-left: 1em;}
.list_disc li { list-style: outside disc;}

.list_indent { padding-left: 1em;}
.list_indent li { text-indent: -1em;}

/* margin */
.mb00 { margin-bottom: 0px !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb80 { margin-bottom: 80px !important;}
.mb100 { margin-bottom: 100px !important;}

.mb40-20 { margin-bottom: 40px !important;}
.mb50-30 { margin-bottom: 50px !important;}
.mb60-30 { margin-bottom: 60px !important;}
.mb80-40 { margin-bottom: 80px !important;}
.mb100-60 { margin-bottom: 100px !important;}
.mb120-60 { margin-bottom: 120px !important;}
.mb120-80 { margin-bottom: 120px !important;}
.mb160-80 { margin-bottom: 160px !important;}

.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}

/* clearFix */
.clearFix { zoom: 100%;}
.clearFix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}


/* ------------------------
	ヘッダー
------------------------ */

.page_wrap { max-width: 2000px; margin: auto;}
.page_wrap:before, .page_wrap:after { content: ""; position: absolute; top: 0; height: 100%; width: 105%; z-index: 9998;}
.page_wrap:before { right: 95%; background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 4%);}
.page_wrap:after { left: 95%; background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 4%);}

@media only screen and (max-width: 2000px) {
  .page_wrap:before, .page_wrap:after { display: none;}
}

.header { position: absolute; background: url("../images/common/header_bg01.png") no-repeat center top; background-image: image-set(url("../images/common/header_bg01.webp") 1x, url("../images/common/header_bg01@2x.webp") 2x); background-size: auto 100% !important; width: 100%; height: 186px; top: -2px; left: 0; z-index: 9999;}
.header .cont1200 { display: flex; justify-content: space-between; padding-top: 20px;}
.header h1 { width: 30%;}

.gn { display: flex; gap: 2.5em;}
.gn a { font-weight: 700; color: #292b27; position: relative; display: block;}
.gn a:after { content: ""; position: absolute; background: url("../images/common/gn_line.svg") no-repeat center center; background-size: 100% 100%; width: 100%; height: 2px; left: 0; bottom: 0; transition: 0.2s; opacity: 0;}
.gn a:hover:after, .gn li.current a:after { opacity: 1;}

.clone-nav {
	position: fixed;
	transition: .3s;
	transform: translateY(-100%);
  background: #fff;
  height: auto;
}
.is-show { transform: translateY(0);}
.clone-nav .cont1200 { padding: 10px 15px; align-items: center;}

@media only screen and (max-width: 1200px) {
  .header .cont1200 { padding-left: 15px; padding-right: 15px;}
  .gn { gap: 3vw;}
}

@media only screen and (max-width: 1024px) {
  .header {
    background-image: image-set(
      url("../images/common/header_bg01_tb.webp") 1x,
      url("../images/common/header_bg01_tb@2x.webp") 2x,
      url("../images/common/header_bg01_tb.png") 1x
    );
    height: 100px; top: -2px;}
  .header .cont1200 { padding-top: 15px;}
  .header h1 { width: 260px;}

  .clone-nav { display: none;}
  .gn { display: none;}
  .sp-navi.hidden_l { display: block !important;}
  
  /* ハンバーガーメニュー */
  .humberger {
    background: #d9e8e6;
    cursor: pointer;
    display: block;
    position: fixed;
    top: 1em;
    right: 1em;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 10001;
  }
  .humberger span {
    background: #2f2f3a;
    position: absolute;
    border-radius: 15px;
    left: 10px;
    width: 30px;
    height: 2px;
    transition: 0.4s;
  }
  .humberger span:nth-of-type(1) { top: 15px;}
  .humberger span:nth-of-type(2) { top: 22px;}
  .humberger:after {
    color: #2f2f3a;
    content: 'Menu';
    font-family: "Kite One", sans-serif;
    font-weight: 400;
    display: block;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    transition: 0.4s;
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
  }
  .is-open .humberger:after { display: none;}
  .is-open .humberger span:nth-of-type(1) {transform: translateY(9px) rotate(-45deg);}
  .is-open .humberger span:nth-of-type(2) { transform: translateY(2px) rotate(45deg);}

  /* ナビ本体 */
  .sp-navi { -webkit-text-size-adjust: 100%;}
  .sp-navi.is-open .sp-navi-inner { opacity: 1; visibility: visible; z-index: 10000;}
  .sp-navi .sp-navi-inner {
    background: url("../images/common/sp_nav_bg.png") no-repeat center bottom #fff;
    background-image: image-set(url("../images/common/sp_nav_bg.webp") 1x, url("../images/common/sp_nav_bg@2x.webp") 2x);
    background-size: 150% auto;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0px;
    height: 100%;
    width: 100%;
    transition: .5s;
    padding: 7%;
    font-size: min(6vw,1.5em);
  }

  .sp-navi .logo { margin: 0 37% 2.5em 0;}
  .sp-navi .list01 { display: flex; flex-flow: column; gap: 1.3em;}
  .sp-navi .list01 a { font-weight: 700;}
}


/* ------------------------
	フッター
------------------------ */

.cta { background: url("../images/common/cta_bg.jpg") no-repeat center center; background-image: image-set(url("../images/common/cta_bg.webp") 1x, url("../images/common/cta_bg@2x.webp") 2x); background-size: cover; padding: 200px 0px 130px;}
.cta h2 { font-size: 3.8em; line-height: 1;}
.cta .more_btn a { color: #fff; font-size: 1.6em;}
.cta .more_btn a:before { background-color: #fff; width: 3.5em; height: 3.5em;}
.cta .more_btn a:hover:before { background-color: #fcc8cc;}

.footer .bg01 { background: url("../images/common/footer_bg01.png") no-repeat center top; background-image: image-set(url("../images/common/footer_bg01.webp") 1x, url("../images/common/footer_bg01@2x.webp") 2x); background-size: auto 100%; height: 838px; margin-top: -140px; padding-top: 220px;}
.footer .bg01 .box01 { display: flex; justify-content: space-between; align-items: flex-start;}
.footer .bg01 hr { border: none; background-image: repeating-linear-gradient(90deg, #2f2f3a, #2f2f3a 5px, transparent 5px, transparent 10px); background-position: left top; background-repeat: repeat-x; background-size: 100% 1px;}

a.tel { background: url("../images/common/ico_tel.svg") no-repeat left 0.4em; background-size: 1.1em auto; padding-left: 1.7em;}
a.mail { background: url("../images/common/ico_mail.svg") no-repeat left 0.4em; background-size: 1.1em auto; padding-left: 1.7em;}

.footer_nav { display: flex; flex-wrap: wrap; gap: 1.5em 4em; width: 17em;}
.footer_nav li { width: 6.5em; font-weight: 700;}

.footer .bg01 .box02 { max-width: 810px; margin: auto;}
.footer .bg01 .box02 .list01 { display: flex; justify-content: space-between; gap: 5%;}
.list_sns { display: flex; gap: 1em; align-items: center;}
.footer .bg01 .list02, .footer .bg01 .list02 ul { display: flex; justify-content: center;}
.footer .bg01 .list02 a { font-weight: 700;}
.footer .bg01 .list02 li:after { content: " | "; letter-spacing: 0.5em;}
.footer .bg01 .list02 ul:nth-child(2) li:last-child:after { display: none;}

.copy { background: #8fb9c1; padding: 1.5em;}

.pagetop { position: fixed; right: 6%; bottom: 0px; padding-bottom: 60px; z-index: 9999;}
.pagetop a { display: block; transition: 0.3s;}
.pagetop a:hover { transform: translateY(-0.5em);}

@media only screen and (max-width: 1024px) {
  .cta { padding: 15% 0px;}
  .cta h2 { font-size: 3.3em;}

  .footer .bg01 {
    background-image: url("../images/common/footer_bg01_tb.png");
    background-image: image-set(
      url("../images/common/footer_bg01_tb.webp") 1x,
      url("../images/common/footer_bg01_tb@2x.webp") 2x,
      url("../images/common/footer_bg01_tb.png") 1x
    );
    background-size: 100% auto; height: auto; margin-top: -10%; padding: 15% 0 50px;
  }
  .footer .bg01 .box01 { flex-wrap: wrap; justify-content: center; gap: 8%;}
  .footer_nav { width: 100%; justify-content: center; margin-top: 50px; gap: 1.5em 0; padding: 0 12%;}
  .footer_nav li { width: 33.3333%; display: flex; justify-content: center;}
  .footer_nav a { min-width: 6.5em;}
}


/*------------------------------------------------------

	トップページ

------------------------------------------------------*/

.viewer { position: relative; width: 120%; margin-left: -10%;}
.viewer ul { width: 100%; overflow: hidden; position: relative;}
.viewer ul li { top: 0; left: 0; width: 100%; position: absolute;}
.viewer ul li img { width: 100%;}

.slide_wrap:after { content: ""; position: absolute; inset: 0; background: url("../images/top/slide_bg.png") no-repeat center 60%; background-image: image-set(url("../images/top/slide_bg.webp") 1x, url("../images/top/slide_bg@2x.webp") 2x); background-size: auto 75%; z-index: 999;}
.slide_wrap .text01 { width: 100%; right: 0; top: 50%; transform: translateY(-50%); z-index: 1000;}
.slide_wrap .text01 .cont1200 { display: flex; justify-content: flex-end;}
.slide_wrap .text01 p { writing-mode: vertical-rl; font-size: min(2.3vw,2.6em); letter-spacing: 0.2em; text-shadow: 0 0 0.05em rgba(147,126,103,0.65);}

@media only screen and (max-width: 1600px) {
  .slide_wrap .text01 { width: auto; right: 15%;}
}

@media only screen and (max-width: 1260px) and (min-width: 1025px) {
  .slide_wrap .text01 { transform: translateY(-40%);}
}

/* 湯気 */
.steamField{ position: absolute; inset: 0; z-index: 999999; pointer-events:none; }
.steamPuff{
  position:absolute;
  left: var(--x, 50%);
  bottom: -10%;
  width: clamp(220px, 32vw, 420px);
  height: clamp(160px, 24vw, 300px);
  transform: translateX(-50%) scale(var(--s, 1));
  filter: blur(var(--blur, 10px));
  opacity: 1;
  will-change: transform, opacity;
}
.steamPuff::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(255,255,255,.95);
  border-radius: 60% 50%;
  clip-path: polygon(
    33% 40%, 52% 12%, 84% 29%, 62% 65%, 54% 89%, 73% 92%,
    73% 74%, 53% 63%, 77% 57%, 95% 31%, 71% 3%, 34% 47%,
    50% 37%, 69% 39%, 69% 29%, 76% 35%, 61% 6%, 64% 47%,
    91% 9%, 51% 5%, 84% 61%, 91% 49%, 35% 19%, 40% 10%,
    57% 41%, 57% 54%, 92% 19%
  );
  animation: steamUp var(--dur, 6.2s) linear forwards;
}

@supports (-webkit-mask-image: linear-gradient(#000, transparent)) or (mask-image: linear-gradient(#000, transparent)){
  .steamPuff::before{
    -webkit-mask-image: linear-gradient(to top, #000 55%, transparent 100%);
            mask-image: linear-gradient(to top, #000 55%, transparent 100%);
  }
}
@keyframes steamUp{
  0%{ opacity: 0; transform: translate3d(0, 8%, 0) scale(.90); }
  12%{ opacity: .55; }
  45%{ opacity: .45; transform: translate3d(calc(var(--dx, 14px) * -0.6), -35%, 0) scale(1.03); }
  75%{ opacity: .22; transform: translate3d(var(--dx, 14px), -75%, 0) scale(1.12); }
  100%{ opacity: 0; transform: translate3d(calc(var(--dx, 14px) * -0.3), -125%, 0) scale(1.18); }
}

.top_sec01 { background: url("../images/top/top_sec01_bg01.png") no-repeat center top; background-image: image-set(url("../images/top/top_sec01_bg01.webp") 1x, url("../images/top/top_sec01_bg01@2x.webp") 2x); background-size: 2002px auto; margin-top: -131px; z-index: 500; padding-top: 270px; height: 1301px;}
.top_sec01 h2 { writing-mode: vertical-rl; font-size: 2.6em; display: inline-block;}

.top_en_ttl { position: relative; padding-left: 2em;}
.top_en_ttl:before { content: ""; position: absolute; width: 1.5em; left: 0; height: 1px; background: #2f2f3a; top: 50%;}

.top_sec01 .box01 { display: flex; justify-content: space-between; gap: 10%; margin-top: 10px;}
.top_sec01 .box01 .box_inner { width: 42.5%; margin-top: 40px;}
.top_sec01 .box01 > figure { flex: 1;}

@media only screen and (max-width: 1024px) {
  .top_sec01 {
    background-image: image-set(
      url("../images/top/top_sec01_bg01_tb.webp") 1x,
      url("../images/top/top_sec01_bg01_tb@2x.webp") 2x,
      url("../images/top/top_sec01_bg01_tb.png") 1x
    );
    background-size: 1067px auto; margin-top: -100px; padding-top: 140px; height: auto;}
  .top_sec01 .box01 { gap: 10%; margin-top: -50px;}
  .top_sec01 .text01 { font-size: 1.1em !important;}
}

.top_sec02 { background: url("../images/common/bg01.png") repeat-y center top; background-image: image-set(url("../images/common/bg01.webp") 1x, url("../images/common/bg01@2x.webp") 2x); background-size: 2000px auto; height: 1170px; padding-top: 550px; margin-top: -50px;}
.top_sec02:after { content: ""; position: absolute; width: 100%; height: 60px; left: 0; top: 0; background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); z-index: 10;}
.top_sec02 .box01 { width: 440px; margin: auto;}

.top_sec02 .list01 li:nth-child(1) { color: #ca9c27; width: 25%; left: 0; top: -250px;}
.top_sec02 .list01 li:nth-child(2) { color: #b47c00; width: 19%; left: 30%; top: -335px;}
.top_sec02 .list01 li:nth-child(3) { color: #978fc8; width: 19%; left: 0; bottom: -80px;}
.top_sec02 .list01 li:nth-child(4) { color: #64a299; width: 23%; right: 23%; top: -380px;}
.top_sec02 .list01 li:nth-child(5) { color: #7da767; width: 20%; right: 0; top: -105px;}
.top_sec02 .list01 li:nth-child(6) { color: #f8747e; width: 20%; right: 5%; bottom: -120px;}
.top_sec02 .list01 .text01 { margin-left: 2em; display: flex; flex-wrap: wrap; gap: 0 0.5em;}

.top_sec02 .bg01 { top: -330px; left: -170px;}
.top_sec02 .bg02 { bottom: -80px; right: -250px;}
.top_sec02 .bg03 { top: -180px; left: -1%;}

@media only screen and (max-width: 1400px) {
  .top_sec02 { height: 1050px; padding-top: 450px;}
  .top_sec02 .list01 li:nth-child(1) { left: 3%;}
  .top_sec02 .list01 li:nth-child(3) { left: 3%;}
  .top_sec02 .list01 li:nth-child(5) { right: 3%;}
}

@media only screen and (max-width: 1024px) {
  .top_sec02 { height: auto; padding: 45% 0 45%; margin-top: 0;}
  .top_sec02 .box01 { width: 400px; font-size: 0.9em;}

  .top_sec02 .list01 { font-size: min(1.3vw,1em) !important;}
  .top_sec02 .list01 li:nth-child(1) { left: 2%; top: -80%;}
  .top_sec02 .list01 li:nth-child(2) { left: 43%; top: -86%;}
  .top_sec02 .list01 li:nth-child(3) { left: 3%; bottom: -55%;}
  .top_sec02 .list01 li:nth-child(4) { right: 2%; top: -35%;}
  .top_sec02 .list01 li:nth-child(5) { right: 5%; top: auto; bottom: -70%;}
  .top_sec02 .list01 li:nth-child(6) { right: 42%; bottom: -85%;}

  .top_sec02 .bg01, .top_sec02 .bg02 { display: none;}
  .top_sec02 .bg03 { top: -44%; right: 3%; left: auto;}
}

.top_sec03 { background: #fff9f1; padding: 25px 0 40px;}
.top_sec03:before, .top_sec03:after { content: ""; position: absolute; width: 100%; left: 0; z-index: 50;}
.top_sec03:before { height: 57px; top: -56px; background: url("../images/top/top_sec03_bg01.svg") no-repeat center top; background-size: auto 100%;}
.top_sec03:after { height: 42px; bottom: -41px; background: url("../images/top/top_sec03_bg02.svg") no-repeat center bottom; background-size: auto 100%;}
.top_sec03 .cont1000 { display: flex; gap: 3%; z-index: 100; max-width: calc(1070px + 10%);}
.top_sec03 .cont1000:before, .top_sec03 .cont1000:after { content: ""; position: absolute; z-index: -1; top: -25px;}
.top_sec03 .cont1000:before { background: url("../images/top/top_sec03_bg03.png") no-repeat center center; background-image: image-set(url("../images/top/top_sec03_bg03.webp") 1x, url("../images/top/top_sec03_bg03@2x.webp") 2x); background-size: 100% auto; width: 99px; height: 67px; left: 5px;}
.top_sec03 .cont1000:after { background: url("../images/top/top_sec03_bg04.png") no-repeat center center; background-image: image-set(url("../images/top/top_sec03_bg04.webp") 1x, url("../images/top/top_sec03_bg04@2x.webp") 2x); background-size: 100% auto; width: 64px; height: 64px; right: 5px;}
.top_sec03 section { border-radius: 20px; padding: 3% 2.5%;}
.top_sec03 h2 { background: url("../images/top/top_sec03_line01.svg") no-repeat center bottom; background-size: 100% 2px; padding: 0 0 0.3em 0.5em;}
.top_sec03 section:nth-of-type(1) { width: 58%;}
.top_sec03 section:nth-of-type(2) { flex: 1;}
.top_sec03 section:nth-of-type(2) h2 { background-image: url("../images/top/top_sec03_line02.svg");}
.top_sec03 ol { display: flex; flex-flow: column; gap: 0.7em; letter-spacing: 0;}

.top_sec04 h2 { background: url("../images/top/top_sec04_ttl_bg.svg") no-repeat 50.5% top; background-size: 7.3em auto; padding-top: 0.5em;}
.top_sec04 .box01 { max-width: 650px; margin: auto;}
.top_sec04 table { width: 100%; border-top: solid 1px #999999;}
.top_sec04 tr { border-bottom: solid 1px #999999;}
.top_sec04 th, .top_sec04 td { vertical-align: middle;}
.top_sec04 th { border-bottom: solid 1px #094f6a; color: #094f6a; padding: 0.7em 0; width: 10em;}
.top_sec04 tr:first-child th { border-top: solid 1px #094f6a;}
.top_sec04 td { font-size: 0.9em; padding: 1em 1em 1em 2em;}
.top_sec04 .img01 { top: 130px; left: -60px;}
.top_sec04 .bg01 { top: 40px; left: -210px;}
.top_sec04 .bg02 { top: 60%; right: -30px;}

@media only screen and (max-width: 1100px) {
  .top_sec04 .img01 { top: 10px; left: -10%; width: 25%;}
  .top_sec04 .bg01 { width: 50%; top: 30px; left: auto; right: -25%;}
}

.top_sec05 h2 { background: url("../images/top/top_sec05_ttl_bg.svg") no-repeat 50.5% top; background-size: 4.5em auto; padding-top: 0.5em;}
.top_sec05 .box01 { max-width: 650px; margin: auto; display: flex; flex-flow: column; gap: 1.5em; border-left: solid 1px #999999; transform: translateX(10px); padding-right: 10px;}
.top_sec05 .box01:after { content: ""; position: absolute; width: 1px; height: 1.5em; left: -0.5px; bottom: -2em; background-image: radial-gradient(circle, #999999 1px, transparent 1px); background-position: left top; background-repeat: repeat-y; background-size: 2px 5px;}
.top_sec05 .box01 dl { display: flex; gap: 1.5em; margin-left: 4.5em;}
.top_sec05 .box01 dt { width: 5em;}
.top_sec05 .box01 dt:before { content: ""; position: absolute; background: url("../images/common/ico_flower.svg") no-repeat center center; background-size: 100% auto; width: 1.6em; height: 1.6em; left: -5.3em; top: -0.05em;}
.top_sec05 .box01 dt:after { content: ""; position: absolute; width: 2.2em; height: 2px; background-image: radial-gradient(circle, #f7826c 1px, transparent 1px); background-position: left top; background-repeat: repeat-x; background-size: 8px 2px; left: -3em; top: 0.8em;}
.top_sec05 .box01 dd { flex: 1;}

.top_sec05 .img01 { top: 22%; right: 0;}
.top_sec05 .bg01 { top: 25%; left: -210px;}
.top_sec05 .bg02 { top: 33%; right: -15%;}

@media only screen and (max-width: 1024px) {
  .top_sec05 .img01 { top: -60px; right: -8%; width: 33%;}
}

a.link { display: inline-block; background: url("../images/common/ico_link.svg") no-repeat left 0.6em; background-size: 0.8em auto; padding-left: 1.1em; margin-left: 0.2em; position: relative;}
a.link:after { content: ""; position: absolute; left: 1.1em; right: 0; bottom: 0.1em; height: 1px; background: #faa778;}

.top_sec06 h2 { background: url("../images/top/top_sec06_ttl_bg.svg") no-repeat calc(50% - 3em) top; background-size: 1.65em auto; padding-top: 1.3em;}
.top_sec06 .bg { background: url("../images/top/top_sec06_bg.png") no-repeat center center; background-image: image-set(url("../images/top/top_sec06_bg.webp") 1x, url("../images/top/top_sec06_bg@2x.webp") 2x); background-size: auto 100%; height: 682px; display: flex; align-items: center;}
.top_sec06 .cont1200 { width: 100%;}
.top_sec06 .box01 { width: 340px; background: rgba(255,255,255,0.9); border-radius: 20px; padding: 4% 2.5% 2.5%;}

@media only screen and (max-width: 1400px) and (min-width: 1025px) {
  .top_sec06 .bg {
    background-image: image-set(
      url("../images/top/top_sec06_bg_tb.webp") 1x,
      url("../images/top/top_sec06_bg_tb@2x.webp") 2x,
      url("../images/top/top_sec06_bg_tb.png") 1x
    );
    height: 556px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 782px) {
  .top_sec06 .bg { height: auto; padding: 10% 0;}
}

.top_sec07 { background: url("../images/top/top_sec07_bg01.png") no-repeat center bottom; background-image: image-set(url("../images/top/top_sec07_bg01.webp") 1x, url("../images/top/top_sec07_bg01@2x.webp") 2x); background-size: 2000px auto; padding-bottom: 100px;}
.top_sec07 .ttl_box, .top_sec08 .ttl_box { display: table; margin: auto; padding-top: 2.5em;}
.top_sec07 .ttl_box:before, .top_sec08 .ttl_box:before { content: ""; position: absolute; z-index: -1; background: url("../images/top/top_sec07_ttl_bg01.svg") no-repeat center center; background-size: 100% auto; height: 100%; top: 0; width: 18em; left: 50%; transform: translateX(-50%);}
.top_sec07 .map { border-radius: 20px;}
.top_sec07 .map iframe { width: 100%; height: 420px; vertical-align: bottom;}

.top_sec07 .box01 { display: flex; justify-content: center; gap: 7%;}
.top_sec07 .box01 section:nth-child(1) { flex: 1; max-width: 350px;}
.top_sec07 .box01 section:nth-child(2) { width: 600px;}
.top_sec07 .box02 { display: flex; justify-content: center; gap: 5%;}
.top_sec07 .box02 dl { display: flex; flex-flow: column; gap: 1.7em; padding-left: 3.5rem;}
.top_sec07 .box02 dl:before { content: ""; position: absolute; z-index: -1; top: 0.6em; bottom: 0.6em; width: 2px; left: -1px; background: #e5e5e5;}
.top_sec07 .box01 section:nth-child(2) .box02 dl { justify-content: space-between;}
.top_sec07 .box02 dt:before { content: ""; position: absolute; width: 1em; height: 1em; border-radius: 50%; border: solid 0.3em #bfbfbf; background: #fff; left: calc(-3.5rem - 0.5em); top: 0.45em;}
.top_sec07 .box02 dt:last-of-type:before { border-color: #faa778; border-width: 0.45em; width: 1.4em; height: 1.4em; left: calc(-3.5rem - 0.7em); top: 0.25em;}

.top_sec07 .bg01 { top: -3%; left: -320px;}
.top_sec07 .bg02 { top: -6%; right: -75%;}
.top_sec07 .bg05 { top: -5%; right: 1%;}

@media only screen and (max-width: 1024px) {
  .top_sec07 { background-size: 130% auto;}
  .top_sec07 .box01 { gap: 5%;}
  .top_sec07 .box01 section:nth-child(2) { width: 60%;}
  .top_sec07 .box02 { font-size: min(1.8vw,1em);}
  .top_sec07 .box02 dl { gap: 1.2em; padding-left: 2.5rem;}
  .top_sec07 .box02 dt:before { left: calc(-2.5rem - 0.5em);}
  .top_sec07 .box02 dt:last-of-type:before { left: calc(-2.5rem - 0.7em);}
  .top_sec07 h4 { font-size: min(3vw,1.7em) !important;}
}

.news_list { display: flex; flex-wrap: wrap; gap: 60px 4%;}
.news_list > li { width: calc(92% / 3);}
.news_list > li.no_post { width: 100%; text-align: center;}
.news_list a { display: block; text-decoration: none; color: #2f2f3a; background: #fff9f1; height: 100%; padding: 10px 10px 20px;}
.news_list a:before { content: ""; position: absolute; z-index: -2; background: #d9e8e6; top: 18px; right: 18px; bottom: -18px; left: -18px;}
.news_list a:after { content: ""; position: absolute; z-index: -1; background: url("../images/common/bg02.svg"); background-size: 64px auto; mix-blend-mode: screen; top: 9px; right: 9px; bottom: -9px; left: -9px;}
.news_list .pos_ab { left: 0; top: 0; transform: translate(-50%,-50%); z-index: 50;}
.news_list p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}

.date_wrap { font-size: min(1.2vw,1em);}
.date_wrap .date { color: #535835; margin-bottom: 0.5em; font-size: 0.9em;}
.cat_list { display: flex; flex-wrap: wrap; gap: 0.5em 0.4em;}
.cat_list a, .cat_list span { display: block; background: #fff; color: #2f2f3a; border: solid 1px #2f2f3a; text-decoration: none; border-radius: 2em; line-height: 1.6; font-size: 0.9em; padding: 0.4em 1em; letter-spacing: 0; transition: 0.3s;}
.cat_list a:hover { opacity: 0.6;}

@media only screen and (max-width: 1024px) {
  .news_list { font-size: 0.85em; gap: 50px 4%;}
  .news_list a:before { top: 14px; right: 14px; bottom: -14px; left: -14px;}
  .news_list a:after { top: 7px; right: 7px; bottom: -7px; left: -7px;}
  .news_list .pos_ab { width: 50px;}
  .date_wrap { font-size: 0.85em;}
}


/*------------------------------------------------------

	下層ページ

------------------------------------------------------*/

.show_sp { display: none;}
.over_hidden { overflow: hidden;}
.break_keep { word-break: keep-all; overflow-wrap: break-word;}

.img_hover { overflow: hidden;}
.img_hover a img, a .img_hover img { transition: 0.3s;}
.img_hover a:hover img, a:hover .img_hover img { transform: scale(1.05);}

.more_btn a { display: inline-block; text-decoration: none; color: #2f2f3a; font-family: "Kite One", sans-serif;}
.more_btn a:before { content: ""; display: block; margin: auto; width: 4.7em; height: 4.7em; background: url("../images/common/more_btn.svg") no-repeat center center #fcc8cc; border-radius: 50%; border: solid 1px #535835; margin-bottom: 0.5em; transition: 0.3s;}
.more_btn a:hover:before { background-color: #d9e8e6;}

.link_pad { margin-top: -100px; padding-top: 100px;}

.heading_large { font-size: 2.5em;}
.heading_middle { font-size: 1.9em;}

/* animation */
.scroll_in { opacity: 0;}
.displayed { animation-duration: 2s; animation-fill-mode: both;}
.delay02s { animation-delay: 0.2s;}
.delay04s { animation-delay: 0.4s;}
.delay06s { animation-delay: 0.6s;}
.delay08s { animation-delay: 0.8s;}
.duration2s { animation-duration: 2s;}
.duration3s { animation-duration: 3s;}

.fadeIn.displayed { animation-name: fadeIn;}
@keyframes fadeIn {
  from { opacity: 0;}
  to { opacity: 1;}
}

.radius20, .radius20 > picture img { border-radius: 20px;}

.mainimage > figure { height: 745px; overflow: hidden; padding: 40px 0;}
.mainimage > figure img { max-width: initial !important; width: 100%; height: 100% !important; object-fit: cover; display: block;}
.mainimage:after { content: ""; position: absolute; z-index: 10; background: url("../images/common/pagettl_bg.svg") no-repeat center top; background-size: auto 100%; width: calc(100% + 2px); height: 194px; bottom: 0; left: 50%; transform: translateX(-50%);}

@media only screen and (max-width: 1024px) {
  .mainimage > figure { aspect-ratio: 7/5; height: auto; padding: 0;}
  .mainimage:after { height: 100px;}
}

.list_flower { display: flex; flex-flow: column; gap: 0.5em;}
.list_flower li { background: url("../images/common/ico_flower.svg") no-repeat left 0.45em; background-size: 1em auto; padding-left: 1.4em;}


/* ----------------------------
	recruit
---------------------------- */

.ttl_box_center { display: table; margin: auto;}

.ttl_bg_left:before, .ttl_bg_left:after { content: ""; position: absolute; border-radius: 50%; z-index: 100;}
.ttl_bg_left:before { background: #e5ce94; width: 1.05em; height: 1.05em; left: -6.5em; top: -1em;}
.ttl_bg_left:after { background: #bbd0ae; width: 2.3em; height: 2.3em; left: -4em; top: -0.2em;}

.ttl_bg_center:before, .ttl_bg_center:after { content: ""; position: absolute; border-radius: 50%;}
.ttl_bg_center:before { background: #fcbfc4; width: 2.3em; height: 2.3em; left: -4em; top: 1em;}
.ttl_bg_center:after { background: #faa778; width: 1.05em; height: 1.05em; right: -2.5em; bottom: -0.2em;}

.ttl_bg_center.brown:before { background: #e5ce94; top: -0.8em;}
.ttl_bg_center.brown:after { background: #fcc8cc;}

.rec_sec01 .box01 { display: flex; justify-content: space-between; gap: 30px 5%;}
.rec_sec01 .box01 .box_inner01 { width: 50%;}
.rec_sec01 .box01 .box_inner02 { padding-top: 15%; flex: 1;}
.rec_sec01 .bg01 { top: -10%; right: -9%;}
.rec_sec01 .bg02 { bottom: -15%; right: -70%;}
.rec_sec01 .bg01 img, .rec_sec01 .bg02 img { max-width: initial;}

.rec_sec02 .list01 { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 80px 5%; max-width: 1070px; margin: auto;}
.rec_sec02 .list01 > li { width: 47.5%;}
.rec_sec02 .bg01 { left: -19%; top: 55%;}
.rec_sec02 .bg02 { right: -24%; top: 15%;}
.rec_sec02 .bg03 { right: -1%; top: 5%;}

.rec_sec03 .list01 { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; max-width: 1068px; margin: auto; font-size: min(1.3vw,1em);}
.rec_sec03 .list01 li { width: calc((100% - 60px) / 3);}
.rec_sec03 .list01 figcaption { background: rgba(255,255,255,0.9); border-radius: 0.8em; bottom: 1em; left: 1.2em; right: 1.2em; padding: 1em 1.8em;}
.rec_sec03 .list01 figcaption:after { content: ""; position: absolute; width: 2.6em; height: 2.6em; border-radius: 50%; border: solid 1px #535835; background: url("../images/common/more_btn.svg") no-repeat center center #fcc8cc; background-size: cover; right: 0.8em; top: 50%; transform: translateY(-50%); transition: 0.3s;}
.rec_sec03 .list01 a:hover figcaption:after { background-color: #d9e8e6;}

.rec_sec04 .list01 { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px 5%; max-width: 1070px; margin: auto; font-size: min(1.3vw,1em);}
.rec_sec04 .list01 li { width: 30%;}
.rec_sec04 .list01 li:nth-child(n+4) { width: 33%;}
.rec_sec04 .list01 .box01 { padding: 2.5em 1em 3em; position: relative;}
.rec_sec04 .list01 .text01 { font-size: 1.25em; line-height: 1.2;}
.rec_sec04 .list01 .num { font-size: 4.5em; line-height: 1; color: #f98782; margin: 0 0.1em;}
.rec_sec04 .list01 li:nth-child(4) .num { letter-spacing: 0.2em; margin-left: 0.4em;}

.rec_sec04 .list01 li:nth-child(1) .img01 { width: 3.68em; left: 1.5em; top: 35%;}
.rec_sec04 .list01 li:nth-child(2) .img01 { width: 2.38em; left: 1.2em; top: 40%;}
.rec_sec04 .list01 li:nth-child(3) .img01 { width: 3.3em; left: 2em; top: 35%;}
.rec_sec04 .list01 li:nth-child(4) .img01 { width: 3em; left: 2em; bottom: 2.3em;}
.rec_sec04 .list01 li:nth-child(4) .img02 { width: 3em; right: 2em; bottom: 2.3em;}
.rec_sec04 .list01 li:nth-child(5) .img01 { width: 3.68em; left: 3.5em; bottom: 4em;}

.rec_sec04 .bg01 { left: -17%; top: 20%;}
.rec_sec04 .bg02 { right: -19%; bottom: -5%;}
.rec_sec04 .bg03 { right: -1%; top: 18%;}

.rec_sec05 .list01 { display: flex; flex-wrap: wrap; gap: 80px 7%; max-width: 1070px; margin: auto;}
.rec_sec05 .list01 li { width: calc((100% - 14%) / 3);}
.rec_sec05 .list01 figure { max-width: 279px; margin: auto;}
.rec_sec05 .list01 figure:before { content: ""; position: absolute; z-index: -2; background: #e7d39d; left: -12px; bottom: -12px; right: 12px; top: 12px;}
.rec_sec05 .list01 figure:after { content: ""; position: absolute; z-index: -1; background: url("../images/common/bg02.svg"); background-size: 64px auto; left: -6px; bottom: -6px; right: 6px; top: 6px;}

.rec_sec05 .list01 li:nth-child(2) figure:before { background: #f8b082;}
.rec_sec05 .list01 li:nth-child(3) figure:before { background: #d9e8e6;}
.rec_sec05 .list01 li:nth-child(4) figure:before { background: #d1dfc9;}
.rec_sec05 .list01 li:nth-child(5) figure:before { background: #bdb7dc;}
.rec_sec05 .list01 li:nth-child(6) figure:before { background: #fbced1;}

.rec_sec05 .bg01 { left: -25%; top: 20%; z-index: -3;}
.rec_sec05 .bg02 { right: -19%; bottom: 22%; z-index: -3;}

.rec_sec06 .list01 { display: flex; justify-content: space-between; font-size: min(1.2vw,1em);}
.rec_sec06 .list01 li:nth-child(2) { margin: 250px 0 0 -8%;}
.rec_sec06 .list01 li:nth-child(3) { margin: 70px 0 0;}
.rec_sec06 .list01 li:nth-child(4) { margin: 260px 0 0 -2%;}
.rec_sec06 .list01 li:nth-child(5) { margin: 0 0 0 -10%;}
.rec_sec06 .list01 li:nth-child(6) { margin: 190px 0 0 -2%;}

.rec_sec06 .text01 { background: #ffede8; border: solid 1px #535835; border-radius: 0.3em; padding: 0.5em 1.2em; display: table; margin-top: -1.5em; position: relative; z-index: 10;}

@media only screen and (max-width: 1024px) {
  .rec_sec06 .list01 { font-size: min(1.9vw,1em); flex-wrap: wrap; justify-content: center; gap: 30px 4%;}
  .rec_sec06 .list01 li:nth-child(1) { width: 13.94em;}
  .rec_sec06 .list01 li:nth-child(2) { width: 13.31em; margin: 5% 0 0;}
  .rec_sec06 .list01 li:nth-child(3) { width: 13.38em; margin: 0.5% 0 0;}
  .rec_sec06 .list01 li:nth-child(4) { width: 14.19em; margin: 0;}
  .rec_sec06 .list01 li:nth-child(5) { width: 14em; margin: 0;}
  .rec_sec06 .list01 li:nth-child(6) { width: 14.19em; margin: -5% 0 0;}
  
  .rec_sec01 .box01 { align-items: flex-start;}
  .rec_sec01 .bg01 { width: 80%; right: -7%; top: -7%;}
  .rec_sec01 .bg01 img { max-width: 100%;}

  .grad_wrap { height: 60vw; overflow: hidden; transition: 0.3s;}
  .grad_wrap:before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 6em; background: linear-gradient(0deg, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0) 100%); transition: 0.3s;}
  .grad_wrap.active:before { opacity: 0; visibility: hidden;}
  .grad_btn { display: table !important; order: 4; z-index: 500; cursor: pointer; margin: -3em auto 0; border: solid 1px #5f633a; border-radius: 2em; background: url("../images/blog/ico_btn02.svg") no-repeat calc(100% - 1.3em) #fdd8db; background-size: 0.6em auto; padding: 0.7em 3em 0.5em;}
}

.rec_sec07 { margin: 200px 0; background: #fff9f2; padding: 40px 0 50px;}
.rec_sec07:before, .rec_sec07:after { content: ""; position: absolute; z-index: -1; width: 100%; left: 0; background-size: auto 100% !important;}
.rec_sec07:before { background: url("../images/top/top_sec03_bg01.svg") no-repeat center top; height: 57px; top: -56px;}
.rec_sec07:after { background: url("../images/top/top_sec03_bg02.svg") no-repeat center top; height: 42px; bottom: -41px;}
.rec_sec07 section { max-width: 790px; margin: auto; border-radius: 20px; padding: 30px 40px 40px;}
.rec_sec07 h2 { background: url("../images/top/top_sec03_line01.svg") no-repeat center bottom; background-size: 100% 2px; padding: 0 0 0.5em 0.5em;}
.rec_sec07 section:nth-of-type(2) h2 { background-image: url("../images/top/top_sec03_line02.svg");}
.rec_sec07 .list_flower li { display: flex; flex-wrap: wrap; gap: 0 2em;}
.rec_sec07 .list02 { display: flex; justify-content: space-between; gap: 5%;}

@media only screen and (max-width: 1024px) {
  .rec_sec07 { margin: 140px 0;}
}

.rec_sec07 .pos_ab { border-radius: 50%; filter: blur(0.2em); z-index: 5;}
.rec_sec07 .bg01 { background: #b5afd8; width: 0.6em; height: 0.6em; left: 2%; top: -40px;}
.rec_sec07 .bg02 { background: #fdd5bf; width: 2.5em; height: 2.5em; left: 8%; top: 10px;}
.rec_sec07 .bg03 { background: #ffede8; width: 2.2em; height: 2.2em; left: 13%; bottom: 20%;}
.rec_sec07 .bg04 { background: #dbe6d4; width: 2.8em; height: 2.8em; right: 10%; top: 10%;}
.rec_sec07 .bg05 { background: #b5afd8; width: 0.6em; height: 0.6em; right: 14%; bottom: -30px;}

.rec_sec08 .ttl_box_center:after { background: #bbd0ae;}
.rec_sec08 .text01 { max-width: 950px; margin: auto;}
.rec_sec08 dl { max-width: 520px; margin: auto; border-radius: 1em; padding: 2em 1em; display: flex; justify-content: center; align-items: center; height: 8em;}
.rec_sec08 dt { top: 50%; left: 0; transform: translate(-50%,-50%);}

.rec_sec08 .bg01 { left: -15%; bottom: -100px;}
.rec_sec08 .bg02 { right: -18%; top: 36%;}
.rec_sec08 .bg03 { left: 0; top: 36%;}
.rec_sec08 .bg04 { right: -2%; bottom: 6%;}
.rec_sec08 .bg05 { left: 16%; bottom: 9%;}

@media only screen and (max-width: 1200px) {
  .rec_sec08 .bg05 { left: 2%;}
}

.rec_sec09 .ttl_bg_center:before { background: #bbd0ae; top: -1.5em; left: -5em;}
.rec_sec09 .ttl_bg_center:after { background: #e5ce94; top: -1em; right: -4em;}
.rec_sec09 .text01 { display: table; margin: auto;}
.rec_sec09 .list01 { display: flex; justify-content: center; gap: 6%;}
.rec_sec09 .list01 a { display: block; padding-bottom: 4em; position: relative;}
.rec_sec09 .list01 a:after { content: ""; position: absolute; background: url("../images/common/more_btn.svg") no-repeat center center #fcc8cc; background-size: cover; border: solid 1px #535835; border-radius: 50%; width: 3em; height: 3em; bottom: 0; left: 50%; transform: translateX(-50%); transition: 0.3s;}
.rec_sec09 .list01 a:hover:after { background-color: #d9e8e6;}


/* ----------------------------
	interview
---------------------------- */

.int_wrap { display: flex; flex-flow: column;}
.int_wrap .mainimage { order: 1; background: linear-gradient(to top, #f9d2d2 0%, #fff3e3 42%, #b5ece7 100%); padding: 160px 0 170px;}
.int_wrap .pagettl { order: 2; z-index: 50;}
.int_wrap .int_main { order: 3; width: 100%;}

.int_wrap img { border-radius: 20px;}

.int_wrap .mainimage .cont1200 { display: flex; align-items: center; justify-content: space-between; gap: 30px 6%;}
.int_wrap .mainimage .box_inner { width: 45%; font-size: min(1.4vw,1.25em); line-height: 1.6;}
.int_wrap .mainimage figure { flex: 1;}
.int_wrap .mainimage h2 { font-size: 1.5em; line-height: 1.5;}

.int_box01 { margin: 0 0 100px !important; gap: 30px 7%;}
.int_box01 > div:first-child { width: 50%; flex-basis: initial !important;}
.int_box01 > div:last-child { width: 43%; flex-basis: initial !important;}

.int_box02 { max-width: 860px; margin: 0 auto 100px;}

.int_wrap .num { font-family: "Roboto", sans-serif; font-weight: 700; font-size: 2.5em; line-height: 1.2; color: #f98782; margin-bottom: 0.4em;}
.int_wrap h3 { font-size: 1.25em; margin-bottom: 1.5em; font-weight: 600;}

@media only screen and (max-width: 1200px) {
  .int_wrap .mainimage .box_inner { width: 50%;}
}

@media only screen and (max-width: 1024px) {
  .int_wrap .mainimage { padding: 12% 0;}
  .int_wrap .mainimage .box_inner { font-size: min(1.6vw,1.25em);}
}


/* ----------------------------
	contact
---------------------------- */

.contact_sec { max-width: 900px; margin: auto;}

.contact_sec dl { display: table; width: 100%; border-bottom: dashed 1px #ddd; padding-bottom: 20px; margin-bottom: 20px;}
.contact_sec dl:last-of-type { border-bottom: none;}
.contact_sec dt, .contact_sec dd {display: table-cell;vertical-align: middle;}
.contact_sec dt {width: 17.5em;font-weight: bold;}
.contact_sec dt span {
	float: right;
	font-size: 0.7em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	border-radius: 3px;
	padding: 5px;
  margin-top: 0.4em;
}
.contact_sec dt .hissu { background-color: #FF6467;}
.contact_sec dt .ninni { background-color: #BED4E8;}
.contact_sec dd { padding-left: 20px;}
.contact_sec input[type="text"], .contact_sec input[type="email"], .contact_sec input[type="tel"], .contact_sec textarea, .contact_sec select {
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 16px;
	border: solid 2px #ddd;
	border-radius: 5px;
	padding: 0.5em 1em;
	width: 100%;
}
.contact_sec select { font-size: 16px; -webkit-appearance: menulist-button;}
.contact_sec .width_auto input[type="text"], .contact_sec .width_auto select { width: auto; max-width: 100%;}

.contact_sec .btn_area input { display: inline-block; min-width: 240px; background: url("../images/common/submit_arrow.svg") no-repeat calc(100% - 1.2em) center #e3f3f2; background-size: 0.8em auto; color: #2f2f3a; padding: 0.5em 2.5em; text-align: center; line-height: 1.6; text-decoration: none !important; transition: 0.3s; cursor: pointer; -webkit-appearance: none; font-size: 1.5em; font-family: "Shippori Mincho", serif; font-weight: 700; border: solid 1px #2f2f3a; border-radius: 3em;}
.contact_sec .btn_area input:hover { transform: translateX(0.3em);}
.contact_sec .btn_area input:focus { outline: 0;}

.contact_sec ::placeholder { color: #ccc;}

.wpcf7-spinner { display: block; margin: 20px auto;}
.wpcf7-checkbox .wpcf7-list-item { display: block; margin: 0px;}
.wpcf7-not-valid-tip { display: inline-block;}
.label_block .wpcf7-list-item { display: block; margin-left: 0px;}


/* ------------------------
	投稿
------------------------ */

.post_pad { padding-top: 200px;}
.post_pad > header, .post_pad .archive_pad { padding: 40px 0;}

@media only screen and (max-width: 1024px) {
  .post_pad { padding-top: 100px;}
}

.blog_wrap { display: flex; justify-content: space-between; align-items: flex-start; gap: 60px 8%;}
.contents { flex: 1;}
.rNavi { width: 17.5%; min-width: 210px;}

/* サイドバー */
.rNavi h2 { background: url("../images/blog/line01.svg") no-repeat center bottom; background-size: 100% 2px; padding-bottom: 0.5em;}

.side_sec01 dl { border-bottom: dashed 1px #fdad7f; padding-bottom: 1.5em; margin-bottom: 1.5em;}

.side_sec02 .cat_list { flex-flow: column;}

.side_sec03 ul { display: flex; flex-wrap: wrap; gap: 0.5em 1.5em;}
.side_sec03 a:before { content: "#";}

.side_sec04 select {
	width: 100%;
	padding: 0 2.5em 0 1.5em;
	font-family: "Shippori Mincho", serif;
	font-size: 16px;
  text-align: center;
	background: url("../images/common/select_arrow.svg") no-repeat calc(100% - 1em) center #fff;
  background-size: 1em auto;
	border: solid 1px #2e2f3a;
  border-radius: 3em;
  -webkit-appearance: none;
  appearance: none;
	height: 3.8em;
	line-height: 3.8;
  color: #2f2f3a;
}
.side_sec04 .bg:before { content: ""; position: absolute; z-index: -1; background: url("../images/blog/btn04.svg") no-repeat center center; background-size: 100% 100%; top: 0.3em; right: -0.3em; bottom: -0.3em; left: 0.3em;}
.side_sec04 select:focus { outline: none;}


/* 記事ヘッダー */
.blog_header h1, .blog_content h1 { font-size: 2em; line-height: 1.6; background: url("../images/blog/line01.svg") no-repeat center bottom; background-size: 100% 2px; padding-bottom: 0.8em;}
.blog_content h1 { margin: 80px 0 40px;}

.blog_header .date_wrap { display: flex; justify-content: space-between; align-items: center; flex-flow: row-reverse; flex-wrap: wrap; gap: 0.5em;}
.blog_header .date_wrap .date { margin-bottom: 0;}

/* 本文 */
.blog_content img { vertical-align: middle; border-radius: 1em;}
.blog_content h2 { font-weight: 600; font-size: 1.5em; line-height: 1.5; clear: both; margin-bottom: 30px;}
.blog_content h2:not(:first-child), .blog_content h3:not(:first-child), .blog_content h4:not(:first-child) { margin-top: 80px;}
.blog_content h3 {
	font-weight: 600;
  line-height: 1.6;
	font-size: 1.3em;
	background: #fff9f1;
  padding: 0.8em 1.3em;
  box-shadow: 7px 7px 0 #d8e8e6;
	clear: both;
	margin-bottom: 30px;
}
.blog_content h4 {
	font-weight: 600;
	font-size: 1.3em;
  line-height: 1.6;
	clear: both;
  position: relative;
	margin-bottom: 30px;
}
.blog_content h4:before, .blog_content h4:after { content: ""; position: absolute; border-radius: 50%; z-index: -1;}
.blog_content h4:before { background: #ffebe6; filter: blur(0.2em); width: 1.85em; height: 1.85em; left: -0.8em; top: -0.7em;}
.blog_content h4:after { background: #cdefef; filter: blur(0.2em); width: 0.8em; height: 0.8em; right: -0.3em; bottom: -0.3em;}
.blog_content h5 {
	font-weight: 600;
	font-size: 1.15em;
  line-height: 1.6;
  border-bottom: dashed 1px #97c3d1;
  padding-bottom: 0.5em;
	clear: both;
	margin-bottom: 30px;
}
.blog_content h6 {
	font-weight: 600;
	font-size: 1.05em;
  line-height: 1.6;
  padding-left: 1.4em;
  position: relative;
	clear: both;
	margin-bottom: 30px;
}
.blog_content h6:before { content: ""; position: absolute; width: 0.9em; height: 0.9em; border-radius: 50%; border: solid 0.24em #97c3d1; left: 0; top: 0.35em;}


/* 引用 */
:root :where(.wp-block-pullquote) { font-size: 1em;}
.blog_content blockquote {
  font-size: 0.9em;
  font-weight: 600;
	position: relative;
  text-align: left;
	padding: 3em 4em;
	background: #fff9f1;
  border: none !important;
  margin: 40px 0;
}
.blog_content blockquote:before, .blog_content blockquote:after { content: ""; position: absolute; background: url("../images/blog/ico_blq.svg") no-repeat center center; background-size: 100% auto; width: 1.5em; height: 1.1em; top: 2.3em;}
.blog_content blockquote:before { left: 1.7em;}
.blog_content blockquote:after { right: 1.7em; transform: scale(-1,-1);}
.blog_content blockquote p:last-child { margin-bottom: 0;}
.blog_content blockquote cite { display: block; margin: -1em 0px -2em; font-size: 0.9em; font-weight: bold; color: #fb98a2; text-align: right;}

/* リスト */
.blog_content ul { margin: 40px 0; clear: both; display: flex; flex-flow: column; gap: 0.6em;}
.blog_content ul li { background: url("../images/common/ico_flower.svg") no-repeat left 0.4em; background-size: 1em auto; padding-left: 1.5em;}
.blog_content ul ul { margin: 0.6em 0 0; gap: 0;}

.blog_content ul.list_circle li { background-image: url("../images/blog/ico_list.svg");}

.blog_content ol { margin: 40px 0; display: flex; flex-flow: column; gap: 0.6em;}

/* テーブル */
.blog_content table {
	clear: both;
	border: solid 2px #005b98;
	margin: 40px 0;
	width: 100%;
}
.blog_content th, .blog_content td { padding: 0.6em 1em; border: none !important; border-bottom: solid 1px #b3b3b3 !important; vertical-align: middle;}
.blog_content th { font-weight: bold; background: #e3f4f3; text-align: left;}
.blog_content th:not(:last-of-type), .blog_content td:not(:last-of-type) { border-right: solid 1px #b3b3b3 !important;}
.blog_content td { font-size: 0.9em;}

.blog_content iframe { max-width: 100%;}

.blog_content strong { font-weight: bold;}
.blog_content em { font-weight: 600; color: #ff7d3b;}
.blog_content em.em02 { color: #5da2b7;}

.blog_content a { color: #fb98a2; text-decoration: underline;}
.blog_content a:hover { color: #8885c3;}

/* (WP入力画面用) */
.wp-block-button__link { background: none; padding: 0;}

.wp-block-button__link { display: inline-block; vertical-align: middle; color: #2e2f3a !important; text-decoration: none !important; font-size: 1em; line-height: 1.6; text-align: center; min-width: 5em; cursor: pointer; transition: 0.3s; font-family: "Kite One", "Shippori Mincho", serif;}
.wp-block-button__link:before { content: ""; display: block; width: 4.5em; height: 4.5em; background: url("../images/common/more_btn.svg") no-repeat center center #fdccd1; background-size: 100% auto; border-radius: 50%; border: solid 1px #5f633a; margin: 0 auto 1.2em; transition: 0.3s;}
.wp-block-button__link:hover:before { background-color: #d9e8e6;}

.wp-block-button.is-style-outline .wp-block-button__link { border: solid 1px #5f633a; border-radius: 2em; background: url("../images/blog/ico_btn02.svg") no-repeat calc(100% - 1.3em) #fdd8db; background-size: 0.6em auto; padding: 0.7em 3em 0.5em; transition: 0.3s;}
.wp-block-button.is-style-outline .wp-block-button__link:hover { background-color: #d9e8e6 !important;}
.wp-block-button.is-style-outline .wp-block-button__link:before { display: none;}

.wp-block-button.is-style-outline.btn03 .wp-block-button__link { border: solid 1px #5f633a; border-radius: 2em; background: #fff; position: relative;}
.wp-block-button.is-style-outline.btn03 .wp-block-button__link:after { content: ""; position: absolute; background: #ffa273; width: 0.85em; height: 0.85em; border-radius: 100%; right: 1em; top: 50%; transform: translateY(-50%);}

.blog_content figcaption { font-size: 0.85em; line-height: 1.6; margin-top: 1em;}

/* ページャー(アーカイブ) */
.pagination { display: flex; flex-wrap: wrap; gap: 0.4em; justify-content: center;}
.pagination span.current, .pagination a {
	display: block;
	text-align: center;
	text-decoration: none;
	min-width: 35px;
	height: 35px;
	line-height: 30px;
  border-radius: 50%;
	padding: 0 0.3em;
  border: solid 1px #2e2f3a;
	background-color: #fff;
	color: #2e2f3a;
}
.pagination span.current, .pagination a:hover { background: #fdccd1;}
.pagination a.text { background: none; border: none;}
.pagination a.text:hover { opacity: 0.7;}


.blog_related h2 { font-size: 2.1em; background: url("../images/blog/rec_ttl.svg") no-repeat calc(50% + 0.4em) center; background-size: auto 100%; padding: 0.2em 0 0.5em;}


@media only screen and (max-width: 820px) {
  .blog_wrap { flex-flow: column;}
  .contents { width: 100%;}
  .rNavi { max-width: 500px; align-self: center; width: 100%;}
}


/* ブロックエディタ用 */
.wp-block-columns { margin: 40px 0;}




