
.-x-richtext ul, .-x-richtext ol {
	list-style-position: inside;
}
[data-legal]{
	position:relative;
	--legal-offset-h:attr(data-legal-offset-h px);
	--legal-offset-v:attr(data-legal-offset-v px);
}
[data-legal][data-legal-safe="1"]::after{
	position: absolute;
	opacity: 0.5;
	color: black;
	content: "墨";
	font-size: 16px;
	display: block;
	height: 24px;
	padding-top: 0px;
	background-image: url(/_lib/lc.png);
	background-size: auto 20px;
	background-repeat: no-repeat;
	padding-left: 50px;
	background-position: left top;
}
[data-legal][data-legal-safe="1"]:hover::after {
    position: absolute;
    opacity: 0.5;
    color: black;
    content: attr(data-legal-check-at);
    white-space:nowrap;
    font-size: 11px;
    display: block;
    height: 24px;
    background-image: url(/_lib/lc.png);
    background-size: auto 20px;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-left: 0px;
    background-position: left top;
}

[data-legal-position="left-top"]::after{
	left:var(--legal-offset-h);
	top:var(--legal-offset-v);
}
[data-legal-position="left-bottom"]::after{
	left:var(--legal-offset-h);
	bottom:var(--legal-offset-v);
}
[data-legal-position="right-top"]::after{
	right:var(--legal-offset-h);
	top:var(--legal-offset-v);
}
[data-legal-position="right-bottom"]::after{
	right:var(--legal-offset-h);
	bottom:var(--legal-offset-v);
}
/*common_css*/
@charset "utf-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: inherit;
}
dd {
  margin-left: 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
button,
input {
  /* 1 */
  overflow: visible;
}
button,
select {
  /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px; /* 1 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
template {
  display: none;
}
[hidden] {
  display: none;
}


/***************************************************
 base.css
***************************************************/
/*  tags */
html {
  max-width: 100vw;
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

i,
em {
  font-style: normal;
}

/* objedt-fit */
.of_cont img,
img.of_cont {
  object-fit: contain;
}

.of_cover img,
img.of_cover {
  object-fit: cover;
}

/**hover：拡大**/
.scale {
  overflow: hidden;
}

.scale img {
  transition: transform 0.4s linear;
}

:is(a:hover .scale, a.scale:hover) img {
  transform: scale(1.06);
}

/* リンク */
a {
  -webkit-appearance: none;
  color: unset;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

/* PC電話ボタン無効 */
a[href^="tel"],
a[href=""] {
  pointer-events: none;
}

@media (max-width: 520px) {
  a[href^="tel"] {
    pointer-events: auto;
  }
}

/* opacity */
@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* iframe */
iframe {
  width: 100%;
  height: auto;
}

.youtube iframe {
  aspect-ratio: 16 / 9;
}

.youtube.short iframe,
.instagram iframe {
  aspect-ratio: 9 / 16;
}

.map iframe,
.calendar iframe {
  aspect-ratio: 3 / 2;
}

/* display */
.d_none {
  display: none;
}

.d_block {
  display: block;
}

.d_iblock {
  display: inline-block;
}

.d_grid {
  display: grid;
}

.sp {
  display: none;
}

@media (max-width: 520px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* [class*="grid_"] 等分 */
[class*="grid_"] {
  --gap: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fill,
      minmax(calc(100% / var(--grid) - var(--gap)), 1fr));
  grid-auto-rows: min-content;
  gap: var(--gap);
}

.grid_2c {
  --grid: 2;
}

.grid_3c {
  --grid: 3;
}

.grid_4c {
  --grid: 4;
}

@media (max-width: 520px) {

  /*768*/
  [class*="grid_"] {
    --gap: 20px;
  }

  [class*="grid_"].sp_2c {
    --grid: 2;
  }

  [class*="grid_"]:not(.sp_2c) {
    grid-template-columns: 1fr !important;
  }
}

/* .flex_2c 按分 */
.flex_2c {
  --gap: 50px;
  --flex-2c: calc((100% - var(--gap)) / 2);
  display: flex;
  gap: var(--gap);
}

.flex_2c>*:first-child {
  width: var(--flex-2c);
}

.flex_2c>*:last-child {
  flex: 1;
}

@media (max-width: 520px) {
  .flex_2c {
    --gap: 20px;
  }

  .flex_2c:not(.sp_2c) {
    flex-flow: column;
  }

  .flex_2c:not(.sp_2c)>*:first-child,
  .flex_2c:not(.sp_2c)>*:last-child {
    width: 100%;
  }
}

/* ctr */
.ctr_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 520px) {
  .ctr_flex.sp1c {
    flex-flow: column;
  }
}

.ctr_posi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* flex */
body .d_flex {
  display: flex;
}

body .reverse {
  flex-flow: row-reverse;
}

@media (max-width: 520px) {

  body .d_flex.sp1c,
  body .reverse {
    flex-flow: column;
  }
}

/* justify-content */
body .jc_c {
  justify-content: center;
}

body .jc_fs {
  justify-content: flex-start;
}

body .jc_fe {
  justify-content: flex-end;
}

body .jc_sb {
  justify-content: space-between;
}

body .jc_sa {
  justify-content: space-around;
}

/* align-items */
body .ai_c {
  align-items: center;
}

body .ai_fs {
  align-items: flex-start;
}

body .ai_fe {
  align-items: flex-end;
}

body .ai_s {
  align-items: stretch;
}

/* gap */
body .gap10 {
  gap: 10px;
}

body .gap20 {
  gap: 20px;
}

body .gap30 {
  gap: 30px;
}

body .gap40 {
  gap: 40px;
}

body .gap50 {
  gap: 50px;
}

/* width */
body .w100vw {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

body .w100p {
  width: 100%;
}

body .wbase {
  width: min(90%, var(--base-width));
  margin-inline: auto;
}

body .w980 {
  width: min(90%, 980px);
  margin-inline: auto;
}

/* margin */
body .mrl_a {
  margin-inline: auto;
}

body .mtb_10 {
  margin-block: 10px;
}

body .mtb_20 {
  margin-block: 20px;
}

body .mtb_30 {
  margin-block: 30px;
}

body .mtb_40 {
  margin-block: 40px;
}

body .mtb_50 {
  margin-block: 50px;
}

body .mt0 {
  margin-top: 0px;
}

body .mt10 {
  margin-top: 10px;
}

body .mt20 {
  margin-top: 20px;
}

body .mt30 {
  margin-top: 30px;
}

body .mt40 {
  margin-top: 40px;
}

body .mt50 {
  margin-top: 50px;
}

body .mt100 {
  margin-top: 100px;
}

body .mr0 {
  margin-right: 0px;
}

body .mr10 {
  margin-right: 10px;
}

body .mr20 {
  margin-right: 20px;
}

body .mr30 {
  margin-right: 30px;
}

body .mr40 {
  margin-right: 40px;
}

body .mr50 {
  margin-right: 50px;
}

body .mr100 {
  margin-right: 100px;
}

body .mb0 {
  margin-bottom: 0px;
}

body .mb10 {
  margin-bottom: 10px;
}

body .mb20 {
  margin-bottom: 20px;
}

body .mb30 {
  margin-bottom: 30px;
}

body .mb40 {
  margin-bottom: 40px;
}

body .mb50 {
  margin-bottom: 50px;
}

body .mb100 {
  margin-bottom: 100px;
}

body .ml0 {
  margin-left: 0px;
}

body .ml10 {
  margin-left: 10px;
}

body .ml20 {
  margin-left: 20px;
}

body .ml30 {
  margin-left: 30px;
}

body .ml40 {
  margin-left: 40px;
}

body .ml50 {
  margin-left: 50px;
}

body .ml100 {
  margin-left: 100px;
}

@media (max-width: 520px) {
  body .mt50 {
    margin-top: 30px;
  }

  body .mr50 {
    margin-right: 30px;
  }

  body .mb50 {
    margin-bottom: 30px;
  }

  body .ml50 {
    margin-left: 30px;
  }

  body .mt100 {
    margin-top: 50px;
  }

  body .mr100 {
    margin-right: 50px;
  }

  body .mb100 {
    margin-bottom: 50px;
  }

  body .ml100 {
    margin-left: 50px;
  }
}

/* padding */
body .pt0 {
  padding-top: 0px;
}

body .pt10 {
  padding-top: 10px;
}

body .pt20 {
  padding-top: 20px;
}

body .pt30 {
  padding-top: 30px;
}

body .pt40 {
  padding-top: 40px;
}

body .pt50 {
  padding-top: 50px;
}

body .pt100 {
  padding-top: 100px;
}

body .pr0 {
  padding-right: 0px;
}

body .pr10 {
  padding-right: 10px;
}

body .pr20 {
  padding-right: 20px;
}

body .pr30 {
  padding-right: 30px;
}

body .pr40 {
  padding-right: 40px;
}

body .pr50 {
  padding-right: 50px;
}

body .pr100 {
  padding-right: 100px;
}

body .pb0 {
  padding-bottom: 0px;
}

body .pb10 {
  padding-bottom: 10px;
}

body .pb20 {
  padding-bottom: 20px;
}

body .pb30 {
  padding-bottom: 30px;
}

body .pb40 {
  padding-bottom: 40px;
}

body .pb50 {
  padding-bottom: 50px;
}

body .pb100 {
  padding-bottom: 100px;
}

body .pl0 {
  padding-left: 0px;
}

body .pl10 {
  padding-left: 10px;
}

body .pl20 {
  padding-left: 20px;
}

body .pl30 {
  padding-left: 30px;
}

body .pl40 {
  padding-left: 40px;
}

body .pl50 {
  padding-left: 50px;
}

body .pl100 {
  padding-left: 100px;
}

@media (max-width: 520px) {
  body .pt50 {
    padding-top: 30px;
  }

  body .pr50 {
    padding-right: 30px;
  }

  body .pb50 {
    padding-bottom: 30px;
  }

  body .pl50 {
    padding-left: 30px;
  }

  body .pt100 {
    padding-top: 50px;
  }

  body .pr100 {
    padding-right: 50px;
  }

  body .pb100 {
    padding-bottom: 50px;
  }

  body .pl100 {
    padding-left: 50px;
  }
}

/* [class*="calc_"] */
body .calc_pr {
  padding-right: max(5%, calc((100vw - var(--base-width)) / 2));
}

body .calc_pl {
  padding-left: max(5%, calc((100vw - var(--base-width)) / 2));
}

@media (max-width: 520px) {
  body [class*="calc_"] {
    padding-left: 5%;
    padding-right: 5%;
  }
}

body .fw_b {
  font-weight: bold;
}

body .fw_m {
  font-weight: 500;
}

body .fw_n {
  font-weight: normal;
}

body .fs10 {
  font-size: 1rem;
}

body .fs12 {
  font-size: 1.2rem;
}

body .fs14 {
  font-size: 1.4rem;
}

body .fs16 {
  font-size: 1.6rem;
}

body .fs18 {
  font-size: 1.8rem;
}

body .fs20 {
  font-size: 2rem;
}

body .fs22 {
  font-size: 2.2rem;
}

body .fs24 {
  font-size: 2.4rem;
}

body .fs26 {
  font-size: 2.6rem;
}

body .fs28 {
  font-size: 2.8rem;
}

body .fs30 {
  font-size: 3rem;
}

body .fs35 {
  font-size: 3.5rem;
}

body .fs40 {
  font-size: 4rem;
}

body .fs45 {
  font-size: 4.5rem;
}

body .fs50 {
  font-size: 5rem;
}

body .fs55 {
  font-size: 5.5rem;
}

body .fs60 {
  font-size: 6rem;
}

@media (max-width: 520px) {
  body .fs16 {
    font-size: 1.4rem;
  }

  body .fs18 {
    font-size: 1.6rem;
  }

  body .fs20,
  body .fs22 {
    font-size: 1.8rem;
  }

  body .fs24,
  body .fs26 {
    font-size: 2.2rem;
  }

  body .fs28,
  body .fs30 {
    font-size: 2.6rem;
  }

  body .fs35 {
    font-size: 3rem;
  }

  body .fs40 {
    font-size: 3.4rem;
  }

  body .fs45 {
    font-size: 3.8rem;
  }

  body .fs50 {
    font-size: 4.2rem;
  }

  body .fs55 {
    font-size: 4.6rem;
  }

  body .fs60 {
    font-size: 5rem;
  }
}

/* line-height */
body .lh10 {
  line-height: 1;
}

body .lh12 {
  line-height: 1.2;
}

body .lh14 {
  line-height: 1.4;
}

body .lh16 {
  line-height: 1.6;
}

body .lh18 {
  line-height: 1.8;
}

body .lh20 {
  line-height: 2;
}

/* letter-spacing */
body .ls1 {
  letter-spacing: 1px;
}

body .ls_1 {
  letter-spacing: -1px;
}

/* text-align */
body .t_C,
body .t_Cr,
body .t_Cl {
  text-align: center;
}

body .t_R,
body .t_Rc {
  text-align: right;
}

body .t_L,
body .t_Lc {
  text-align: left;
}

@media (max-width: 520px) {

  body .t_Rc,
  body .t_Lc {
    text-align: center;
  }

  body .t_Cr {
    text-align: right;
  }

  body .t_Cl {
    text-align: left;
  }
}

/* text-indent */
.t_i {
  padding-left: 1em;
  text-indent: -1em;
}
/*widget:5e5cc7bb-7531-4684-a761-1a30443a057f*/
/*instance:246*//*instance mediea*/@media screen and (max-width: 520px){}/*widget:5098967a-bc2f-423a-b72e-8525a62b7c81*/
/*widget:eb3166ad-dd40-401f-afa6-573ea4ac03b4*/
/*instance:152*/[data-instance="152"]{background:#000;
	color:#fff;
	text-align:center;
	font-size:14px;
	padding:15px;}/*instance mediea*/@media screen and (max-width: 520px){}/*widget:537be97e-33c7-4edd-a38d-6bc91a9d29bf*/
/*widget:3e8b3cf6-4dd9-4658-a8a9-300052869b04*/
/*widget:c9b0bf0a-871c-4b2b-8284-4f1a9ce1a16f*/
/*instance:182*//*instance mediea*/@media screen and (max-width: 520px){}/*widget:ec5ae673-4784-4bfe-9ea0-a84499a74b11*/
/*layout:1*//*layout:2*/@charset "utf-8";
/* CSS Document */

/***************************************************
: style.css
***************************************************/
:root {
  --base-width: 1200px;
  --over-width-half: calc((100vw - var(--base-width)) / 2);
  --base-color: var(--black);
  --base-bg: var(--white);
  --ff: "Shippori Mincho", serif;
  --webf: inherit;
  --icons: 'Material Icons';
  --transition: 0.3s;

  --color_type1: #787878;
  --color_type2: #f8f8f8;
  --color_type3: #f5f5f5;
  --color_type4: #ededed;

  --black: #323232;
  --white: #fff;

  --header-h: 121px;
}

@media (max-width: 520px) {
  :root {
    --base-width: 100%;
    --over-width-half: 5%;
    --header-h: 0;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  min-width: var(--base-width);
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: var(--ff);
  /* font-feature-settings: "palt"; */
  line-height: 1.6;
  word-break: break-all;
  color: var(--base-color);
  background-color: var(--base-bg);
}

@media (max-width: 520px) {
  body {
    font-size: 1.4rem;
  }

  p {
    line-height: 1.8;
  }
}

/**================================================== 
 section
================================================== **/
section,
article,
aside {
  position: relative;
  z-index: 0;
  scroll-margin-top: var(--header-h);
}

main {
  padding: 1px 0;
}

.w_base {
  width: min(90%, var(--base-width));
  margin-left: auto;
  margin-right: auto;
}

.sec-w_base {
  padding-left: var(--over-width-half);
  padding-right: var(--over-width-half);
}

.sec-w_980 {
  --w_980: calc((100% - 980px) / 2);
  padding-left: var(--w_980);
  padding-right: var(--w_980);
}

.sec-bg1 {
  background: url(/common/images/bg_01.png) no-repeat left var(--over-width-half) center;
}

.sec-bg2 {
  background: url(/common/images/bg_02.jpg) no-repeat center bottom / 100% auto;
}

.sec-bg3 {
  position: relative;
}

.sec-bg3>* {
  position: relative;
  z-index: 5;
}

.sec-bg3:before {
  content: "";
  background-image: url(/common/images/bg_03.png);
  opacity: 0.04;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.sec-bg4 {
  background-color: var(--black);
  position: relative;
}

.sec-bg4>* {
  position: relative;
  z-index: 5;
}

.sec-bg4:before {
  content: "";
  background-image: url(/common/images/bg_03.png);
  opacity: 0.2;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 1;
}

.bg-light,
.bg-dark {
  position: relative;
}

.bg-light:before,
.bg-dark:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--white);
  opacity: 0.3;
  z-index: 1;
}

.bg-dark:before {
  opacity: 0.8;
  mix-blend-mode: multiply;
  background: var(--black);
}

.bg-light>*,
.bg-dark>* {
  position: relative;
  z-index: 5;
}

@media screen and (max-width:520px) {
  .sec-w_980 {
    --w_980: 5%;
  }

  .sec-bg1 {
    background-size: 60vw auto;
    background-position: top 150px left 0;
  }

  .sec-bg2 {
    background-size: 150% auto;
  }

  .sec-bg3:before {
    background-size: 30px 30px;
  }

  .sec-bg4:before {
    background-size: 30px 30px;
  }
}


/**================================================== 
 タイトル
================================================== **/
.titZ {
  background-color: #fff;
  --h: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 3.2rem;
  padding: 0 var(--over-width-half);
  width: 100%;
  height: var(--h);
  z-index: 5;
  border-top: 1px solid var(--color_type4);
  border-bottom: 1px solid var(--color_type4);
  overflow: hidden;
}

.titZ .h1 {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media screen and (max-width:520px) {
  .titZ {
    margin-top: 50px;
    --h: 130px;
    font-size: 2.2rem;
    background-position: top left;
    background-size: 45vw auto;
  }
}

:root {
  --titAc: var(--black);
  --titAm: 0 0 40px;
  --titAta: center;
  --titAai: flex-start;
  --titAjc: flex-start;
  --titAff: column;
  --titAgap: 5px;
  --titAp: 0;
  --titAfz: 2.8rem;

  --titA_ic: var(--black);
  --titA_ifz: 1.1rem;
}

.titA {
  display: flex;
  align-items: var(--titAai);
  justify-content: var(--titAjc);
  flex-flow: var(--titAff);
  gap: var(--titAgap);
  font-family: var(--ff);
  font-size: var(--titAfz);
  text-align: var(--titAta);
  color: var(--titAc);
  padding: var(--titAp);
  margin: var(--titAm);
  line-height: 1.3;
  writing-mode: vertical-rl;
  transform: translateX(-1em);
}

.titA i {
  display: block;
  font-family: var(--fwebf), var(--ff);
  font-size: var(--titA_ifz);
  font-style: normal;
  color: var(--titA_ic);
  line-height: 1.3;
  padding-top: 0.5em;

  text-transform: uppercase;
  /*↑iは大文字*/
}

:root {
  --titBfz: 2.2rem;
  --titBc: var(--black);
  --titBm: 0 0 40px;
  --titBta: left;
  --titBp: 0;
}

.titB {
  font-size: var(--titBfz);
  text-align: var(--titBta);
  color: var(--titBc);
  padding: var(--titBp);
  margin: var(--titBm);
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width:520px) {
  :root {
    --titAfz: 2.2rem;
    --titA_ifz: 0.9rem;

    --titBfz: 2rem;
  }

  .titA {
    transform: none;
  }
}

/**================================================== 
 ボタン
================================================== **/
:root {
  --btnAfz: 1.6rem;
  --btnAw: min(100%, 320px);
  --btnAm: 20px auto;
  --btnAp: 15px 5px 15px 20px;
  --btnAbg: var(--black);
  --btnAbd: 1px solid var(--black);
  --btnAc: var(--white);
}

.btnA {
  font-size: var(--btnAfz);
  width: var(--btnAw);
  margin: var(--btnAm);
  padding: var(--btnAp);
  color: var(--btnAc);
  background: var(--btnAbg);
  border: var(--btnAbd);

  position: relative;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 35px;
  align-items: center;
  text-align: left;
  font-weight: bold;
}

.btnA:after {
  content: "→";
  display: block;
  font-family: var(--webf);
  font-size: 1.2rem;
  line-height: 1;
  margin-left: 15px;
}

.btnA:hover,
a:hover .btnA {
  background-color: var(--btnAc);
  color: var(--btnAbg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}


:root {
  --btnBfz: 1.4rem;
  --btnBw: min(100%, 320px);
  --btnBm: 20px auto;
  --btnBp: 5px;
  --btnBbd: 1px solid var(--black);
  --btnBc: var(--black);
  --btnBc2: var(--white);
}

.btnB {
  font-size: var(--btnBfz);
  width: var(--btnBw);
  margin: var(--btnBm);
  padding: var(--btnBp);
  color: var(--btnBc);
  border-bottom: var(--btnBbd);

  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
}

.btnB:after {
  content: "→";
  display: block;
  font-family: var(--webf);
  font-size: 1.2rem;
  line-height: 1;
  margin-left: 5px;
}

.btnB:hover,
a:hover .btnB {
  opacity: 1;
  background: var(--btnBc);
  color: var(--btnBc2);
  box-shadow: 0 0 0 5px var(--btnBc);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width:520px) {
  :root {
    --btnAfz: 1.4rem;
    --btnAw: min(100%, 320px);
    --btnAp: 15px 5px 15px 15px;
  }

  :root {
    --btnBfz: 1.2rem;
  }
}

/**================================================== 
 パンくずリスト
================================================== **/
#breadcrumb {
  font-size: 0.8em;
  width: 100%;
  margin: 0 0;
  padding: 13px var(--over-width-half);
  border-bottom: 1px solid var(--color_type4);
  font-weight: normal;
}

#breadcrumb ul,
#breadcrumb ol {
  max-width: 100%;
  margin: 0 auto;
}

#breadcrumb ul li,
#breadcrumb ol li {
  display: inline-block;
  padding: 0 5px;
}

#breadcrumb ul li+li:before,
#breadcrumb ol li+li:before {
  font-size: 12px;
  line-height: 1;
  top: 1.5em;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 10px 0 0;
  content: "";
  transform: rotate(45deg);
  vertical-align: middle;
  border-top: 1px solid var(--color_type1);
  border-right: 1px solid var(--color_type1);
}


#breadcrumb a {
  text-decoration: none;
}

#breadcrumb a:hover {
  text-decoration: none;
}

@media screen and (max-width: 520px) {
  #breadcrumb {
    padding: 3px 0;
  }

  #breadcrumb ul,
  #breadcrumb ol {
    padding: 0 2%;
  }
}

/**================================================== 
header
================================================== **/
header {
  position: sticky;
  top: 0;
  left: 0;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-template-areas: "logo menu1"
    "nav nav";
  align-items: start;
  width: 100%;
  min-width: var(--base-width);
  z-index: 100;
  background: var(--white);
  padding: 0;
  margin: 0;
}

header .logo {
  grid-area: logo;
  display: flex;
  align-items: center;
  padding: 10px 0 0;
}

header .logo img {
  width: 250px;
  height: auto;
}

header .logo strong {
  font-size: 1.2rem;
  white-space: nowrap;
}

header .menu1 {
  grid-area: menu1;

  display: flex;
  justify-content: flex-end;
  gap: 0;
  padding: 0;
}

header .menu1 .h-tel {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-flow: column;
  gap: 5px;
  padding: 5px 15px;
}

header .menu1 .h-tel a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  line-height: 1;
  font-size: 2.4rem;
}

header *[class^="h-"] svg {
  aspect-ratio: 15/20;
  width: 15px;
  height: auto;
  fill: var(--black);
}

header .menu1 .h-tel p {
  font-size: 1.2rem;
  line-height: 1.2;
}

header .menu1 :is(.h-rec, .h-toi) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  text-align: center;
  padding: 15px 20px;
  font-size: 1.6rem;
  line-height: 1;
  box-shadow: 0 0 0 1px var(--black);
  white-space: nowrap;
}

header .menu1 :is(.h-rec, .h-toi):after {
  content: "→";
}

header .menu1 .h-toi {
  background: var(--white);
}

header .menu1 .h-toi svg {
  width: 20px;
  fill: var(--black);
}

header .menu1 .h-rec {
  background: var(--black);
  color: var(--white);
}

header .menu1 .h-rec svg {
  width: 20px;
  fill: var(--white);
}

header nav {
  display: flex;
  justify-content: flex-end;
  grid-area: nav;
  padding: 0 5% 10px 0;
}

header nav .gnav {
  display: flex;
  justify-content: space-between;
  gap: 3vw;
  margin: 15px 0 0;
}

.hamburger,
#hamburger-check {
  display: none;
}

@media screen and (max-width:520px) {
  header {
    padding: 0 0 0 10px;
    position: absolute;
  }

  header .logo {}

  header .logo img {
    width: auto;
    height: 40px;
    margin: 0;
  }

  header .logo strong {
    display: none;
  }

  header .menu1 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  header .menu1 .h-tel {
    flex: 1;
    flex-flow: column;
    gap: 0;
    padding: 0;
    text-align: center;
    white-space: wrap;
    background: var(--white);
  }

  header .menu1 .h-tel a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: bold;
    line-height: 1;
    font-size: 1.5rem;
    box-shadow: 0 0 0 1px var(--black);
  }

  header .menu1 .h-tel p {
    display: none;
  }

  header .menu1 .h-tel p span {
    display: none;
  }

  header .menu1 :is(.h-rec, .h-toi) {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    font-size: 1.2rem;
    padding: 5px;
    gap: 5px;
  }

  header .menu1 :is(.h-tel, .h-rec, .h-toi):after {
    display: none;
  }

  .hamburger {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background: var(--black);
  }

  #hamburger-check {
    display: none;
  }

  /**タップされる前 open**/
  .hamburger span,
  .hamburger span:before,
  .hamburger span:after {
    content: '';
    display: block;
    height: 1px;
    width: 25px;
    border-radius: 3px;
    background-color: var(--white);
    position: absolute;
  }

  .hamburger span:before {
    bottom: 8px;
  }

  .hamburger span:after {
    top: 8px;
  }

  /**タップされたとき close**/
  #hamburger-check:checked~.hamburger span {
    background-color: rgba(255, 255, 255, 0);
  }

  #hamburger-check:checked~.hamburger span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #hamburger-check:checked~.hamburger span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  header nav .gnav {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: var(--black);
    color: var(--white);
    transition: var(--transition);
    /*アニメーション設定*/

    font-size: 1.2em;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 25px;
    padding: 30px 20px 20px;
    margin: 0;
  }

  #hamburger-check:checked~.gnav {
    left: 0;
    /*メニューを画面内へ*/
  }

  header nav .gnav>a:before,
  header nav .gnav .has-second dt>a:before {
    content: "keyboard_arrow_right";
    font-family: var(--icons);
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  header nav .sp {
    display: flex;
    flex-flow: wrap;
    gap: 5px 15px;
    width: 100%;
    margin: 20px 0 0;
  }

  header nav .gnav .h-tel {
    width: 100%;
  }

  header nav .gnav .sp a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid gray;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px;
    font-size: 2rem;
  }

  header nav .gnav .sp a i {
    line-height: 1;
  }

  header nav .gnav .h-tel svg {
    width: 20px;
    fill: var(--white);
  }

  header nav .gnav .h-tel p {
    margin: 8px auto;
    font-size: 1.5rem;
  }

  header nav .gnav .sp a:is(.h-toi, .h-rec) {
    width: calc((100% - 15px) / 2);
    font-size: 1.3rem;
    padding: 10px 0;
  }
}


/**------------------------------ 
has_second
 ------------------------------**/
.has-second dt {
  display: flex;
  align-items: center;
  gap: 0.5em;
  cursor: pointer;
  padding: 0 0 10px;
}

.has-second dt:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  -webkit-transform: rotate(-45deg);
  transform: rotate(135deg);
}

.has-second dt:hover:after {
  transform: rotate(-45deg);
}

.has-second .second-wrapper {
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
  width: 100%;
  padding: 30px 0;
  background: var(--black);
  color: var(--white);
  position: absolute;
  left: 0;
  top: 100px;
}

.has-second:hover .second-wrapper {
  top: calc(100% - 10px);
  visibility: visible;
  opacity: 1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

/* second-content */
.second-content {
  --gap: 3%;
  display: flex;
  justify-content: center;
  gap: var(--gap);
  width: 90%;
  margin: 0 auto;
}

.has-second .second-content a.second {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 0;
  line-height: 1;
}

.has-second .second-content a.second figure img {
  width: 180px;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.has-second .second-content a.second em {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.1em;
  line-height: 1.4;
}

.has-second .second-content a.second em i::before {
  content: "arrow_circle_right";
  font-family: "Material Icons";
  font-size: 1em;
  color: var(--white);
}


@media screen and (max-width:520px) {
  .has-second {
    width: 100%;
  }

  .has-second .second-wrapper {
    visibility: visible;
    opacity: 1;
    width: 100%;
    padding: 5px 0 0;
    position: static;
  }

  .has-second:hover .second-wrapper {
    visibility: visible;
    opacity: 1;
    box-shadow: none;
  }

  /* second-content */
  .second-content {
    --gap: 3px;
    flex-flow: wrap;
    justify-content: flex-start;
    width: 100%;
  }

  .second-content>* {
    width: calc((100% - 3px * 2) / 3);
    background: rgba(255, 255, 255, .2);
  }

  .has-second .second-content a.second {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    padding: 10px 0 10px 10px;
    line-height: 1;
  }

  .has-second .second-content a.second figure {
    display: none;
  }

  .has-second .second-content a.second em {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row;
    gap: 2px;
    font-size: 1.6rem;
  }

  .has-second .second-content a.second em i:before {
    content: "keyboard_arrow_right";
    font-size: 1.2rem;
  }
}

/**================================================== 
 footer
================================================== **/
footer {
  padding-top: 100px;
  padding-bottom: 70px;
  background:
    linear-gradient(to bottom, var(--white) 0%, rgba(255, 255, 255, 0) 40%),
    url(/common/images/bg_05.jpg) no-repeat center bottom -3px / 100% auto;

  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 40% 1fr;
  grid-template-areas: "logo ul"
    "p ul"
    "copy copy";
  gap: 0 100px;
}

footer .logo {
  grid-area: logo;
  margin: 0 0 40px;
}

footer p {
  grid-area: p;
}

footer ul {
  grid-area: ul;
  width: fit-content;
  font-weight: bold;
  column-count: 2;
  font-size: 1.8rem;
}

footer ul li {
  margin: 0 0 1.3rem;
  break-inside: avoid;
}

footer ul a {
  display: block;
}

footer ul .child {
  margin: 0.5rem 0 0 2rem;
  display: flex;
  flex-flow: column;
  gap: 5px;
  font-size: 1.4rem;
}

footer ul img {
  display: block;
  margin: 3rem 0 0;
}

footer .copyright {
  grid-area: copy;
  margin-top: 280px;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width:520px) {
  footer {
    padding-top: 40px;
    padding-bottom: 130px;

    display: grid;
    grid-template-rows: repeat(2 auto) 1fr auto;
    grid-template-columns: 1fr;
    grid-template-areas: "logo"
      "p"
      "ul"
      "copy";
    gap: 15px;
  }

  footer .logo {
    margin: 0 0 10px;
    text-align: center;
  }

  footer ul {
    column-count: 2;
    font-size: 1.5rem;
    margin: 15px -5% 0;
    padding: 20px 15px;

    border-top: 1px dotted var(--color_type1);
    border-bottom: 1px dotted var(--color_type1);
  }

  footer ul li {
    margin: 0 0 1.5rem;
  }

  footer ul .child {
    margin: 1rem 0 0 2rem;
    gap: 10px;
    font-size: 1.4rem;
  }

  footer .copyright {
    margin-top: 30px;
  }
}

/**================================================== 
.owlet-form
==================================================**/
:root {
  --form-fz: 1.6rem;
  --alert: #BC8F8F;
  --minw: 10em;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea,
form select {
  height: auto;
  width: 100%;
  padding: 10px 15px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  background: #fff;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  margin: 0 0 5px;
  font-size: var(--form-fz);
}

form input::placeholder {
  color: #ddd;
}

form textarea {
  min-height: 10em;
}

form select {
  width: fit-content;
}

form input[type="text"]:focus,
form textarea:focus,
form select:focus {
  outline: 0;
  box-shadow: 0 0 0 1px var(--alert) inset;
}

form label {
  cursor: pointer;
  display: block;
  width: fit-content;
  line-height: 1;
}

form label+label {
  margin-top: 10px;
}

form input[type="radio"],
form input[type="checkbox"] {
  width: 1em;
  height: 1em;
  margin: 0 5px 0 0 !important;
  accent-color: var(--alert);
}

form input[name*="name"],
form input[name*="tel"],
form input[name*="age"] {
  width: var(--minw);
  margin: 0 5px;
}

@media screen and (max-width:520px) {

  form input[name*="name"],
  form input[name*="tel"],
  form input[name*="age"] {
    width: 100%;
  }
}

/**------------------------------ 
装飾
 ------------------------------**/
.require {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: inline-block;
  width: 3em;
  height: 2em;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  background: #cc0000;
}

form table th {
  position: relative;
}

.form table {
  width: 100%;
  border: none;
  margin: 30px 0;
}

.form :is(th, td) {
  padding: 15px 20px;
  background: #eee;
  border-bottom: 5px solid #fff;
  vertical-align: middle;
}

.form th {
  width: 20%;
  font-weight: bold;
  font-size: 1.8rem;
}

.form td {
  padding-left: 80px;
}

.alert {
  margin: 5px 0;
  color: #cc0000;
}

.owlet-input-sample {
  color: #aaa;
  margin: 8px 0 0;
  font-size: 1.4rem;
}

.owlet-rules-title {
  font-weight: bold;
  margin: 0 0 10px;
  font-size: 1.9rem;
}

.owlet-rules-body {
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  font-size: 1.4rem;
  border: 1px solid #eee;
  padding: 15px;
}

.owlet-rules-body :is(h2, h3) {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 40px auto 15px;
}

.owlet-rules-body h2 {
  margin-top: 0;
}

.owlet-rules-agree {
  text-align: center;
  position: relative;
  margin: 50px auto;
}

.owlet-rules-agree .require {
  position: static;
  margin-left: 15px;
  transform: none;
}

.form_button{
  display: flex;
  flex-flow: column-reverse;
}

.form_button input,
.form_button a,
.submit {
  font-size: 1.6rem;
  width: 320px;
  margin: 60px auto;
  color: #fff;
  background: var(--black);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 25px 30px;
  cursor: pointer;
  font-weight: bold;
}
.form_button a{
  background-color: var(--white);
  border: 1px solid var(--black);
  color: var(--black);
}

form a {
  width: 10em;
  margin: 10px auto;
  display: block;
  text-align: center;
  text-decoration: underline;
}

form .owlet-rules-body a {
  width: 100%;
  text-align: left;
  margin: 5px 0;
}


@media screen and (max-width:520px) {
  :root {
    --minw: 8em;
  }

  .form :is(table, tbody, tr, th, td) {
    width: 100%;
    display: block;
    border: none;
  }

  .form th {
    padding: 15px 15px 0;
  }

  .form td {
    border-bottom: 3px solid #fff;
    padding: 15px;
  }

  .submit {
    width: 100%;
    margin: 30px 0;
    padding: 20px;
  }

}

.form .sec-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: 0 0 60px;
  color: var(--white);
  padding: 30px;

  --titBc: var(--white);
  --titBm: 0;
}

.form .h-tel {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column;
  gap: 5px;
  padding: 0 15px;
}

.form .h-tel a {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  font-size: 5rem;
}

.form *[class^="h-"] svg {
  aspect-ratio: 15/20;
  width: 0.6em;
  height: auto;
  fill: var(--white);
}

.form .h-tel p {
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 5px 10px;
}

@media screen and (max-width:520px) {
  .form .sec-tel {
    flex-flow: column;
    gap: 15px;
    margin: 0 0 15px;
    padding: 15px 30px;

    --titBfz: 2rem;
  }

  .form .h-tel {
    width: 100%;
    flex-flow: column;
    align-items: center;
    padding: 0;
  }

  .form .h-tel a {
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 3rem;
    box-shadow: 0 0 0 1px var(--white);
    background: var(--white);
    color: var(--black);
    white-space: nowrap;
    height: 60px;
  }

  .form *[class^="h-"] svg {
    fill: var(--black);
  }

  .form .h-tel p {
    margin: 10px 0;
    line-height: 1.5;
    text-align: center;
  }

}

/**================================================== 
 トグル
================================================== **/
.toggle {
  display: none;
}

.wrap-toggle {}

.wrap-toggle>* {
  margin: 0 0 20px;
  padding: 10px 25px;
}

.cl,
.ans {
  padding: 1em 40px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: var(--transition);
}

.cl:before,
.ans:before {
  font-size: 1.5rem;
  position: absolute;
  left: 0;
}

.cl {
  margin: 0 auto;
  display: block;
  position: relative;
}

.cl:before {
  content: "Q";
  top: 50%;
  transform: translateY(-50%);
}

.cl::after {
  content: "＋";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.ans {
  height: 0;
  padding: 0 40px;
  overflow: hidden;
  font-size: 0.9em;
}

.ans:before {
  content: "A";
  top: 0.5em;
}

.toggle:checked+.cl+.ans {
  /*開閉時*/
  height: auto;
  padding: 0.5em 40px 1em;
  transition: var(--transition);
}

.toggle:checked+.cl::after {
  content: "－";
}

@media screen and (max-width:520px) {

  .cl,
  .ans {
    padding: 0.5em 10px 0.5em 1.5em;
  }

  .cl:before,
  .ans:before {}


  .cl {
    line-height: 1.5;
  }

  .cl::after {
    right: 0;
  }

  .ans {
    padding: 0 10px 0 1.5em;
  }

  .toggle:checked+.cl+.ans {
    padding: 5px 10px 1em 1.5em;
  }
}

/**================================================== 
テーブル
================================================== **/

/**基本**/
.table-basic table {
  width: 100%;
  border: none;
  background: var(--white);
}

.table-basic :is(th, td) {
  border-bottom: 1px solid var(--color_type4);
  padding: 30px;
}

.table-basic th {
  width: 20%;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width:520px) {
  .table-basic :is(table, tbody, tr, th, td) {
    display: block;
    width: 100%;
    border: none;
  }

  .table-basic table {
    border-top: 1px solid silver;
  }

  .table-basic :is(th, td) {
    border-bottom: 1px solid silver;
    padding: 15px;
  }

  .table-basic th {
    border-bottom: none;
    padding-bottom: 5px;
  }
}


/**================================================== 
 splide
================================================== **/

/**------------------------------ 
<div class="splide__arrows">
<ul class="splide__pagination"></ul>
<button class="splide__arrow splide__arrow--prev">← </button>
<button class="splide__arrow splide__arrow--next">→ </button>
</div>
 ------------------------------**/

#splide-type3 .splide__arrows {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  padding: 30px var(--over-width-half) 30px 0;
}

#splide-type3 .splide__arrow,
#splide-type3 .splide__arrow:disabled {
  opacity: 1;
  position: static;
  transform: none;
}

#splide-type3 .splide__pagination {
  flex: 1;
  position: static;
  display: flex;
  padding: 0 30px 0 0;
}

#splide-type3 .splide__pagination>* {
  flex: 1;
}

#splide-type3 .splide__pagination .splide__pagination__page {
  width: 100%;
  border-radius: 0;
  opacity: 1;
  height: 2px;
  background: #e1e1e1;
}

#splide-type3 .splide__pagination .splide__pagination__page.is-active {
  transform: none;
  background: #989898;
}

/**================================================== 
 hero MV
================================================== **/
.hero {
  --h: 530px;
  width: 100%;
  padding: 60px 0;
  display: grid;
  grid-template-rows: var(--h);
  grid-template-columns: 1fr auto 70%;
  grid-template-areas: "h3 h2 slide";
  justify-content: start;
  gap: 60px;
  overflow: hidden;
}

.hero h3 {
  grid-area: h3;
  font-size: 3.2rem;
}

.hero h2 {
  grid-area: h2;
  font-size: 2rem;
  margin-right: 40px;
}

.hero :is(h2, h3) {
  writing-mode: vertical-rl;
}

#splide-type1 {
  grid-area: slide;
  height: var(--h);
}

#splide-type1 img {
  width: 100%;
  height: var(--h);
}

/**zoomup**/
#splide-type1 .splide__slide img {
  transition: 10s linear;
}

#splide-type1 .splide__slide.is-active img {
  transform: scale(1.15);
  transition-delay: 0s;
}

@media screen and (max-width:520px) {
  .hero {
    --h: 210px;
    width: 100%;
    padding: 100px 0 30px;
    grid-template-rows: auto var(--h);
    grid-template-columns: auto auto;
    grid-template-areas: "h3 h2"
      "slide slide";
    justify-content: center;
    gap: 30px 15px;
  }

  .hero h3 {
    font-size: 2.4rem;
  }

  .hero h2 {
    font-size: 1.6rem;
    margin-right: auto;
  }
}


/**================================================== 
 section
 .sec-about {}
 .sec-info {}
 .sec-buisiness {}
 .sec-faq {}
 .sec-contact {}
 .sec-history {}
 .sec-product {}
 .sec-group {}
 .sec-philosophy {}
================================================== **/

.sec-news {
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-template-areas: "h ul"
    "a ul";
  gap: 10px 70px;
  align-items: center;

  --btnBm: 0;
}

.sec-news .titA {
  grid-area: h;
}

.sec-news a {
  grid-area: a;
}

.sec-news ul {
  grid-area: ul;
}

/**------------------------------ 
list
 ------------------------------**/
.list-news>* {
  display: flex;
  gap: 20px;
  margin: 0 0 20px;
}

time {
  white-space: nowrap;
}

.em {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 80px;
  color: var(--white);
  background: var(--black);
  font-size: 1.2rem;
}

.em[data-name="ブログ"] {
  background: var(--color_type1);
}

@media screen and (max-width:520px) {
  .sec-news {
    padding-top: 0;
    padding-bottom: 30px;
    gap: 10px 30px;
    grid-template-areas: "h ul"
      "h a";
    align-items: start;
    justify-content: start;

    --titAm: 0;

    --btnBm: 0 0 0 auto;
    --btnBw: fit-content;
  }

  .list-news {
    margin: 30px 0 0;
  }

  .list-news>* {
    flex-flow: wrap;
    gap: 5px;
    margin: 0 0 30px;
  }

  .list-news>* a {
    display: block;
    width: 100%;
  }
}

/**================================================== 
 sec-slogan
================================================== **/
.sec-slogan {
  padding: 40px 0 100px;
}

.box-slogan {
  display: flex;
  justify-content: space-between;
  gap: 5vw;
}

.box-slogan-inner {
  flex: none;
  width: 500px;
  padding: 0 0 50px;

  --titAm: 0 auto 80px;

  --titBm: 0 0 20px;
}

.sec-slogan .posi {
  display: flex;
  justify-content: flex-end;
  gap: 28px;
  margin: 38px 5vw 0 0;
}

.sec-slogan .o1 {
  width: 390px;
  aspect-ratio: 390/425;
  margin: 32px 0 0;
}

.sec-slogan .o2 {
  width: 390px;
  aspect-ratio: 390/385;
  margin: auto 0 0;
}

.sec-slogan .o3 {
  width: 358px;
  aspect-ratio: 358/220;
  margin: auto 0 0;
}

.sec-slogan .o4 {
  width: 759px;
  aspect-ratio: 759/340;
  margin: auto 0 0;
}

@media screen and (max-width:520px) {
  .sec-slogan {
    padding: 40px 0 70px;
  }

  .sec-slogan .titA {
    min-height: 170px;
  }

  .box-slogan {
    position: relative;
  }

  .box-slogan-inner {
    width: 100%;
    padding: 0 5%;

    --titAm: 0 auto 40px;
  }

  .sec-slogan .posi {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: 30px 5% 0;
  }

  .sec-slogan .o1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 32vw;
    margin: 0;
  }

  .sec-slogan .o2 {
    position: absolute;
    top: 60px;
    left: 0;
    width: 32vw;
    margin: 0;
  }

  .sec-slogan .o3 {
    width: 33%;
  }

  .sec-slogan .o4 {
    flex: 1;
  }
}

/**================================================== 
sec-works
================================================== **/
.sec-works {
  background-color: var(--color_type2);
  padding-top: 100px;
  padding-bottom: 1px;

  --titAm: 0 auto 80px;
}

.sec-works .flex_2c {
  --gap: 0px;
  --flex-2c: 320px;

  --titBm: 0;
}

.list-works {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 60px;
  margin: 65px 0 150px;
}

.list-works>* {
  width: calc((100% - 60px) / 2);
}

.list-works a {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;

  --btnBm: 0 5px;
  --btnBw: fit-content;
}

.list-works h3 {
  font-size: 2.4rem;
}

.list-works img {
  aspect-ratio: 520/360;
  width: 100%;
}


.sec-dishes .list-works>* {
  width: calc((100% - 120px) / 3);
}

.sec-dishes .list-works a {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;

  --btnBm: auto 0 0 auto;
}

@media screen and (max-width:520px) {
  .sec-works {
    padding-top: 40px;

    --titAm: 0 auto 40px;
  }

  .sec-works .flex_2c {
    --gap: 10px;
    --flex-2c: 100%;
  }

  .list-works {
    gap: 40px;
    margin: 35px 0 50px;
  }

  .list-works>* {
    width: 100%;
  }

  .list-works h3 {
    font-size: 2rem;
  }

  .sec-dishes .list-works {
    justify-content: space-between;
  }

  .sec-dishes .list-works>* {
    width: 100%;
  }
}

/**================================================== 
    sec-feature
================================================== **/
.sec-feature {
  padding: 100px 0 100px var(--over-width-half);
  display: flex;
  gap: 80px;

  --titBm: 45px 0;

  --btnAm: 20px 0 0 260px;
}

.list-feature img {
  aspect-ratio: 520 / 360;
  width: 100%;
  margin: 0 0 15px;
}

@media screen and (max-width:520px) {
  .sec-feature {
    padding: 40px 5%;
    gap: 10px 30px;
    font-size: 1.2rem;

    --titBfz: 1.8rem;
    --titBm: 20px 0 30px;

    --btnAm: 15px auto;
  }

  .list-feature img {
    margin: 0 0 5px;
  }
}

/**================================================== 
    sec-takeaway
================================================== **/
.sec-takeaway {
  padding-top: 100px;
  padding-bottom: 150px;

  --titAm: 0 auto 80px;
  --titBta: center;
  --btnAm: 60px auto 0;
}

.list-takeaway {
  --gap: 40px;
  display: flex;
  gap: var(--gap);
}

.list-takeaway>* {
  width: calc((100% - var(--gap)*2) / 3);
}

.list-takeaway li a {
  display: flex;
  flex-flow: column;
  gap: 10px;

  --btnBw: fit-content;
  --btnBm: 0 0 0 auto;
  --btnBp: 0 5px 5px;
}

.list-takeaway img {
  aspect-ratio: 520 / 360;
  width: 100%;
}

@media screen and (max-width:520px) {
  .sec-takeaway {
    padding-top: 20px;
    padding-bottom: 40px;

    --titAm: 0 auto 40px;
  }

  .list-takeaway {
    --gap: 10px;
  }

  .list-takeaway>* {
    width: 100%;
  }
}

/**================================================== 
    sec-shop
================================================== **/
.sec-shop {
  padding-top: 60px;
  padding-bottom: 100px;
  color: var(--white);

  --titAc: var(--white);
  --titA_ic: var(--white);
  --titAm: 0 auto 80px;
  --titBc: var(--white);
  --titBta: center;
  --btnBc: var(--white);
  --btnBbd: 1px solid var(--white);
  --btnAw: min(100%, 360px);
  --btnAc: var(--black);
  --btnAbg: var(--white);
  --btnAbd: 1px solid var(--white);
  --btnAm: 60px auto 0;
}

.sec-shop .btnA {
  grid-template-columns: 31px 1fr 35px;
}

.sec-shop .btnA svg {
  aspect-ratio: 31/28;
  width: 20px;
  height: auto;
}

.sec-shop .btnA:hover svg {
  fill: var(--white);
}

@media screen and (max-width:520px) {
  .sec-shop {
    padding-top: 40px;
    padding-bottom: 40px;

    --titAm: 0 auto 40px;

    --titBfz: 1.8rem;
    --titBta: left;
  }
}

/**================================================== 
  sec-about
================================================== **/
.sec-about {
  padding-top: 100px;
  padding-bottom: 400px;
  background: url(/common/images/bg_04.jpg) no-repeat center bottom -3px / 100% auto;
}

.box-about {
  width: var(--base-width);
  margin: 0 auto;
  padding: 60px;
  background: var(--color_type3);
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr 456px;
  grid-template-areas: "tit h h"
    "tit dl pic";
  gap: 0 40px;
  --titAm: 0 30px 0 60px;
  --titBm: 35px 0 60px;
}

.box-about .titA {
  grid-area: tit;
}

.box-about .titB {
  grid-area: h;
}

.box-about :is(dl, .dl) {
  grid-area: dl;
  line-height: 1.8;
}

.box-about dl dt {
  font-size: 2.4rem;
  margin: 0 0 10px;
}

.box-about picture {
  grid-area: pic;
}

@media screen and (max-width:520px) {
  .sec-about {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .box-about {
    padding: 30px 15px 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto 1fr;
    grid-template-areas: "tit h"
      "tit dl"
      "tit pic";
    gap: 20px;
    --titAm: 0;
    --titBm: 20px 0 10px;
  }

  .box-about dl dt {
    font-size: 2rem;
  }
}

/**================================================== 
 aside
================================================== **/
.aside {
  padding-top: 80px;
  padding-bottom: 80px;
  color: var(--white);
  text-align: center;
}

.aside .titA {
  --titAc: var(--white);
  --titA_ic: var(--white);
  --titAff: column-reverse;
  --titAai: center;
  --titAta: center;
  --titAfz: 3.2rem;
  writing-mode: horizontal-tb;
  transform: none;
}

.aside .titA + p{
  margin: -20px auto 20px;
}

.btn-wrap {
  --gap: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  gap: var(--gap);
  margin: 0 0 40px;

  z-index: 1;
}

.btn-wrap :is(.h-tel a, .h-toi) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
  width: 320px;
  height: 60px;
  padding: 15px 20px;
  font-size: 1.6rem;
  line-height: 1;
  box-shadow: 0 0 0 1px var(--white);
  background: var(--white);
  color: var(--black);
  white-space: nowrap;
}

.btn-wrap :is(.h-tel a, .h-toi):after {
  content: "→";
  font-size: 1.6rem;
}

.btn-wrap :is(.h-tel a, .h-toi) svg {
  aspect-ratio: 15/20;
  width: 20px;
  fill: var(--black);
}

.btn-wrap .h-tel a {
  font-size: 2.2rem;
}

.btn-wrap .h-tel a:after {
  display: none;
}


@media screen and (max-width:520px) {
  .aside {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .aside .titA {
    --titAfz: 2.4rem;
  }

  .btn-wrap {
    flex-flow: column;
  }

  .btn-wrap :is(.h-tel a, .h-toi) {
    width: 100%;
  }
}

/**================================================== 
 map
================================================== **/
.sec-map {
  padding-top: 60px;
  padding-bottom: 10px;
}

.sec-map iframe {
  display: block;
  aspect-ratio: 11/4;
  width: 100%;
  height: auto;
}

@media screen and (max-width:520px) {
  .sec-map {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .sec-map iframe {
    aspect-ratio: 11/9;
  }
}

/**================================================== 
 sec-company
================================================== **/

.sec-company {
  padding-top: 100px;
  padding-bottom: 100px;

  display: flex;
  gap: 80px;
}

.sec-company .table-basic {
  flex: 1;
}

@media screen and (max-width:520px) {
  .sec-company {
    padding-top: 40px;
    padding-bottom: 30px;
    gap: 10px 30px;
  }
}

/**================================================== 
 sec-access
================================================== **/

.sec-access {
  background: var(--color_type2);
  padding-top: 100px;
  padding-bottom: 80px;

  --titAm: 0 auto 80px;
  --titBta: center;
  --titBm: 0 0 20px;
}

.sec-access picture {
  display: block;
  margin: 0 0 40px;
}

.sec-access picture img {
  width: 100%;
}

.box-access {
  margin: 60px 0 0;
  padding: 60px 5%;
  background: var(--black);
  color: var(--white);

  --titBc: var(--white);
  --titBfz: 2.6rem;
}

.box-access .btn-wrap {
  margin: 40px auto 0;
}

@media screen and (max-width:520px) {
  .sec-access {
    padding-top: 40px;
    padding-bottom: 30px;
    --titAm: 0 auto 30px;
  }
}

/**================================================== 
 sec-covied
================================================== **/

.sec-covid {
  padding-top: 100px;
  padding-bottom: 100px;

  display: flex;
  gap: 80px;
}

@media screen and (max-width:520px) {
  .sec-covid {
    padding-top: 40px;
    padding-bottom: 30px;

    gap: 10px 30px;

    --titBm: 0 0 15px;
  }

  .sec-covid .flex_2c {
    --gap: 50px;
  }
}

/**================================================== 
 sec-dishes
================================================== **/
.sec-dishes {
  padding-top: 100px;
  padding-bottom: 30px;

  --titBfz: 2.8rem;
}

@media screen and (max-width:520px) {
  .sec-dishes {
    padding-top: 30px;
    --titBfz: 2.2rem;
  }
}

/**================================================== 
 sec-ex
================================================== **/
.sec-ex {
  padding: 100px var(--over-width-half);
  display: flex;
  gap: 80px;

  --titBm: 45px 0;
  --btnAm: 20px 0 0 260px;
}

.list-ex {
  display: flex;
  flex-flow: wrap;
  gap: 20px 5px;
  margin: 45px 0;
}

.list-ex>* {
  width: calc((100% - 5px * 1) / 2);
}

.list-ex img {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  margin: 0 0 5px;
}

@media screen and (max-width:520px) {
  .sec-ex {
    padding-top: 30px;
    padding-bottom: 30px;

    gap: 10px 30px;

    --titBm: 30px 0 0;
  }


  .childOut {
    margin-left: -75px;
  }

}


/**================================================== 
 sec-entry
================================================== **/

.sec-entry {
  padding-top: 100px;
  padding-bottom: 100px;

  display: flex;
  gap: 80px;
}

.sec-entry .form{
  flex: 1;
}

.sec-entry .table-basic {
  flex: 1;
}

@media screen and (max-width:520px) {
  .sec-entry {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 30px;
    gap: 10px 30px;
  }

  .sec-entry .titA {
    display: none;
  }
}


/**================================================== 
 news
================================================== **/
.arichive-news,
.single-news {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width:520px) {

  .arichive-news,
  .single-news {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}


/* -------------------------------------
カテゴリリスト
-------------------------------------*/
.catBtn {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 20px;
  font-size: 1.5rem;
  margin: 0 0 80px;
  padding: 0 20px;
  background: var(--color_type3);
}

:is(.post-type-archive-recruit, .tax-recruit-cat, .single-recruit) .catBtn {
  background: var(--color_type1);
}

.catBtn a {
  color: var(--black);
  padding: 20px 15px;
  border-bottom: 1px solid var(--color_type3);
}

.catBtn :is(a.current, a:hover) {
  border-bottom: 2px solid var(--color_type1);
}

@media screen and (max-width:520px) {
  .catBtn {
    justify-content: flex-start;
    gap: 15px;
    margin: 0 0 40px;
    padding: 0 15px;
    font-size: 1.3rem;
  }

  .catBtn a {
    padding: 15px 10px;
  }
}

/* -------------------------------------
ページャー OWLet
-------------------------------------*/
.pagenation {
  margin: 100px auto 0;
  text-align: center;
  font-size: 1.6rem;
}

.pagenation span {
  line-height: 27px;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 5px;
  text-align: center;
  color: var(--black);
  border-bottom: 1px solid var(--white);
  background: var(--white);
}

.pagenation span.page {
  color: var(--pgn-bg);
  background: var(--pgn-c);
}

.pagenation span.page.current {
  border-bottom: 1px solid var(--color_type1);
}

.pagenation span a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--black);
  border-bottom: 1px solid var(--white);
  background: var(--white);
}

.pagenation span a:hover {
  border-bottom: 1px solid var(--color_type1);
}

@media screen and (max-width: 520px) {
  .pagenation {
    margin: 50px 0 0;
  }

  .pagenation span {
    line-height: 27px;
    width: 30px;
    height: 30px;
    margin: 3px;
  }

  .pagenation span a {
    min-width: 28px;
  }
}/*layout:7*/