@charset "UTF-8";
/*
Theme Name: 【最新】シンプル　天野企画テーマ１
Author: amanokikaku
Author URI: http://amnk.co.jp/
Description: 2019.5.10
Version: 1.0
*/






/*--------------------reset.css--------------------*/

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,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  /* font-weight: normal; */
  vertical-align: baseline;
}

html {
  width: 100%;
  overflow-x: hidden;
  background: #f7f6f4;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 1;
}

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

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #000;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input,
select {
  vertical-align: middle;
}

img,
video {
  vertical-align: bottom;
  max-width: 100%;
  /* width: 100%; */
  height: auto;

  /*.wp-block-image &{
  width: 100%;
	}*/
}

video {
  width: 100%;
}

iframe {
  vertical-align: bottom;
  max-width: 100%;
}

th {
  text-align: left;
}

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

/*--------------------reset.cssここまで--------------------*/

/*--------------------form.css--------------------*/

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],
input[type="range"],
input[type="color"],
input[type="radio"],
input[type="checkbox"],
input[type="submit"],
input[type="button"],
input[type="image"],
select,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: "メイリオ", Meiryo, "Noto Sans JP", sans-serif;
}

/* プレースホルダー */
::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

/* 入力欄 */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],
input[type="range"] {
  width: 100%;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  color: #666666;
}

/* 入力欄 */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="password"],
textarea {
  background: #fff;
  font-size: 16px;
  border-radius: 4px;
  box-shadow: inset 1.5px 1.5px 0px #cccccc;
  border: none;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

/* 日付 */
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"] {
  font-size: 16px;
}

/* 数値 */
/* スピンボタン非表示*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* レンジ */
/* カラーピッカー */
select {
  width: 100%;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  background: url(images/down-select.png) no-repeat right 1em center;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  /* ieでスクロールバー非表示 */
  padding: 0.5em 1em;
  overflow: hidden;
  border: 1px solid #ccc;
}

input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
}

form input[type="radio"] {
  display: none;
}

form input[type="radio"]+span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}

form input[type="radio"]+span:before {
  margin-right: 0.3em;
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #cccccc;
  position: relative;
  top: 2px;
}

form input[type="radio"]:checked+span:after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--main-color);
  display: inline-block;
  border-radius: 5px;
  position: absolute;
  left: 2px;
  top: 6px;
}

form input[type="checkbox"] {
  display: none;
}

form input[type="checkbox"]+span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}

form input[type="checkbox"]+span:before {
  margin-right: 0.3em;
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  border: 1px solid #cccccc;
  position: relative;
  top: 2px;
}

form input[type="checkbox"]:checked+span:after {
  content: "";
  width: 14px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 3px;
  border-bottom: 3px solid var(--main-color);
  border-left: 3px solid var(--main-color);
  transform: rotate(-45deg);
}

.prefbox select {
  width: 100px;
  margin-bottom: 0.5em;
  font-size: 16px;
}

.wrap .contact-form table th,
.wrap .contact-form table td {
  vertical-align: middle;
}

.contact-form button {
  display: block;
  z-index: 1;
  position: relative;
  width: 300px;
  min-width: 200px;
  margin-top: 40px;
  padding: 1em;
  background: #fff;
  text-align: center;
  transition: 0.5s;
  color: var(--main-color);
  /* border-bottom: #104f82 1px solid; */
  border: 1px solid var(--main-color);
  border-radius: 4px;
  filter: drop-shadow(1px 1px 0px #ccc);
  font-size: 14px;
  margin: auto;
}

.contact-form button:after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid var(--main-color);
  border-right: 3px solid var(--main-color);
  content: "";
}

.contact-form button:hover {
  background: var(--main-color);
  color: #fff;
  opacity: 1;
}

.contact-form button:hover:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}


.mw_wp_form_preview .list-caution {
  display: none;
}

@media screen and (min-width: 901px) {
  select {
    width: 410px;
  }

  textarea {
    height: 210px;
    display: block;
    border: none;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }
}

@media screen and (max-width: 640px) {
  textarea {
    height: 60vw;
    display: block;
  }
}

/*--------------------form.cssここまで--------------------*/





body {
  color: #333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: min(18px, 3.75vw);
  letter-spacing: 0;
  font-weight: 500;
  text-align: justify;
  font-feature-settings: "palt";
  text-rendering: optimizeLegibility;
}

body p {
/*   line-height: normal; */
	line-height: 1.75;
}


.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.textJustify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.weightBold {
  font-weight: bold;
}

.colorBlue {
  color: var(--main-color);
}


html, body {
  scroll-behavior: smooth;
/*   overscroll-behavior: none; */
}

*[id] {
  scroll-margin-top: 100px;
  scroll-behavior: auto;
}

body {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

p {
  word-break: break-all;
}


.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.flexCenter {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.flexLeft {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.flexRight {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fullWidth {
  width: 100%;
}

.wp-block-image figcaption {
  text-align: center;
  margin: 15px 0 0;
  font-size: 14px;
  font-weight: 700;
}

.company .wrap-main {
  background: url(images/bg-company-top.png) no-repeat center center;
}

.works .wrap-main {
  background: url(images/bg-works-top.png) no-repeat center center;
}

.recruit .wrap-main {
  background: url(images/bg-recruit-top.png) no-repeat center center;
}

.inner-main {
  color: #fff;
}

.inner-main h1 {
  margin-bottom: 1em;
}

.inner-main p {
  letter-spacing: 0.1em;
  line-height: 1.75;
}


.wrap-2column .list-post {
  /* margin-top:-20px; */
}


.box-post-text {
  /* border-bottom: 1px solid #ccc; */
  margin-top: min(6vw, 3rem);
}

.box-post-text a {
  display: flex;
  align-items: center;
  /* padding: min(4vw,1rem) 0; */
  position: relative;
  gap: min(2vw, 1rem);
  /* flex-flow: wrap; */
  /* font-weight: normal; */
}


.main-column .box-post-text a:after {
  /* -webkit-transform: rotate(45deg); */
  /* display: inline-block; */
  /* position: absolute; */
  /* top: 50%; */
  /* right: 1.5em; */
  /* bottom: 0; */
  /* width: 10px; */
  /* height: 10px; */
  /* margin: auto; */
  /* transform: rotate(45deg) translateY(-50%); */
  /* border-top: 2px solid #999; */
  /* border-right: 2px solid #999; */
  /* content: ""; */
}


.box-post-text a>* {
  /* display: block; */
  /* margin: 5px 0; */
  /* line-height: 20px; */
}

.box-post-text time {
  /* margin-right: 10px; */
  /* font-size: 14px; */
}

.main-column>p {
  text-align: justify;
  line-height: 2.3;
  letter-spacing: .05em;
}


.main-column .has-text-align-right {
  text-align: right;
}

.main-column .has-text-align-center {
  text-align: center;
}

.main-column ul {
  /*margin:15px 0;*/
}

.main-column *+p {
  /* margin-top: 1em; */
}


.main-column ol {
  counter-reset: ol-count;
}


.main-column ul li,
.main-column ol li {
  line-height: 1.75;
}

.main-column ol:not([class]) li:not([class]):before {
  counter-increment: ol-count;
  content: counter(ol-count)".";
  color: var(--main-color);
  font-weight: bold;
}

.main-column ul:not([class]) li:not([class]):before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background: var(--main-color);
  border-radius: 5px;
  margin-right: 5px;
}

.main-column ul:not([class]) li,
.main-column ol:not([class]) li {
  text-indent: -1rem;
  margin-inline-start: 1rem;

  &+li {
    margin-block-start: 0.5rem;
  }
}

.main-columnc .is-style-outline .wp-block-button__link {
  background-color: transparent;
  text-decoration: none;

}

.is-style-outline .wp-block-button__link:after {
  -webkit-transform: rotate(45deg);
  display: inline-block;

  top: 0;
  right: 1em;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  margin-left: 10px;
  transform: rotate(45deg);
  border-top: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
  content: "";


}


.main-column pre {
  max-width: 100%;
  font-size: 14px;
  text-align: justify;
  line-height: 1.7;
  white-space: pre-wrap;
}

.main-column table {
  /* margin:32px 0; */
  width: 100%;
}

.main-column table th,
.main-column table td {
  line-height: 1.75;
  border: unset;
}

.main-column table th {
  padding: 1em 1em;
  vertical-align: top;
}


.main-column table td {
  padding: 1em 1em;
  vertical-align: top;
}



.main-column .box-post-text h3 {
  /* width: calc(100% - 180px); */
  /* margin:0; */
  /* padding:0; */
  /* border:none; */
  /* font-weight: normal; */
  /* font-size: 16px; */
  /* line-height:32px; */
  /* position:relative; */
  line-height: 1.5;
}


.wrap-post-img-text {
  display: grid;
  grid-template: auto / repeat(auto-fill, minmax(240px, 1fr));
  gap: min(4vw, 2rem);
}

.box-post-img-text a {
  display: flex;
  flex-flow: column;
  gap: min(4vw, 1.5rem);
}

.box-post-img-text img {
  aspect-ratio: 50/31;
}

.box-post-img-text a>div:nth-of-type(2) {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 0.5rem 1rem;
}


.box-post-img-text a h3 {
  line-height: 1.5;
  font-size: min(4vw, 16px);
}

.wrap-2column .wrap-post-archive {
  /* margin-top:max(-20px, -8vw); */
}

.wrap-post-archive h3 {
  text-align: left;
}

.box-post-archive:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

/*
.index .box-post-archive:nth-child(1) a{
	padding-top: 0;
}
*/


.box-post-archive a {
  display: flex;
  align-items: flex-start;
  gap: min(4vw, 2rem);
  width: 100%;
  padding: min(40px, 8vw) 0;
  position: relative;
}

.wrap-1column .box-post-archive a {
  /* padding: min(40px,8vw) 0; */
}

.wrap-1column .box-post-archive:first-of-type a {
  padding-top: 0;
}

/*
.box-post-archive a > div:nth-child(2):after {
    content: "";
    content: "続きを読む";
    padding-right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    height: 14px;
    background: url(images/triangle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    margin-top: 15px;
}
*/

.wrap-1column .box-post-archive a:after {
  bottom: min(40px, 8vw);
}


.box-post-archive a>div:nth-child(1) {
  /* width: 250px; */
  flex: 0 min(30%, 250px);
  /* margin-right: 20px; */
}

.box-post-archive a>div:nth-child(2) {
  position: relative;
  flex: 1 calc(100% - 270px);
  /* padding-bottom: 15px; */
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  height: 100%;
}


.box-post-archive a>div:nth-child(2)>div {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  gap: min(2vw, 1rem);
}


.box-post-archive img {
  width: 100%;
  height: auto;
}

.box-post-archive time {
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.box-post-archive time:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(images/date.svg);
  background-size: cover;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.main-column .box-post-archive h3,
.wrap-1column .box-post-archive h3 {
  /* width: 100%; */
  line-height: 1.5;
  font-size: min(4vw, 20px);
  /* margin:0; */
  /* padding:0; */
  /* border:none; */
  /* font-weight: bold; */
  /* margin-top:15px; */
  /* margin-bottom:15px; */
  flex: 1 100%;
}

.box-post-archive p {
  width: 100%;
  line-height: 1.5;
  /* font-size:14px; */
  /* margin-top:5px; */
  position: relative;
  text-align: justify;
}

/*
.box-post-archive p:before {
  content:"続きを読む";
  position:absolute;
  bottom:0;
  right:20px;
}

.box-post-archive p:after {
  content:"";
  display:block;
  height:14px;
  width:14px;
  background:url(images/triangle.svg);
  background-size:cover;
  position:absolute;
  bottom:4px;
  right:0;
}*/

.box-post-archive-side a {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.box-post-archive-side a>div:nth-child(1) {
  width: 75px;
  margin-right: 10px;
}

.box-post-archive-side a>div:nth-child(2) {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: calc(100% - 96px);
}

.box-post-archive-side img {
  width: 100%;
  height: 75px !important;
  height: auto;
}

.box-post-archive-side time {
  display: block;
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 4px;
}

.box-post-archive-side h3 {
  width: 100%;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.box-post-archive-side .category-post {
  display: none;
  width: 70px;
  padding: 0 5px;
  height: 14px;
  border-radius: 3px;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wrap-post-archive-side {
  margin-top: 12px;
}

.wrap-post-archive-side .box-post-archive-side:not(:last-child) {
  margin-bottom: 15px;
}

.category-post {
  display: inline-block;
  min-width: 80px;
  /* height: 20px; */
  border-radius: 3px;
  font-size: 12px;
  /* line-height: 20px; */
  padding: 0.25rem;
  text-align: center;
}

.box-post-text .category-post {
  /* margin-right: 10px; */
}

.header {
  z-index: 6;
  position: relative;
  background: #efefefcc;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.header.over {
  position: fixed;
  left: 0;
}

.header.over.active {
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s 0.5s;
}

.inner-header {
  display: flex;
  /* position: relative; */
  align-items: center;
  justify-content: space-between;
  padding: min(4vw, 1rem) min(8vw, 1.5rem);
  flex-flow: wrap;
  gap: 0.75rem 2rem;

  @media (width <= 1700px){
    padding: calc(min(4vw, 1rem) + 1.75rem) min(8vw, 1.5rem) min(4vw, 1rem)
  }
  
}

.wrap-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.wrap-logo .logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.wrap-logo .logo:before {
  content: "";
  /* height: 1rem; */
  min-width: clamp(40px,3vw, 3rem);
  aspect-ratio: 1/1;
  background: url(images/logo-icon.png) center / contain no-repeat;
}

.wrap-logo .logo:hover {
  opacity: 1;
}

.wrap-logo .logo img {
  display: block;
  width: clamp(150px,10vw, 180px);
  height: auto;
  /* max-height: 40px; */
}

.head-header {
	line-height: 1.25;
	& >*{
		font-weight: 600;
		line-height: 1.5;
		color: var(--main-color);
		margin-bottom: -0.25em;
		font-size: min(4vw, 14px);
	}
	@media(width <= 1700px){
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0;
		background: var(--main-color);
		& >* {
			color: #fff;
			font-size: min(2.5vw,12px);
			/* text-align: center; */
			/* line-height: 1.75; */
			display: flex;
			align-items: center;
			padding: 0 1.5rem;
			height: 1.75rem;
		}
		& br {
			display: none;
		}
	}
	@media(width < 641px){
		& > *{
			font-size: min(2vw, 10px);
            text-align: center;
            line-height: 1;
            height: auto;
            display: block;
            margin-bottom: 0;
            padding: 0.35rem 0 0.3rem;
            letter-spacing: 0.05rem;
		}
	}
}
/* } */


.inner-footer-top .wrap-logo ul {
  text-align: initial;
  line-height: 1.5;
  /* font-size: 14px; */
  margin-top: 1rem;
  /* gap: 1rem; */
}

.inner-footer-top .wrap-logo ul li {
  display: flex;
  gap: 0.5rem;
  align-items: center;

  & a {
    text-decoration: underline;
  }
}

.inner-footer-top .wrap-logo ul li+li {
  margin-top: 1rem;
}

.inner-footer-top .wrap-logo ul li:before {
  content: attr(data-text);
  min-width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  color: #fff;
  font-weight: 700;
  /* font-size: 12px; */
  padding: 0.3rem 0.5rem;
  line-height: 1;
}

.wrap-tel-header p {
  font-size: 14px;
  text-align: right;
  margin-top: 14px;
  margin-right: 50px;
  word-break: keep-all;
  white-space: nowrap;
}

.tel {
  font-size: 28px;
  position: relative;
  top: 8px;
  font-family: 'Fjalla One', sans-serif;
}

.tel:before {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.list-sp-menu {
  display: none;
}

.list-sp-menu li {
  width: 48px;
}

.sp-menu {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  text-align: center;
}

.sp-menu span {
  -webkit-transform: scale(0.8, 0.8);
  display: block;
  padding-top: 0.5em;
  transform: scale(0.8, 0.8);
  font-size: 10px;
  letter-spacing: 0;
}

.sp-menu:before {
  color: var(--main-color);
  font-size: 24px;
}

.nav-open {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}

.nav-open:after {
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  font-size: 10px;
  text-align: center;
  content: "MENU";
}

.footer {
  position: relative;
  margin-top: auto;
}

.footer-contact {
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
}

.footer-contact * {
  text-align: center;
}

.footer-contact h3 {
  margin-bottom: 2em;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  line-height: 1.5;
}

.footer-top {
  padding: min(20vw, 3rem) 0 2rem;
}

.inner-footer-top {
  /* display: flex; */
  /* flex-flow: row wrap; */
  /* align-items: flex-start; */
  /* justify-content: space-between; */
  margin-bottom: min(12vw, 4rem);
}

.box-info-footer {
  width: 300px;
  margin: 0 auto 30px;
  text-align: center;
}

.box-info-footer .logo {
  display: block;
  margin-bottom: 0.5em;
}

.box-info-footer img {
  width: 100%;
  height: auto;
}

.box-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 115px;
}

.info-footer {
  margin-bottom: 1em;
  line-height: 1.5;
}

.list-contact li:not(:last-child) {
  margin-bottom: 0.75em;
}

.btn-number {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
}

.btn-number:before {
  width: 3em;
  margin-right: 0.5em;
  background: #999999;
  color: #ffffff;
  font-size: 45%;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  vertical-align: bottom;
  border-radius: 5px;
}

.btn-contact {
  display: block;
  position: relative;
  padding: 1em;
  border-radius: 3px;
  text-align: center;
}

.btn-contact:after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

.footer-contents {
  width: 840px;
  display: flex;
  justify-content: space-between;
}

.wrap-footer-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.wrap-footer-nav .footer-nav li a span {
  display: none;
}

.wrap-footer-nav .footer-nav {
  width: calc((100% - 40px) / 3);
  border-bottom: 1px solid #cccccc;
}

.wrap-footer-nav .footer-nav li a {
  border-top: 1px solid #cccccc;
  padding: 0.5em 0;
  display: block;
}

.footer-facebook {
  width: calc((100% - 40px) / 3);
}

.footer-twitter {
  width: calc((100% - 40px) / 3);
}

.copyright {
  padding: 1rem 0;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background: var(--main-color);
  /* background-blend-mode: overlay; */
  /* color: #fff; */
  position: relative;
}

.sidebar img {
  max-width: 100%;
  height: auto;
}

/*.sidebar .btn-archive{
	width:100%;
	background:none;
	color:#666 ;
	border:1px solid #ccc;
}

.sidebar .btn-archive:after {
	    border-top: 3px solid #999999;
    border-right: 3px solid #999999;
}*/

.btn-archive+.btn-archive {
  margin-top: min(4vw, 1rem);
}

.widget_nav_menu,
.box-side {}

.widget_nav_menu:not(:last-child),
.box-side:not(:last-child) {
  margin-bottom: 30px;
}

.widget_nav_menu h3,
.head-side {
  position: relative;
  padding: 9px 0;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #eeeeee;
  margin-bottom: 15px;
  line-height: 1;
}

.widget_nav_menu h3:before,
.head-side:before,
.widget_nav_menu h3:after,
.head-side:after {
  display: block;
  content: none;
  height: 16px;
  background-color: #eeeeee;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  min-width: 20px;
}

.widget_nav_menu h3:before,
.head-side:before {
  margin-right: 0.5em;
}

.widget_nav_menu h3:after,
.head-side:after {
  margin-left: 0.5em;
}



.widget_nav_menu .menu>li {
  position: relative;
}

.widget_nav_menu .menu>li,
.list-side>li:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}

.widget_nav_menu .menu>li a,
.list-side>li a {
  display: block;
  position: relative;
  padding: 0.75em 0;
  /* background: #fff; */
  line-height: 1.25;
}

.widget_nav_menu .menu>li a:after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  content: "";



}



.widget_nav_menu ul>li>ul.sub-menu {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s;
}

.widget_nav_menu ul>li:hover>ul.sub-menu {
  visibility: visible;
  z-index: 10;
  opacity: 1;

}

.widget_nav_menu ul>li>ul.sub-menu>li:nth-child(1):before {
  content: "";
  height: 15px;
  width: 15px;
  display: block;
  background: var(--main-color);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  margin: auto 0;
  z-index: -1;
}

.widget_nav_menu ul>li>ul.sub-menu>li>ul>li:nth-child(1):before {
  background: #104f82;
}

.widget_nav_menu ul>li>ul.sub-menu>li:not(:last-child) {
  border-bottom: 1px solid #c9caca;
}


.widget_nav_menu ul>li>ul.sub-menu>li {
  position: relative;
}

.widget_nav_menu ul>li>ul.sub-menu>li a {
  background: var(--main-color);
  padding: 0.75em 1em;
  color: #ffffff;
  z-index: 1;
}

.widget_nav_menu ul>li>ul.sub-menu>li a:hover {
  opacity: 1;
  background: #3b80b7;
}

.widget_nav_menu ul>li>ul.sub-menu>li>ul>li>a {
  background: #104f82;
}


.wp-caption-text {
  font-size: 15px;
  line-height: 1.75;
  margin-top: 0.5em;
  width: 300px;
  text-align: justify;
  letter-spacing: 0.05em;
}

.list-side2 {
  margin-bottom: 1em;
}

.list-side2 li {}

.list-side2 li:not(:first-child) {
  margin-top: 15px;
}

.list-side2 a {
  display: flex;
}

.list-side2 a div:nth-child(1) {
  width: 90px;
  margin-right: 10px;
}

.list-side2 a div:nth-child(2) {
  width: 200px;
}

.box-side2 .list-side2 img {
  width: 100%;
  height: 90px !important;
}

.list-side2 time {
  display: block;
  margin-bottom: 0.5em;
  font-size: 12px;
}

.list-side2 span {
  font-size: 14px;
  line-height: 1.5;
}

.side-compnay {
  line-height: 1.5;
}

.side-compnay picture {
  margin-top: 12px;
}

.side-compnay img {
  margin-bottom: 1em;
}

.side-address-compnay {
  margin-bottom: 1em;
}

.side-address-compnay p:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-size: cover;
  position: relative;
  top: 2px;
}

.company_name:before {
  background: url(images/company.svg);
}

.company_zipcode:before {
  background: url(images/zip.svg);
}

.company_pref:before {
  background: url(images/pref.svg);
}

.company_tel:before {
  background: url(images/tel2.svg);
}

.company_fax:before {
  background: url(images/fax.svg);
}

.side-list-compnay {
  display: flex;
  justify-content: space-between;
}

.side-list-compnay li {
  width: 48%;
}

.side-list-compnay a {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #aaaaaa;
  font-size: 12px;
  text-align: center;
}

/*
.side-access:before {
  margin-right: 0.5em;
  color: #dc4b3e;
}

.side-company:after {
  margin-left: 1em;
}
*/

.box-search {
  display: flex;
  padding-top: 12px;
}

.box-search input[type="text"] {
  width: 85%;
  padding: 7px 14px 6px;
  border-radius: 4px 0 0 4px;
}

.box-search button[type="submit"] {
  width: 15%;
}

.box-search .fa-search {
  display: block;
  background: #666666;
  height: 39px;
  border-radius: 0 4px 4px 0;
  position: relative;
}

.box-search .fa-search:before {
  content: "";
  background: url(images/search.svg);
  background-size: cover;
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.check {
  display: none;
}

.check+.parent {
  display: flex;
  justify-content: space-between;
  padding: 0.75em 1em;
  background: var(--main-color);
  color: #fff;
  line-height: 1.25;
  cursor: pointer;
}

.check+.parent:after {
  content: "▼";
}

.check+.parent+ul {
  display: none;
}

.check:checked+.parent:after {
  content: "▲";
}

.check:checked+.parent+ul {
  display: block;
}

.breadcrumb {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 2em;
  padding: 1em 0 0.5em;
}

.breadcrumb li:nth-child(1) {
  padding-left: 26px;
  position: relative;
}

.breadcrumb li:nth-child(1) a:before {
  content: "";
  width: 18px;
  height: 15px;
  display: inline-block;
  background: url(images/home.svg);
  background-size: cover;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: -2px;

}

.breadcrumb li:not(:first-child):before {
  margin: 0 0.5em 0 1em;
  font-size: 12px;
  content: "/";
}

.breadcrumb a,
.breadcrumb span {
  font-size: 12px;
}

.breadcrumb a:hover {
  text-decoration: underline;
  opacity: 1;
}

:is(.interval5em:not(.wp-block-group) > *:not(:first-child), .wp-block-group.interval5em > div > *:not(:first-child)) {
  margin-top: 0.5em;
}

:is(.interval10em:not(.wp-block-group) > *:not(:first-child), .wp-block-group.interval10em > div > *:not(:first-child)) {
  margin-top: 1em;
}

:is(.interval15em:not(.wp-block-group) > *:not(:first-child), .wp-block-group.interval15em > div > *:not(:first-child)) {
  margin-top: 1.5em;
}

:is(.interval20em:not(.wp-block-group) > *:not(:first-child), .wp-block-group.interval20em > div > *:not(:first-child)) {
  margin-top: min(6vw, 2em);
}

:is(.interval25em:not(.wp-block-group) > *:not(:first-child), .wp-block-group.interval25em > div > *:not(:first-child)) {
  margin-top: 2.5em;
}

:is(.interval30em:not(.wp-block-group) > *:not(:first-child), .wp-block-group.interval30em > div > *:not(:first-child)) {
  margin-top: min(6vw,3em);
}

:is(.interval35em:not(.wp-block-group) > *:not(:first-child), .wp-block-group.interval35em > div > *:not(:first-child)) {
  margin-top: 3.5em;
}

:is(.interval40em:not(.wp-block-group) > *:not(:first-child), .wp-block-group.interval40em > div > *:not(:first-child)) {
  margin-top: 4em;
}

:is(.interval45em:not(.wp-block-group) > *:not(:first-child), .wp-block-group.interval45em > div > *:not(:first-child)) {
  margin-top: 4.5em;
}

:is(.interval50em:not(.wp-block-group) > *:not(:first-child), .wp-block-group.interval50em > div > *:not(:first-child)) {
  margin-top: 5em;
}

.main-visual {
  position: relative;
}


.main-visual .noslide {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

body:not(.index) .main-visual {
  display: flex;
  align-items: center;
  height: 150px;
  background: var(--main-color);
  background-size: cover;
  background-blend-mode: multiply;
}

.main-visual picture {
  display: block;
  position: relative;

  & a {
    position: absolute;
    z-index: 2;
    aspect-ratio: 1/1;
    width: min(25vw, 8rem);
    border-radius: 50%;
    background: var(--main-color);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    color: #fff;
    text-align: center;
    line-height: 1.25;
    font-family: var(--utsukushi);
    font-size: min(18px, 3.5vw);
    outline: 2px solid #fff;
    outline-offset: -0.5rem;

    &:after {
      width: min(10vw, 60px);
      aspect-ratio: 150/19;
      content: "";
      mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2055%208%22%20enable-background%3D%22new%200%200%2055%208%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%220.5%2C7.083%2054.5%2C7.083%2044.596%2C0.5%20%22%2F%3E%3C%2Fsvg%3E') center / contain no-repeat;
      -webkit-mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2055%208%22%20enable-background%3D%22new%200%200%2055%208%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%220.5%2C7.083%2054.5%2C7.083%2044.596%2C0.5%20%22%2F%3E%3C%2Fsvg%3E') center / contain no-repeat;
      background: #fff;
    }

    [data-swiper-slide-index="1"] & {
      inset-inline-end: 0;
      inset-block-end: 0;
      translate: max(-4vw, -6rem) max(-14vw, -12rem);
    }

    [data-swiper-slide-index="0"] & {
      inset-inline-end: 0;
      inset-block-end: 0;
      translate: max(-4vw, -4rem) max(-14vw, -13rem);
    }

    @media (width <=900px) {

      [data-swiper-slide-index="1"] & {
        inset-block-end: unset;
        inset-inline-start: 50%;
        translate: 0 max(-35vw, -18rem);
      }

      [data-swiper-slide-index="0"] & {
        translate: max(-2vw, -6rem) max(-23vw, -10rem);
      }
    }
  }
}

.main-visual_slide img {
  width: 100%;
  height: auto;
  min-height: 420px;
  object-fit: cover;
  /* aspect-ratio: 2/1; */
}


.contents {
  width: min(100%, 1360px);
  margin-right: auto;
  margin-left: auto;
  padding-right: min(40px, 6vw);
  padding-left: min(40px, 6vw);
}


.wrap-2column {
  display: flex;
  flex-flow: row-reverse wrap;
  /* justify-content: space-between; */
  gap: min(8vw, 40px);
}

.wrap-2column .main-column {
  flex: 1;
}

.wrap-2column .sidebar {
  flex: 0 min(30%, 300px);
}

.wrap-2column .section-common+.section-common {
  margin-top: min(80px, 20vw);
}

.section-common {
  padding: min(20vw, 100px) 0;
  position: relative;
}

.section-common+.section-common:not([data-back]) {
  padding-top: unset;
}

.fullvw-width {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: unset;
}

.main-column p:not(:last-child) {
  margin-bottom: 1em;
}

.head-page {
  color: #fff;
  font-size: min(4.5vw, 32px);
  letter-spacing: 0.3rem;
  text-align: center;
  text-indent: 0.3rem;
}

.head-page:after {
  margin-top: 0.5em;
  font-size: 16px;
}

.wrap-slider {
  position: relative;
  width: 1920px;
  left: -360px;
}

.wrap-slider .slider {
  position: relative;
  width: 100%;
  height: 600px;
}

.wrap-slider .slider li {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: backwards;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation-name: fade;
  animation-duration: 15s;
  animation-fill-mode: backwards;
  animation-iteration-count: infinite;
}

.wrap-slider .slider li:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wrap-slider .slider li:nth-child(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.wrap-slider .slider li:nth-child(3) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

@-webkit-keyframes fade {
  0% {
    display: none;
    opacity: 0;
  }

  10% {
    display: block;
    opacity: 1;
  }

  33% {
    display: block;
    opacity: 1;
  }

  45% {
    display: none;
    opacity: 0;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes fade {
  0% {
    display: none;
    opacity: 0;
  }

  10% {
    display: block;
    opacity: 1;
  }

  33% {
    display: block;
    opacity: 1;
  }

  45% {
    display: none;
    opacity: 0;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

.wrap-head-common {
  margin-bottom: 2rem;
}

.head-common {
  font-size: min(5vw, 32px);
  border-bottom: 1px solid #999999;
  padding-bottom: 1rem;
  line-height: 1.5;
}

a:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.hover-opacity1 a:hover {
  opacity: 1;
}

.wrap-btn {
  display: flex;
}

.section-about .wrap-btn {
  /* justify-content: center; */
}

.flexCenter:has(> :is(.btn-archive,.btn-simple)) {
  margin-top: min(8vw, 3rem);
}

:is(.btn-archive:not(:has(>*)), .btn-archive:has(>*) *) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(2vw, 1rem);
  z-index: 1;
  position: relative;
  width: min(380px, 100%);
  /* margin-top: 40px; */
  padding: min(4vw, 0.75rem) min(6vw, 1.5rem);
  background: var(--main-color);
  transition: 0.5s;
  color: #fff;
  border: 1px solid var(--main-color);
  line-height: 1;
  border-radius: 0.5rem;
  font-size: min(4vw,16px);
}

.footer-contact .btn-archive {
  min-width: 350px;
  margin: 2em 0;
  box-shadow: 0 0 3px 1px #ccc;
}

.telp {
  font-family: 'Fjalla One', sans-serif;
  font-size: 40px !important;
}

.sidebar .btn-archive {
  margin-top: 1rem;
  padding: 0.75em;
}

.section-about .btn-archive {
  /* width:100%; */
  /* min-width:100px; */
}

:is(.btn-archive:not(:has(>*)), .btn-archive:has(>*) *):hover {
  background: #ffffff;
  color: var(--main-color);
  opacity: 1;
}

:is(.btn-archive:not(:has(>*)), .btn-archive:has(>*) *):after {
      content: "";
      aspect-ratio: 1/1;
      border-radius: 50%;
      width: 1.25rem;
      background: currentColor;
      mask: url('data:image/svg+xml;base64,PHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2Q5ZDlkOTsKICAgICAgICBzdHJva2Utd2lkdGg6IDBweDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTguMDEsMTIuMTZsLTUuNzIsNS40NGMtLjU1LjUzLTEuNDMuNS0xLjk1LS4wNS0uNTMtLjU1LS41LTEuNDMuMDUtMS45NWwyLjMzLTIuMjJoLTUuNTJjLS43NiwwLTEuMzgtLjYyLTEuMzgtMS4zOHMuNjItMS4zOCwxLjM4LTEuMzhoNS41MmwtMi4zMy0yLjIyYy0uNTUtLjUyLS41Ny0xLjQtLjA1LTEuOTUuNTMtLjU1LDEuNC0uNTgsMS45NS0uMDVsNS43Miw1LjQ0cy4wNy4xLjA3LjE2LS4wMi4xMi0uMDcuMTZaTTEyLDBDNS4zNywwLDAsNS4zNywwLDEyczUuMzcsMTIsMTIsMTIsMTItNS4zNywxMi0xMlMxOC42MywwLDEyLDBaIi8+Cjwvc3ZnPg==') center / contain no-repeat;
      -webkit-mask: url('data:image/svg+xml;base64,PHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2Q5ZDlkOTsKICAgICAgICBzdHJva2Utd2lkdGg6IDBweDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTguMDEsMTIuMTZsLTUuNzIsNS40NGMtLjU1LjUzLTEuNDMuNS0xLjk1LS4wNS0uNTMtLjU1LS41LTEuNDMuMDUtMS45NWwyLjMzLTIuMjJoLTUuNTJjLS43NiwwLTEuMzgtLjYyLTEuMzgtMS4zOHMuNjItMS4zOCwxLjM4LTEuMzhoNS41MmwtMi4zMy0yLjIyYy0uNTUtLjUyLS41Ny0xLjQtLjA1LTEuOTUuNTMtLjU1LDEuNC0uNTgsMS45NS0uMDVsNS43Miw1LjQ0cy4wNy4xLjA3LjE2LS4wMi4xMi0uMDcuMTZaTTEyLDBDNS4zNywwLDAsNS4zNywwLDEyczUuMzcsMTIsMTIsMTIsMTItNS4zNywxMi0xMlMxOC42MywwLDEyLDBaIi8+Cjwvc3ZnPg==') center / contain no-repeat;
      margin-inline-start: auto;
}

:is(.btn-archive:not(:has(>*)), .btn-archive:has(>*) *):hover:after {
  background: var(--main-color);
}

.btn-form,
button.btn-form {
  border: 1px solid var(--main-color);
  background: var(--main-color);
  color: #fff;
  text-align: center;
}

.btn-form:hover,
button.btn-form:hover {
  background: #fff;
  color: var(--main-color);
  opacity: 1;
}

.global-nav {
  display: flex;
  justify-content: end;
  z-index: 2;
  /* width: 100%; */
  gap: min(1vw, 1.25rem);
  letter-spacing: 0;
  /* margin-right: 0; */
}

.global-nav>li {
  position: relative;
  /* flex: 1; */
  /* border-right: 1px solid #ccc; */
}

.global-nav>li:first-child {
  /* border-left: 1px solid #ccc; */
}

.global-nav>li>a {
  display: block;
  padding: 0.5em 0;
  text-align: center;
  position: relative;
  /* font-weight:bold; */
  color: var(--main-color);
  font-weight: 600;
  font-size: min(3.5vw, 14px);
}

.global-nav>li>a:after {
  content: '';
  display: block;
  position: relative;
  bottom: -8px;
  border-bottom: solid 1px #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  opacity: 0.8;
}

.global-nav>li>a:hover:after {
  transform: scaleX(1);
}

.global-nav>li>a span {
  display: block;
  font-size: 10px;
  margin-top: 4px;
  margin-bottom: -4px;
}

.global-nav>li:before {
  content: none;
  display: block;
  height: 1px;
  width: 0;
  background: var(--main-color);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: 0.5s;
}

.global-nav>li:hover:before {
  width: 80%;

}



.global-nav>li>ul {
  z-index: 2;
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  width: 280px;
  transform: translateX(-50%);
  height: auto;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}




.global-nav>li:hover>ul {
  height: auto;
  opacity: 1;
  transition: 0.5s;
  top: calc(100% + 15px);
  visibility: visible;
}

.global-nav>li:hover>ul:before {
  content: "";
  display: block;
  height: 15px;
  width: 100%;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.global-nav>li:hover>ul:after {
  content: "";
  height: 0;
  width: 0;
  display: block;
  border-color: transparent transparent var(--main-color);
  border-style: solid;
  border-width: 0 10px 10px;
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}

.global-nav>li>ul.sub-menu>li>ul>li {
  position: relative;
}

.global-nav>li>ul.sub-menu>li>ul>li:nth-child(1):before {
  content: "";
  height: 0;
  width: 0;
  display: block;
  border-color: transparent transparent #104f82;
  border-style: solid;
  border-width: 10px 10px 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto 0;
  z-index: 2;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.global-nav>li:last-child>ul.sub-menu>li>ul>li:nth-child(1):before {
  left: initial;
  right: -20px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}



.global-nav>li>ul.sub-menu>li a:hover {
  background: #3b80b7;
  opacity: 1;
}



.global-nav>li>ul>li {
  position: relative;
  transition: 0.5s;
}

.global-nav>li>ul>li>ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 1;
}

.global-nav>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;

}


.global-nav>li:last-child>ul>li>ul {
  right: 100%;
  left: initial;
}



.global-nav>li>ul>li>ul>li {
  opacity: 0;
  visibility: hidden;

}

.global-nav>li>ul>li:hover>ul>li {
  opacity: 1;
  visibility: visible;
}

.global-nav>li>ul.sub-menu>li>ul>li>a {
  background: #104f82;
}


.global-nav .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #c9caca;
}

.global-nav .sub-menu a {
  display: block;
  padding: 1em;
  text-align: center;
}

.global-nav .sub-menu>li>a {
  background: var(--main-color);
  color: #fff;
}

.global-nav li>ul>li>a {
  z-index: 10;
}

.drawer-nav>li,
.drawer-nav>li>ul>li,
.drawer-nav>li>ul>li>ul>li {
  position: relative;
  border-bottom: 1px solid #ccc;
  line-height: 1.75;
}

.drawer-nav>li>ul>li:last-child,
.drawer-nav>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.drawer-nav>li>a,
.drawer-nav>li>ul>li>a,
.drawer-nav>li>ul>li>ul>li>a {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 50px;
}

.drawer-nav>li>ul>li>a {
  background: #eeeeee;
}


.drawer-nav li a span {
  display: none;
}

.drawer-nav .sub-menu {
  display: none;
  border-top: 1px solid #ccc;
}

.drawer-nav a {
  display: block;
  padding: 0.5em 1em;
  position: relative;
}


.drawer-nav a:after {
  content: "";
  border-top: 3px solid #999;
  border-right: 3px solid #999;
  height: 9px;
  width: 9px;
  transform: rotate(45deg);
}


.drawer-nav .btn-sub+a:after {
  content: none;
}

/* .drawer-nav a:before {
  content:"●";
  margin-right:3px;
  color:#999999;
} */

.drawer-nav .btn-sub {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 50px;
  margin: auto;
  color: #999999;
}

.drawer-nav .fa-angle-down:before {
  content: "";
  border-top: 3px solid #999;
  border-right: 3px solid #999;
  height: 9px;
  width: 9px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(75%, -50%) rotate(135deg);
}

.drawer-nav .fa-angle-up:before {
  content: "";
  border-top: 3px solid #999;
  border-right: 3px solid #999;
  height: 9px;
  width: 9px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(75%, -50%) rotate(-45deg);
}


.footer-nav>li {
  line-height: 1.75;
}

.footer-nav>li>a {
  position: relative;
}

.footer-nav a:before {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 0.5em;
  transform: rotate(45deg);
  border-top: 2px solid #131313;
  border-right: 2px solid #131313;
  vertical-align: 5%;
  content: "";
}

.footer-nav .sub-menu li a {
  padding-left: 1em;
}

.footer-nav .sub-menu li ul li a {
  padding-left: 2em;
}

.pagination {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  color: var(--main-color);
}


.main-column .pagination li {
  margin: 0 5px;
}

.main-column .pagination li:before {
  content: none;
}

.pagination .pager {
  display: inline-block;
  min-width: 40px;
  border-radius: 50%;
  background: #999;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

.pagination .pager i {
  vertical-align: bottom;
}

.pagination .pager i:before {
  display: block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.pagination .pager:hover,
.pagination .pager.current {
  background: var(--main-color);
  opacity: 1;
}

div:has(>.pagetop) {
  z-index: 3;
  position: fixed;
  inset-block-end: 0;
  inset-inline-end: 0;
  display: flex;
  flex-flow: column;
  align-items: end;
  gap: 8rem;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;

  &.active {
    opacity: 1;
    pointer-events: initial;
  }

  & .pagetop {
    display: flex;
    z-index: 5;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--main-color);
    color: #fff;
    text-align: center;
    translate: max(-4vw,-20px) max(-4vw,-20px);
  }

  & .link-fixed_pc {

    & img {
      inline-size: min(12vw, 99px);
    }
  }

  & .link-fixed_sp {
    display: none;
  }

  @media (width <=640px) {
    gap: 2rem;

    & .link-fixed_pc {
      display: none;
    }

    & .link-fixed_sp {
      display: flex;
      align-items: baseline;
    }

      & .pagetop {
      translate: max(-4vw,-20px) 0;
      }
  }
}


/*
	.fas {
		display: block;
		padding: 0.25em 0 0em;
		height: 1em;
	}
	img{
		height: auto;

		@include media(pc) {
			width: 96px;
		}
		@include media(sp) {
			width: 15vw;
		}
	}
	.fas{
		display: block;
		font-weight: bold;
		color: #fff;
		text-align: center;
		background: $color-main;
		background-size: contain;

		@include media(pc) {
			width: 50px;
			height: 50px;
			font-size: 20px;
			line-height: 50px;
		}
		@include media(sp) {
			width: 10vw;
			height: 10vw;
			font-size: 4vw;
			line-height: 10vw;
		}
	}
*/

.pagetop span {
  -webkit-transform: rotate(-45deg);
  display: block;
  width: 25%;
  height: 25%;
  margin-top: 5px;
  transform: rotate(-45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

/*
.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
  width:100%;
}
*/

.loading {
  z-index: 10100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
}

.loading img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  margin: auto;
}

.bg-loading img {
  background: #aaa url(images/bg-loading.svg) no-repeat center center;
  background-size: 50px;
}

.stage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.dot-pulse {
  -webkit-animation: dotPulse 1.5s infinite linear;
  -webkit-animation-delay: 0.25s;
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--main-color);
  box-shadow: 9999px 0 0 -5px #00529c;
  color: #00529c;
  animation: dotPulse 1.5s infinite linear;
  animation-delay: 0.25s;
}

.dot-pulse::before,
.dot-pulse::after {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #00529c;
  color: #00529c;
  content: "";
}

.dot-pulse::before {
  -webkit-animation: dotPulseBefore 1.5s infinite linear;
  -webkit-animation-delay: 0s;
  box-shadow: 9984px 0 0 -5px #00529c;
  animation: dotPulseBefore 1.5s infinite linear;
  animation-delay: 0s;
}

.dot-pulse::after {
  -webkit-animation: dotPulseAfter 1.5s infinite linear;
  -webkit-animation-delay: 0.5s;
  box-shadow: 10014px 0 0 -5px #00529c;
  animation: dotPulseAfter 1.5s infinite linear;
  animation-delay: 0.5s;
}

@-webkit-keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #00529c;
  }

  30% {
    box-shadow: 9984px 0 0 2px #00529c;
  }

  60%,
  100% {
    box-shadow: 9984px 0 0 -5px #00529c;
  }
}

@keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #00529c;
  }

  30% {
    box-shadow: 9984px 0 0 2px #00529c;
  }

  60%,
  100% {
    box-shadow: 9984px 0 0 -5px #00529c;
  }
}

@-webkit-keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #00529c;
  }

  30% {
    box-shadow: 9999px 0 0 2px #00529c;
  }

  60%,
  100% {
    box-shadow: 9999px 0 0 -5px #00529c;
  }
}

@keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #00529c;
  }

  30% {
    box-shadow: 9999px 0 0 2px #00529c;
  }

  60%,
  100% {
    box-shadow: 9999px 0 0 -5px #00529c;
  }
}

@-webkit-keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #00529c;
  }

  30% {
    box-shadow: 10014px 0 0 2px #00529c;
  }

  60%,
  100% {
    box-shadow: 10014px 0 0 -5px #00529c;
  }
}

@keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #00529c;
  }

  30% {
    box-shadow: 10014px 0 0 2px #00529c;
  }

  60%,
  100% {
    box-shadow: 10014px 0 0 -5px #00529c;
  }
}

.main-column .nav-link {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 2rem;
  justify-content: flex-end;
  /*max-width: 540px;*/
  margin: 15px auto;
}

.main-column .okuric li {
  line-height: 14px;
}

.link-prev,
.link-next,
.link-archive {
  position: relative;
}

/*
.link-prev {
	flex: 1;
}*/

/*
.link-prev a{
    border-radius: 4px 0 0 4px;
}
*/

/*
.link-next {
    flex: 1;
}
*/

/*
.link-next a{
    border-radius: 0 4px 4px 0;
}
*/

/*
.link-archive{
	flex-basis: 50%;
}
*/

.link-prev a,
.link-next a,
.link-archive a {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 1em; */
  color: var(--main-color);
  /* text-align: center; */
  font-weight: 600;
  /* border: 1px solid var(--main-color); */
  filter: drop-shadow();
  font-size: min(3.5vw, 14px);
}

.main-column .pageokuri li {
  /* flex: 0; */
  margin-left: 0px;
}


.link-prev a:hover,
.link-next a:hover,
.link-archive a:hover {
  /* background: var(--main-color); */
  /* color: #fff; */
  /* opacity: 1; */
}



.link-prev a:before,
.link-prev a:after,
.link-next a:before,
.link-next a:after,
.link-archive a:before,
.link-archive a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.link-archive {
  order: 2;
}



.link-prev a:before {
  -webkit-transform: rotate(225deg);
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  transform: rotate(225deg);
  border-top: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
  content: "";
}

.link-next {
  order: 3;
  text-align: right;
}


.link-next a:after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  transform: rotate(45deg);
  border-top: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
  content: "";
}

.link-prev a:hover:before,
.link-next a:hover:after {
  /* border-top: 2px solid #fff; */
  /* border-right: 2px solid #fff; */
}

.icon-phone:before {
  content: "\f095";
}

.icon-access:before {
  content: "\f1ac";
}

.icon-mail:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f0e0";
}

.icon-question:before,
.icon-tel:before {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: -10%;
  content: "";
}

.icon-question:before {
  background: url(images/icon-question.png) no-repeat center center;
  background-size: contain;
}

.icon-tel:before {
  background: url(images/icon-tel.png) no-repeat center center;
  background-size: contain;
}

.bg-blue {
  background: var(--main-color);
}

.bg-stripe-blue {
  background-image: linear-gradient(90deg, var(--main-color) 0, var(--main-color) 3%, transparent 3%, transparent 100%);
  background-position: center bottom;
  background-repeat: repeat;
  background-size: 18px 18px;
}

.index .overlay {
  position: relative;
}

.list-num>li {
  list-style-position: inside;
  counter-increment: cnt;
}

.list-num>li:before {
  display: inline-block;
  content: counter(cnt);
}

/*
.main-column ul.list-caution {
  margin: 0.5em 0 0;
}
*/


ul.list-caution li {
  font-size: min(3.5vw, 13px);
  line-height: 1.5;
  text-indent: -1rem;
  padding-left: 1rem;

  @media screen and (max-width: 640px) {
    & br {
      display: none;
    }
  }
}


ul.list-caution li:before {
  content: "※";
  height: initial;
  width: initial;
  background: none;
}

.list-circle>li {
  margin-left: 1em;
  text-indent: -1em;
}

.list-circle>li:before {
  content: "●";
}

.list-circle-border>li {
  margin-left: 1em;
  text-indent: -1em;
}

.list-circle-border>li:before {
  content: "○";
}

.list-dot>li {
  margin-left: 1em;
  text-indent: -1em;
}

.list-dot>li:before {
  content: "・";
}

.imgFullWidth {
  display: block;
  width: 100%;
  height: auto;
}

/*
* object-fitのclassとie対応（ofi.js必要）
*/
.ofi-cover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.ofi-contain {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.wrap-zoom {
  overflow: hidden;
}

.wrap-zoom>img {
  transition: 0.5s;
}

.wrap-zoom>img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*　疑似要素テキスト　*/
.attrTextLeft:before,
.attrTextTop:before,
.attrTextBottom:after,
.attrTextRight:after {
  content: attr(data-text);
}

.attrTextLeft:before,
.attrTextRight:after {
  display: inline-block;
}

.attrTextTop:before,
.attrTextBottom:after {
  display: block;
}

/*　疑似要素テキスト　*/
/*　疑似要素アイコン　*/
.attrIconLeft:before,
.attrIconTop:before,
.attrIconBottom:after,
.attrIconRight:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: var(--main-color);
  position: absolute;
  left: -36px;
  top: -2px;
  border-radius: 5px;
}

.attrIconLeft:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(images/tel.svg);
  background-size: cover;
  position: absolute;
  left: -36px;
  top: -2px;
  border-radius: 5px;
  margin: 5px;
}

.attrIconTop:before,
.attrIconBottom:after {
  display: block;
}

.attrIconLeft:before,
.attrIconRight:after {
  display: inline-block;
}

/*　疑似要素アイコン　*/
#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

#nav-open {
	z-index: 10000;
	position: absolute;
	top: calc(50% + 0.75rem);
	transform: translateY(-50%);
/* 	right:  min(8vw, 1.5rem); */
	right:  min(4vw, 1.5rem);
	width: 35px;
	height: 40px;
	margin: auto;
	vertical-align: middle;
}

#nav-open:hover {
  cursor: pointer;
}

#nav-open span {
  position: absolute;
  right: 0;
  left: 0;
  width: 80%;
  height: 3px;
  margin: auto;
  background: var(--main-color);
  transition: all 0.5s;
}

#nav-open span:nth-of-type(1) {
  top: 2px;
}

#nav-open span:nth-of-type(2) {
  top: 11px;
}

#nav-open span:nth-of-type(3) {
  top: 20px;
}

/*閉じる用の薄黒カバー*/

.btn-close {
  margin: 40px;
  padding: 1em;
  text-align: center;
  cursor: pointer;
  border: #666666 1px solid;
}

.btn-close:before {
  content: "×";
}

#nav-input:checked~#nav-open span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
  transition: all 0.5s;
}

#nav-input:checked~#nav-open span:nth-of-type(2) {
  opacity: 0;
}

#nav-input:checked~#nav-open span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
  transition: all 0.5s;
}

.table-common {
  width: 100%;
}

.table-common th {
  letter-spacing: 0.2em;
  line-height: 2;
}

.table-common td {
  letter-spacing: 0.1em;
  line-height: 2;
}

.table-common a {
  text-decoration: underline;
}

.table-contact {
  width: 100%;
  border-top: 1px solid #ccc;
}

.table-contact th {
  position: relative;
}

.table-contact th.required:after {
  position: absolute;
  right: 0;
  height: 1.5em;
  padding: 0 1em;
  background: #e60012;
  color: #fff;
  line-height: 1.5;
  content: "必須";
}

.table-contact td {
  border-bottom: 1px solid #ccc;
}

.single-post {
  margin-bottom: 3rem;
  /* border: 50px solid #e8f2ff;
padding: 40px;*/
}

.single-header {
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between;
}

.single-header time {
  margin-right: 2em;
  font-size: 14px;
}

.single-header time:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(images/date.svg);
  background-size: cover;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.single-contents>*:not(:last-child) {
  margin-bottom: 1em;
}

.single-contents strong {
  background: #ffffab;
  padding: 3px 5px;
}

.single-contents a {
  text-decoration: underline;
  color: #1A0DAB;
}


.main-column>*:nth-child(1) {
  margin-top: 0;
}

.president span {
  display: inline;
}

.main-column .box-post-img-text h3+p,
.main-column .box-post-archive p {
  /* margin-top:5px; */
  text-align: justify;
}

.main-column h5 {
  margin: 0 0 0.5em;
}


.single-contents p {
  line-height: 2;
}

.single-contents img {
  max-width: 100%;
  height: auto;
}

.single-contents iframe {
  max-width: 100%;
}

.single-contents table {
  width: 100%;
}

.single-contents table th,
.single-contents table td {
  padding: 0.5em 1em;
  line-height: 1.5;
}

.single-contents strong {
  font-weight: bold;
}

.related {
  margin-top: 50px;
}

.wp-block-media-text {
  margin: 32px 0;
}

.wp-block-media-text {
  align-items: flex-start;
}

.wp-block-media-text>*:nth-child(1) {
  margin-right: 32px;
}

.wp-block-media-text.has-media-on-the-right>*:nth-child(1) {
  margin-right: 0px;
}

.wp-block-media-text.has-media-on-the-right>*:nth-child(2) {
  margin-right: 32px;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}


.wp-block-columns {
  margin: 20px 0;
}

.wp-block-column .wp-block-image {
  margin-bottom: 0;
}

.wp-block-button {
  margin: 15px 0 32px;
}

.wp-block-cover {
  margin: 32px 0;
}

.main-column ul.nav-link li:before {
  content: none;
}


.main-column ul.nav-link li.link-archive:nth-child(1) {
  margin: 0 auto;
}

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
  background-color: var(--main-color);
}


.main-column .sitemap>li {
  border-top: 1px solid #cccccc;
}

.main-column .sitemap>li>a {
  padding: 10px 0;
  display: block;
  /* margin-bottom: 10px; */
  font-weight: bold;
  font-size: 16px;
  /* border-bottom: 1px solid;*/
}

.main-column .sitemap>li:last-child {
  border-bottom: 1px solid #cccccc;
}



.main-column .sitemap li a span {
  display: none;
}


.main-column .sitemap .sub-menu {
  margin: 0;
}

.main-column .sitemap>li>.sub-menu {
  border-top: 1px solid #cccccc;
  margin-bottom: 10px;
}

.main-column .sitemap>li>ul>li {
  margin-top: 10px;
  line-height: 2;
}

.main-column .sitemap>li>ul>li>a {
  display: inline-block;
  font-weight: bold;
}

.main-column .sitemap>li>ul>li>ul>li {
  margin: 0px 0 0 20px;
  line-height: 2;
}


.main-column .sitemap>li>ul>li>ul>li>a {
  display: inline-block;
}




.main-column .sitemap li:before {
  content: none;
}

.main-column .contact-form table th {
  padding: 15px 15px 15px 0;
  min-width: 250px;
}

.main-column .contact-form table td {
  padding: 15px 0 15px 15px;
  width: calc(100% - 250px);
}

.section-about h2 {
  /* margin-bottom:15px; */
}

.section-about .btn-archive {
  /* margin-top:15px; */
}

/*
.main-column .wrap-post-img-text .box-post-img-text h3{
  margin-top: 12px;
  margin-bottom: 5px;
}*/

#nav-content .logo {
  display: block;
  margin: 4vw 16vw 2vw;
  overflow: hidden;
}

/*

.mobile-tel-header{
  display: flex;
  flex-direction: column-reverse;
  margin:10px;
  background: var(--main-color);
  color: #ffffff;
  padding:8px;
  border-radius: 5px;
  border-bottom: #104f82 1px solid;
}

.mobile-tel-header a{
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  border-bottom: 1px solid #ffffff;
  padding-bottom:3px;
	padding-left:32px;
}

.mobile-tel-header a::before {
    content: "どんなことでもお気軽におといあわせください";
    width: calc(100% + 32px);
    background: none;
    margin: 0;
    border-radius: initial;
    font-size: 11px;
    text-align: center;
    font-family: "メイリオ", Meiryo, "Noto Sans JP", sans-serif;
    border-bottom: 1px solid #ffffff;
    height: auto;
    padding: 0 0 6px;
    margin: 0 0 6px;
    position: relative;
    display: block;
    transform: inherit;
    top: initial;
    left:-32px;
	margin-top:3px;
}

.mobile-tel-header a::after{
	content:"";
	display:block;
	height:32px;
	width:32px;
    position:absolute;
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M15,12H17A5,5 0 0,0 12,7V9A3,3 0 0,1 15,12M19,12H21C21,7 16.97,3 12,3V5C15.86,5 19,8.13 19,12M20,15.5C18.75,15.5 17.55,15.3 16.43,14.93C16.08,14.82 15.69,14.9 15.41,15.18L13.21,17.38C10.38,15.94 8.06,13.62 6.62,10.79L8.82,8.59C9.1,8.31 9.18,7.92 9.07,7.57C8.7,6.45 8.5,5.25 8.5,4A1,1 0 0,0 7.5,3H4A1,1 0 0,0 3,4A17,17 0 0,0 20,21A1,1 0 0,0 21,20V16.5A1,1 0 0,0 20,15.5Z" /></svg>') no-repeat center center;
    background-size:cover;
	left: -1px;
    top: 18px;
}

.mobile-tel-header p{
  font-size: 16px;
  text-align:center;
  padding-top: 9px;
}
*/

.mobile-header-banner {
  margin: 30px 20px 0;
}

.mobile-header-banner li {
  position: relative;
  top: unset;
}

.mobile-header-banner li:not(:first-child) {
  margin-top: 10px;
}

.mobile-header-banner li>* {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.mobile-header-banner a {
  display: block;
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px;
  font-size: 12px;
  /*text-align: center;*/
  background: var(--main-color);
  color: #fff;
}

.mobile-header-banner li.contact a:before {
  content: "";
  height: 20px;
  width: 20px;
  margin-right: 10px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="white" d="M20,8L12,13L4,8V6L12,11L20,6M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z" /></svg>') no-repeat center center;
  background-size: cover;
  fill: #fff;
}

.mobile-header-banner li.tel a:before {
  content: "";
  height: 20px;
  width: 20px;
  margin-right: 10px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="white" d="M15,12H17A5,5 0 0,0 12,7V9A3,3 0 0,1 15,12M19,12H21C21,7 16.97,3 12,3V5C15.86,5 19,8.13 19,12M20,15.5C18.75,15.5 17.55,15.3 16.43,14.93C16.08,14.82 15.69,14.9 15.41,15.18L13.21,17.38C10.38,15.94 8.06,13.62 6.62,10.79L8.82,8.59C9.1,8.31 9.18,7.92 9.07,7.57C8.7,6.45 8.5,5.25 8.5,4A1,1 0 0,0 7.5,3H4A1,1 0 0,0 3,4A17,17 0 0,0 20,21A1,1 0 0,0 21,20V16.5A1,1 0 0,0 20,15.5Z" /></svg>') no-repeat center center;
  background-size: cover;
  fill: #fff;
}

.mobile-header-banner li.img a:before {
  content: "";
  height: 20px;
  width: 20px;
  margin-right: 10px;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJfeDMyXyIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTg3LDEzMS40djMzNi4xaDQyNVYxMzEuNEg4N3ogTTIyNC4xLDE5MS41YzIzLjQsMCw0Mi4zLDE4LjksNDIuMyw0Mi4zYzAsMjMuNC0xOC45LDQyLjMtNDIuMyw0Mi4zICAgYy0yMy4zLDAtNDIuMy0xOC45LTQyLjMtNDIuM0MxODEuOCwyMTAuNSwyMDAuOCwxOTEuNSwyMjQuMSwxOTEuNXogTTEzMC4zLDQxMi4xbDYyLjItOTQuOGMzLjYtNS40LDkuNS04LjksMTYtOS40ICAgczEyLjgsMi4xLDE3LjEsN2wzNy4xLDQybDY3LjItMTAyLjJjMy45LTUuOSwxMC40LTkuNCwxNy40LTkuNGM3LDAsMTMuNiwzLjUsMTcuNCw5LjRsMTAzLjksMTU3LjRMMTMwLjMsNDEyLjFMMTMwLjMsNDEyLjF6Ii8+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjM3OC44LDQ0LjUgMCw0NC41IDAsMzQ4LjkgNDcuNCwzNDguOSA0Ny40LDkxLjkgMzc4LjgsOTEuOSAgIi8+CjwvZz4KPC9zdmc+') center / contain no-repeat;
  background-size: cover;
  fill: #fff;
}


.mw_wp_form_input .mw-input-page {
  display: block;
}

.mw_wp_form p {
  /* font-size: 16px; */
  /* line-height: 1.7em; */
}

.mw_wp_form_input .mw-check-page {
  display: none;
}

.mw_wp_form_preview .mw-input-page {
  display: none;
}

.mw-btn {
  background: var(--main-color);
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 1em;
}

/* シンプルフッター */

.inner-footer-top .wrap-logo {
  flex-flow: column;
  text-align: center;
  margin-bottom: min(8vw, 2rem);
  gap: min(2vw, 1rem);
}

.footer-banner {
  margin-bottom: 3rem;
}

.footer-banner-list {
  display: flex;
  /*flex-flow: wrap;*/
  gap: min(4vw, 2rem);
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  padding-right: min(80px, 8vw);
  padding-left: min(80px, 8vw);
}

.simple-footer-nav {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  /* margin-bottom: -30px; */
}

.simple-footer-nav li a {
  /* padding: 0 1em; */
  /* border-right: 1px solid #666666; */
  /* color: #666666; */
  font-size: min(4vw, 16px);
  font-weight: 600;
  color: var(--main-color);
}

.simple-footer-nav li ul {
  display: none;
}

.contact-tel {
  color: #ffffff;
}


/* Edge */
@supports (-ms-ime-align: auto) {
  .wp-block-image img {
    width: 100%;
  }
}


/* IE10以降 */
@media all and (-ms-high-contrast: none) {

  /* ハイコントラストモードが「オフ」の場合 */
  .wp-block-image img {
    width: 100%;
  }
}


@media screen and (min-width: 1281px) {
  #nav-open {
    display: none;
  }

  .btn-close {
    display: none;
  }

  .drawer-nav,
  .mobile-header-banner {
    display: none;
  }
}

@media screen and (min-width: 1261px) {
  .single-wrap {
    padding: 3rem;
    border: 1px solid #ccc;
  }

  .contents {
    /* width: 1200px; */
    /* margin-right: auto; */
    /* margin-left: auto; */
  }

  .wrap-1column .contents {
    /* width: 940px; */
  }


  .has-large-font-size {
    font-size: 42px;
  }

  .wrap-2column .main-column {
    /* flex: 0 850px; */
  }


  .wrap-1column-narrow .main-column {
    width: 940px;
    margin: 0 auto;
  }



  .wp-block-cover__inner-container p {
    color: #ffffff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  .wrap-message>div:nth-child(1) {
    width: calc(100% - 222px - 50px);
  }
}


@media screen and (max-width:1375px) {
  .footer-top {
    padding-bottom: unset;
  }

  .footer-top .tb-contents {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .simple-footer-nav {
    flex-wrap: wrap;
    gap: unset;
    justify-content: space-between;
    border-top: 1px solid #999999;
  }

  .simple-footer-nav li {
    width: calc(100%/2);
    text-align: center;
    border-bottom: 1px solid #999999;
  }

  .simple-footer-nav li:nth-of-type(2n+1) {
    border-right: 1px solid #999999;
  }

  .simple-footer-nav #menu-item-729 {
    border-bottom: none;
  }

  .simple-footer-nav li a {
    border-right: none;
    width: 100%;
    padding: 15px 0;
    display: block;
  }
}

@media screen and (min-width: 901px) and (max-width:1260px) {
  .contents {
    /* width: calc(100% - 80px); */
    /* margin-right: auto; */
    /* margin-left: auto; */
  }

  .wrap-2column .main-column {
    /* flex: 0 calc(100% - 340px); */
  }

  .footer-contents {
    width: calc(100% - 340px);
  }

  .footer-contents .footer-nav a {
    font-size: 1.2vw;
  }

  .wrap-message {
    flex-flow: wrap;
  }

  .wrap-message>div:nth-child(1) {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 25px;
  }

  /*	
	.lazyloaded{
	width:initial;
	}
*/

  .main-visual .noslide {
    /* width:calc((100% - 80px) * 1.6); */
    /*left:calc((100% - 80px) * -0.3);*/
  }

}



@media screen and (min-width: 901px) {
  .tb {
    display: none;
  }

  .sp {
    display: none;
  }

  body.over {
    padding-top: 100px;
  }

  .wrap-2column {
    /* display: flex; */
    /* flex-flow: row-reverse nowrap; */
    /* justify-content: space-between; */
    /* gap: 40px; */
  }

  .wrap-2column .sidebar {
    /* flex: 1 300px; */
  }

  .index .wrap {
    /* padding: 70px 0 150px; */
  }

  body:not(.index) .wrap {
    padding: 0 0 150px;
  }

  .inner {
    padding: 0 50px;
  }

  .wrap-section-interval>*:not(:last-child) {
    margin-bottom: 90px;
  }

  .wrap-section-padding>* {
    padding: 60px 0;
  }

  .wrap-2column .section-common:nth-child(1) h2 {
    margin-top: 0px;
  }

  .wrap-1column .section-common {
    /* padding: 60px 0; */
  }

  .wrap-1column .box-post-img-text {
    /* width: calc((100% - 75px) / 3); */
    /*margin: 20px 0;*/
  }

  .wrap-main {
    display: flex;
    position: absolute;
    top: -25px;
    left: -450px;
    align-items: center;
    justify-content: flex-end;
    width: 898px;
    height: 305px;
    padding: 50px;
  }

  .inner-main {
    width: 250px;
  }

  .inner-main h1 {
    font-size: 26px;
  }

  .inner-main p {
    font-size: 14px;
  }

  /*	
  .wrap-post-img-text {
    margin: -20px 0;
  }
*/

  .header.over {
    top: -40px;
  }

  .wrap-tel-header {
    display: flex;
    flex-wrap: nowrap;
  }

  a[href^="tel:"] {
    pointer-events: none;
    /* word-break: keep-all; */
    /* white-space: nowrap; */
  }

  .btn-form,
  button.btn-form {
    width: 250px;
    padding: 1em;
    font-size: 15px;
  }

  .pagetop.active {
    bottom: 20px;
    opacity: 0.7;
    transition: unset;
  }

  .pagetop.active:hover {
    opacity: 1;
  }

  .icon-question:before,
  .icon-tel:before {
    width: 15px;
    height: 15px;
  }

  .bg-footer {
    background: url(images/bg-footer.jpg) no-repeat center top -1px;
    background-size: 2001px 273px;
  }

  .index .overlay:before {
    z-index: 4;
    position: absolute;
    top: -40px;
    left: -450px;
    width: 480px;
    height: 743px;
    background: rgba(0, 155, 219, 0.6);
    content: "";
  }

  .index1:after {
    z-index: 1;
    position: absolute;
    top: -160px;
    left: -450px;
    width: 898px;
    height: 864px;
    background: url(images/index1.png) no-repeat center center;
    content: "";
  }

  .bg-company {
    background: url(images/bg-works.png) no-repeat center top;
  }

  .bg-outline {
    background: url(images/bg-outline.jpg) no-repeat center top;
  }

  .bg-history {
    background: url(images/bg-history.jpg) no-repeat center top;
  }

  .bg-access {
    background: url(images/bg-access.jpg) no-repeat center top;
  }

  .table-common th {
    width: 180px;
    padding: 0.5em 1em;
    vertical-align: top;
  }

  .table-common td {
    padding: 0.5em 1em;
    vertical-align: top;
  }

  .table-contact {
    margin-bottom: 60px;
  }

  .table-contact th {
    width: 230px;
    padding: 2em 0 0 1em;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    vertical-align: middle;
    vertical-align: top;
  }

  .table-contact th.required:after {
    top: 2.5em;
    font-size: 11px;
  }

  .table-contact td {
    padding: 1em 2em;
  }

  .confirm .table-contact td {
    height: 72px;
    line-height: 40px;
  }

  .wrap-1column .box-post-archive a>div:nth-child(1) {
    /* width: 300px; */
    /* margin-right: 40px; */
  }

  .wrap-1column .box-post-archive a>div:nth-child(2) {
    width: calc(100% - 300px);
  }


}


@media screen and (min-width: 641px) and (max-width:900px) {
  .single-wrap {
    padding: 0px;
    border: 0px solid #ccc;
    box-shadow: 0px 0px 0px #eee;
  }

  .wrap-1column .box-post-archive a>div:nth-child(2) {
    width: calc(100% - 280px);
  }

  .wrap-message>div:nth-child(1) {
    width: calc(70% - 40px);
  }

  .wrap-message>div:nth-child(2) {
    width: 75%;
    margin-right: 2%;
  }

  .wrap-message>div:nth-child(2) .btn-archive {
    min-width: 100%;

  }

  .main-visual .noslide {
    /* width:calc(92% * 1.6); */
    /*left:calc(92% * -0.3);*/
  }


  .widget_media_image figure {
    width: 100% !important;
    display: flex;
    flex-direction: row;
  }

  .widget_media_image figure a {
    max-width: 300px;
    margin-right: 2%;
  }

  .widget_media_image figcaption {
    margin-top: 0;
    width: calc(100% - (300px + 2%));
  }

}


/* @media screen and (max-width: 1260px) { */
@media screen and (max-width: 1280px) {
  #nav-close {
    display: none;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }

  #nav-content {
    -webkit-transform: translateX(-105%);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    max-width: 300px;
    min-width: 300px;
    height: 100%;
    overflow: auto;
    transform: translateX(-105%);
    background: #fff;
    transition: 0.5s ease-in-out;
    white-space: nowrap;
    word-break: keep-all;
  }

  .btn-close {
    display: block;
  }

  #nav-input:checked~#nav-close {
    display: block;
    opacity: 0.5;
  }

  #nav-input:checked~#nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*left: 0;*/
    box-shadow: 6px 0 25px rgb(0 0 0 / 15%);
  }

  .global-nav {
    display: none;
  }

  .position_absolute :is(.copyright-1, .copyright-2) {
    display: none;
  }
}


@media screen and (max-width: 900px) {

  .inner-header {
    gap: unset;
  }


  .consept-block h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .consept-block p {
    margin-bottom: 12px;

  }

  .single-wrap {
    padding: 0px;
    border: 0px solid #ccc;
    box-shadow: 0px 0px 0px #eee;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  body.over {
    padding-top: 80px;
  }

  .tb-contents {
    /* width: 100%; */
    /* padding-right: 4%; */
    /* padding-left: 4%; */
  }

  /* 	.footer-top {
	padding-bottom: unset;
	} */

  /*   .footer-top .tb-contents {
    width: 100%;
  padding-right: 0;
  padding-left: 0;
  }	 */

  /*   .simple-footer-nav{
	flex-wrap:wrap;
	gap: unset;
	  
	 justify-content: space-between;
	  border-top: 1px solid #999999;
	} */

  .simple-footer-nav li {
    /*     flex: 1 50%; */
    /*  	width: calc(100%/2);
    text-align: center; */
    /*     border-top: 1px solid #999999; */
    /* 	  border-bottom: 1px solid #999999; */
  }

  /*    .simple-footer-nav li:nth-of-type(2n){
	   border-left: 1px solid #999999;
   } */
  /*    .simple-footer-nav li:nth-of-type(2n+1){
	   border-right: 1px solid #999999;
   }
	
	.simple-footer-nav #menu-item-729{
		border-bottom:none;
	}
	
	.simple-footer-nav li a{
	border-right:none;	
	width: 100%;
		padding: 15px 0;
	display:block;
	} */

  .sp-contents {
    width: 100%;
    padding-right: 4%;
    padding-left: 4%;
  }

  .wrap-2column .main-column {
    margin-bottom: 10vw;
    flex: 1 100%;
  }

  .wrap-2column .section-common:nth-child(1) h2 {
    margin-top: 0px;
  }

  /*
  .wrap-2column .section-common h2 {
    text-align:center;
	display:block;
  }*/

  .index .wrap {
    /* padding: 10vw 0 20vw; */
  }

  body:not(.index) .wrap {
    padding: 0 0 20vw;
  }

  .wrap-section-interval>*:not(:last-child) {
    margin-bottom: 15vw;
  }

  .wrap-section-padding>* {
    padding: 10vw 0;
  }

  .wrap-2column .section-common:not(:last-child) {
    margin-bottom: 10vw;
  }

  .wrap-1column .section-common {
    /* padding: 10vw 0; */
  }

  .box-post-text a {
    /* flex-flow: row wrap; */
    /* padding:10px 0; */
  }

  .header.over {
    top: -80px;
  }

  .wrap-logo {
    /* margin-left: 20px; */
    width: 100%;
    /* padding-right: 50px; */
  }

  /*.head-header {
    width: 55%;
  }*/

  /*.head-header p,.head-header h1{
    min-width:420px;
  }*/

  .wrap-tel-header {
    display: none;
  }

  .inner-footer-top {
    justify-content: center;
  }

  .inner-footer-top>div {
    margin: 20px;
  }

  .box-info-footer {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 285px;
  }

  .wrap-footer-nav .footer-nav li a {
    font-size: 1.6vw;

  }

  .wrap-2column .sidebar {
    flex: 1;
  }

  .sidebar>* {
    width: 100%;
  }

  .sidebar .widget_nav_menu {
    display: none;
  }

  .sidebar img {
    width: 100%;
  }

  .list-side2 a div:nth-child(1) {
    width: 40%;
    margin-right: 5%;
  }

  .list-side2 a div:nth-child(2) {
    width: 55%;
  }

  .side-list-compnay {
    justify-content: flex-start;
  }

  .side-list-compnay li:nth-child(1) {
    margin-right: 1em;
  }

  .footer-nav {
    align-items: center;
  }

  .footer-contents {
    width: 100%;
  }

  .pagetop {
    right: 3vw;
    bottom: -60px;
  }

  .pagetop.active {
    bottom: 3vw;
  }

  .top-message {
    font-size: 30px;
  }

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

  .side-compnay h3 {
    width: 100%;
  }

  .side-compnay picture {
    width: 100%;
  }

  .side-address-compnay-box {
    width: 100%;
  }

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

  .sidebar .company-photo>div {
    width: 48%;
    margin-bottom: 4vw;
  }

  /*
  .wrap-post-img-text {
    margin: -20px 0;
    }
	*/

  .contact-box .contents {
    padding: 0 6vw;
  }

  .contact-box h2+p {
    text-align: justify;
  }

  .contact-btn-box {
    flex-direction: column;
  }

  .contact-btn-box {
    width: 100%;
  }

  .contact-btn-box a {
    width: 100%;
  }

  .contact-btn-box a:nth-child(1) {
    margin-bottom: 20px;
  }

  body .telp {
    text-align: center;
    font-size: 3.5vw;
  }

  .single-post .head-common {
    /* font-size:4vw; */
  }

  .wrap .wrap-message h3 {
    margin: 0 2.5vw;
  }

  .contact-tel {
    font-size: 6vw;
    display: block;
    margin: 4vw 0 0;
  }


}


@media screen and (max-width: 640px) {
  .textCenter {
    text-align: unset;
  }

  .single-wrap {
    padding: 0px;
    border: 0px solid #ccc;
    box-shadow: 0px 0px 0px #eee;
  }

  body.over {
    padding-top: 83px;
  }

  .spFullWidth {
    width: 100%;
    height: auto;
  }

  .wrap-main {
    width: 100%;
    padding: 10vw 5vw;
  }

  .inner-main h1 {
    font-size: 6vw;
  }

  .box-post-text time {
    /* min-width: 6em; */
    /* margin-right: 10px; */
    /* font-size: 12px; */
    /* margin-bottom: 10px; */
  }

  .main-column .box-post-text h3,
  .wrap-1column .box-post-text h3 {
    /* width: 100%; */
    /* font-size: 16px; */
    /* line-height: 16px; */
    /* padding-right: 3rem; */
    flex: 1 100%;
  }

  /*	
  .wrap-post-img-text:after {
    width: 47%;
  }
*/

  .wrap-post-img-text {
    /* justify-content: space-between; */
  }

  .box-post-img-text {
    /* width: 47%; */
    /*margin: 3vw 0;9*/
  }

  .box-post-img-text:not(:nth-of-type(3n)) {
    /* margin-right: unset; */
  }

  .box-post-img-text:nth-of-type(n + 3) {
    margin-top: 6vw;
  }

  .main-column .box-post-img-text h3,
  .wrap-1column .box-post-img-text h3 {
    /* margin-bottom: 5px; */
    /* line-height: 1.25; */
  }

  .box-post-img-text p {
    font-size: 13px;
  }

  .box-post-archive a {
    /* flex-flow: wrap; */
  }

  .box-post-archive a:after {
    position: unset;
    bottom: none;
    right: none;
    width: 100%;
  }


  .box-post-archive a>div:nth-child(1) {
    /* width: 25vw; */
    /* flex: 1 100%; */
  }

  .box-post-archive a>div:nth-child(2) {
    /* width: calc(100% - 25vw - 20px); */
  }

  .main-column .box-post-archive h3,
  .wrap-1column .box-post-archive h3 {
    /* margin: 5px 0; */
    /* letter-spacing: 0.1em; */
    /* line-height: 1.25; */
    /* font-size: 16px; */
  }

  .category-post {
    /* width: 6em; */
    /* font-size: 12px; */
  }

  .box-post-text .category-post {
    /* margin-right: 5px; */
  }

  .header.over {
    top: -83px;
  }

  .inner-header {
    /* height: 80px; */
    padding: calc(min(1.5vw, 1rem) + 1.5rem) min(4vw, 1.5rem) min(1.5vw, 1rem);
  }

  .wrap-logo {
    margin-left: 0;
  }

  header .wrap-logo .logo {
    width: 180px;
    /* margin-left: 10px; */
  }


  .list-sp-menu {
    display: flex;
    position: absolute;
    top: calc(50% + 0.5rem);
    right: calc(min(4vw, 1.5rem) + 40px);
    transform: translateY(-50%);
  }

  /*spアイコンの色を変えるならfill内を"23"から初めて16進数のカラーコードで記述をする事*/

  .sp-header-tel:before {
    content: "";
    display: inline-block;
    height: 25px;
    width: 25px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%2342b9d0" d="M15,12H17A5,5 0 0,0 12,7V9A3,3 0 0,1 15,12M19,12H21C21,7 16.97,3 12,3V5C15.86,5 19,8.13 19,12M20,15.5C18.75,15.5 17.55,15.3 16.43,14.93C16.08,14.82 15.69,14.9 15.41,15.18L13.21,17.38C10.38,15.94 8.06,13.62 6.62,10.79L8.82,8.59C9.1,8.31 9.18,7.92 9.07,7.57C8.7,6.45 8.5,5.25 8.5,4A1,1 0 0,0 7.5,3H4A1,1 0 0,0 3,4A17,17 0 0,0 20,21A1,1 0 0,0 21,20V16.5A1,1 0 0,0 20,15.5Z" /></svg>') no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    right: 0;
    left: 0;
    /*top:-5px;*/
  }

  .sp-header-contact:before {
    content: "";
    display: inline-block;
    height: 25px;
    width: 25px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%2342b9d0" d="M20,8L12,13L4,8V6L12,11L20,6M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z" /></svg>') no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    right: 0;
    left: 0;
    /*top:-5px;*/
  }

  .sp-header-access:before {
    content: "";
    display: inline-block;
    height: 25px;
    width: 25px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%2342b9d0" d="M12,11.5A2.5,2.5 0 0,1 9.5,9A2.5,2.5 0 0,1 12,6.5A2.5,2.5 0 0,1 14.5,9A2.5,2.5 0 0,1 12,11.5M12,2A7,7 0 0,0 5,9C5,14.25 12,22 12,22C12,22 19,14.25 19,9A7,7 0 0,0 12,2Z" /></svg>') no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    right: 0;
    left: 0;
    /*top:-5px;*/
  }

  .head-header+p {
    margin-top: min(4vw, 1rem);
  }

  .inner-footer-top>div {
    margin: 0;
  }

  .box-footer-top {
    padding: 10vw 10vw 7.5vw;
    text-align: center;
  }

  .wrap-footer-nav {
    display: none;
  }

  .copyright {
    font-size: 3vw;
  }

  .sidebar {
    display: block;
  }

  .sidebar>* {
    width: auto;
  }

  .widget_nav_menu:not(:last-child),
  .box-side:not(:last-child) {
    margin-bottom: 10vw;
  }

  .list-side2 a div:nth-child(1) {
    width: 30%;
  }

  .list-side2 a div:nth-child(2) {
    width: 65%;
  }

  .breadcrumb {
    /* margin-bottom:5px; */
  }

  .index .main-visual {
    width: 100%;
    margin-bottom: 0;
  }

  body:not(.index) .main-visual {
    height: 72px;
  }

  .head-page {
    /* padding-top: 0.5em; */
    /* font-size: 25px; */
  }

  .head-page:after {
    font-size: 12px;
  }

  .wrap-slider .slider {
    height: 75vw;
  }

  .wrap-slider .slider img {
    height: 75vw;
  }

  .section-about .wrap-btn {
    justify-content: center;
  }

  .btn-form,
  button.btn-form {
    width: 65vw;
    padding: 1em;
  }

  .pagination .pager {
    min-width: 7.5vw;
    height: 7.5vw;
    font-size: 4vw;
    line-height: 7.5vw;
  }

  .pagination .pager i:before {
    min-width: 7.5vw;
    height: 7.5vw;
    font-size: 4vw;
    line-height: 7.5vw;
  }

  .nav-link {
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .link-prev,
  .link-next,
  .link-archive {
    flex: 1;
    width: auto;
    height: 100%;
  }

  .link-prev a,
  .link-next a,
  .link-archive a {
    height: 100%;
    /*padding: 2em 1em;*/
    font-size: 12px;
  }

  .icon-question:before,
  .icon-tel:before {
    width: 4vw;
    height: 4vw;
  }

  .bg-footer {
    background: url(images/bg-footer@2x.jpg) no-repeat center top;
    background-size: 100% 55.5vw;
  }

  .bg-company {
    background: url(images/bg-works.png) no-repeat right 40% bottom;
    background-size: cover;
  }

  .bg-outline {
    background: url(images/bg-outline.jpg) no-repeat center top;
    background-size: cover;
  }

  .bg-history {
    background: url(images/bg-history.jpg) no-repeat center top;
    background-size: cover;
  }

  .bg-access {
    background: url(images/bg-access.jpg) no-repeat center top;
    background-size: cover;
  }

  .spImgFullWidth {
    display: block;
    width: 100%;
    height: auto;
  }

  #nav-open {
    top: calc(50% + 0.5rem);
    /* right: 10px; */
    /*display:block;*/
  }

  .table-common>tbody>tr,
  .table-contact>tbody>tr {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    width: 100%;
    /*border-top: 1px solid #cccccc;*/
  }

  .table-common>tbody>tr:last-child {
    /* border-bottom: 1px solid #cccccc; */
  }


  .table-common>tbody>tr th,
  .table-contact>tbody>tr th,
  .table-common>tbody>tr td,
  .table-contact>tbody>tr td {
    min-width: 8em;
    list-style-type: none;
    width: 100%;
  }

  .main-column .contact-form table th,
  .main-column .contact-form table td {
    width: 100%;
    padding-left: 0;
    background: none;
  }

  .main-column .contact-form table td {
    padding-top: 0;
  }

  .table-common th {
    padding: 1em 0 0.5em;
  }

  .table-common td {
    padding: 0 0 1em;
    /* border-bottom: 1px solid #eee; */
  }

  .table-contact {
    margin-bottom: 5vw;
  }

  .table-contact th {
    padding: 1.5em 1em 0.5em;
  }

  .table-contact th.required:after {
    top: 1.5em;
    margin-right: 1em;
    font-size: 2.7vw;
  }

  .table-contact td {
    padding: 0.5em 1em 1.5em;
  }

  .main-column table th {
    border-bottom: none;
    border-top: none;
    background: #eee;
  }



  .wrap-about {
    flex-flow: row wrap;
    justify-content: center;
  }

  .wrap-about>div:nth-child(1) {
    margin-right: 0;
    margin-bottom: 3vw;
    margin-left: 0;
    width: 100%;
  }

  .wrap-about>div:nth-child(1) img {
    width: 100%;
  }

  .wrap-about>div:nth-child(2) {
    width: 100%;
  }

  .wrap-message {
    flex-flow: row-reverse wrap;
    justify-content: center;
    padding: 5vw 2.5vw;
  }

  .wrap-message>div {
    margin: 2.5vw;
  }

  .wrap-message>div:nth-child(1) {
    width: 100%;
  }

  .main-visual .noslide {
    width: 100%;
    left: 0;
    transform: unset;
  }

  .wrap-message>div:nth-child(2) {
    width: 100%;
  }

  .wrap-message>div:nth-child(3) {
    width: 100%;
    padding: 0 15%;

  }

  .wrap-message p {
    text-align: center;
  }

  .widget_media_image figure {
    width: 100% !important;
  }

  .widget_media_image figcaption {
    width: 100%;
  }

  .single-post .head-common {
    /* font-size:6vw; */
  }

  .mobile-tel-header a {
    letter-spacing: -0.02em;
  }

  .inner-footer-top .wrap-logo ul li {
    flex-flow: wrap;
    justify-content: center;
  }


}




/*--------------------common.css--------------------*/

/*ブルースカイス入れ込みのみ用*/

.wp-block-column {
  position: relative;
}

.wp-block-column>*:first-child {
  margin-top: 0;
}

.wp-block-buttons {
  margin-top: 60px;
  position: absolute;
  bottom: 0;
  width: 100%;
}


.wp-block-button__link {
  width: 100%;
  max-width: 360px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

.wp-block-column .wp-block-image {
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .wp-block-column:not(:first-of-type) {
    margin-top: 20px;
  }

  .wp-block-buttons {
    margin-top: 20px;
  }

  .wp-block-buttons .wp-block-button {
    display: initial;
    margin: 0;
  }

  .main-columnc .is-style-outline .wp-block-button__link {
    position: relative;
    max-width: unset;
    display: block;
    left: unset;
    transform: unset;
    bottom: unset;
  }

}



/*ブルースカイス入れ込みのみ用ここまで*/



/*アスペクト*/

[class*="aspect-"]:not(:has(img)),
[class*="aspect-"]:has(img) img {
  object-fit: cover;
  width: 100%;
  /*background: #ddd;*/
}

.aspect-1_1:not(:has(img)),
.aspect-1_1:has(img) img {
  aspect-ratio: 1/1;
  /* background: #ddd; */
}

.aspect-2_1:not(:has(img)),
.aspect-2_1:has(img) img {
  aspect-ratio: 2/1;
  background: #ddd;
}

.aspect-3_1:not(:has(img)),
.aspect-3_1:has(img) img {
  aspect-ratio: 3/1;
  background: #ddd;
}

.aspect-4_1:not(:has(img)),
.aspect-4_1:has(img) img {
  aspect-ratio: 4/1;
  background: #ddd;
}

.aspect-8_5:not(:has(img)),
.aspect-8_5:has(img) img {
  aspect-ratio: 8/5;
  background: #ddd;
}

.aspect-16_9:not(:has(img)),
.aspect-16_9:has(img) img {
  aspect-ratio: 16/9;
  background: #ddd;
}

.aspect-39_17:not(:has(img)),
.aspect-39_17:has(img) img {
  aspect-ratio: 39/17;
  background: #ddd;
}

  .contain[class*="aspect-"] img {
    object-fit: contain;
    object-position: center;
  }

@media screen and (max-width: 900px) {

  [data-aspect="1_1-sp"],
  .aspect-1_1-sp:not(:has(img)),
  .aspect-1_1-sp:has(img) img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
  }

  [data-aspect="8_5-sp"],
  .aspect-8_5-sp:not(:has(img)),
  .aspect-8_5-sp:has(img) img {
    width: 100%;
    aspect-ratio: 8/5;
    object-fit: cover;
  }

}



[class*="width-"] {
  margin-left: auto;
  margin-right: auto;
}

.width-600 {
  width: min(100%, 600px);
}

.width-840 {
  width: min(100%, 840px);
}

.width-960 {
  width: min(100%, 960px);
}

.width-1260 {
  width: min(100%, 1260px);
}

.width-over {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50vw);
}

.width-over [class*="width-"]:not([class*="mat"]) {
  padding-right: min(40px, 6vw);
  padding-left: min(40px, 6vw);
}

.width-over_right {
  margin-right: calc(50% - 50vw);
}

.width-over_left {
  margin-left: calc(50% - 50vw);
}


/*flex*/

div:has(> [class*="flex-"]) {
  container: gap / inline-size;
}

:is([class*="flex-"]:not(.wp-block-group), [class*="flex-"].wp-block-group >div) {
  display: flex;
  gap: min(6vw, 2.5rem) min(4vw, 1.25rem);
}

[data-flex_align="end"] {
  align-items: flex-end;
}

:is(.flex-reverse:not(.wp-block-group), .flex-reverse.wp-block-group >div) {
  flex-flow: row-reverse;
}

:is(.flex-2:not(.wp-block-group), .flex-2.wp-block-group >div) {
  display: flex;
  gap: min(4vw, 2rem);
}

:is(.flex-2:not(.wp-block-group), .flex-2.wp-block-group >div)>* {
  flex: 1;
}

:is(.flex-2:not(.wp-block-group), .flex-2.wp-block-group >div) :is(.width-over_right, .width-over_left) {
  flex: 1 calc(50% - 2rem);
}

:is(.flex-2_1:not(.wp-block-group), .flex-2_1.wp-block-group >div) {
  display: flex;
  gap: min(8vw, 3rem) min(4vw, 3rem);
  /*align-items: flex-start;*/
}

:is(.flex-2_1:not(.wp-block-group), .flex-2_1.wp-block-group >div)>*:nth-child(1) {
  flex: 2;
  margin: unset;
}

:is(.flex-2_1:not(.wp-block-group), .flex-2_1.wp-block-group >div)>*:nth-child(2) {
  flex: 1;
}

.flex-2_5 {
  display: flex;
  gap: min(16vw, 8rem) min(4vw, 6rem);
}

:is(.flex-2_5:not(.wp-block-group), .flex-2_5.wp-block-group >div)>*:nth-child(1) {
  flex: 2;
}

:is(.flex-2_5:not(.wp-block-group), .flex-2_5.wp-block-group >div)>*:nth-child(2) {
  flex: 5;
}

:is(.flex-1_3:not(.wp-block-group), .flex-1_3.wp-block-group >div) {
  display: flex;
  gap: 3rem;
}

:is(.flex-1_3:not(.wp-block-group), .flex-1_3.wp-block-group >div)>*:nth-child(1) {
  flex: 1;
}

:is(.flex-1_3:not(.wp-block-group), .flex-1_3.wp-block-group >div)>*:nth-child(2) {
  flex: 3;
}

:is(.flex-3_1:not(.wp-block-group), .flex-3_1.wp-block-group >div) {
  display: flex;
  gap: 3rem;
}

:is(.flex-3_1:not(.wp-block-group), .flex-3_1.wp-block-group >div)>*:nth-child(1) {
  flex: 3;
}

:is(.flex-3_1:not(.wp-block-group), .flex-3_1.wp-block-group >div)>*:nth-child(2) {
  flex: 1;
}

:is(.flex-3_2:not(.wp-block-group), .flex-3_2.wp-block-group >div) {
  display: flex;
  gap: 2rem;
}

:is(.flex-3_2:not(.wp-block-group), .flex-3_2.wp-block-group >div)>*:nth-child(1) {
  flex: 3;
}

:is(.flex-3_2:not(.wp-block-group), .flex-3_2.wp-block-group >div)>*:nth-child(2) {
  flex: 2;
}


:is(.flex-1_2:not(.wp-block-group), .flex-1_2.wp-block-group >div) {
  display: flex;
  gap: min(16vw, 8rem) min(4vw, 2rem);
}

:is(.flex-1_2:not(.wp-block-group), .flex-1_2.wp-block-group >div)>*:nth-child(1) {
  flex: 1;
  max-inline-size: min(140px,30vw);
}

:is(.flex-1_2:not(.wp-block-group), .flex-1_2.wp-block-group >div)>*:nth-child(2) {
  flex: 2;
}

:is(.flex-3_2:not(.wp-block-group), .flex-3_2.wp-block-group >div) {
  display: flex;
  gap: 3rem;
  /* align-items: flex-start; */
}

:is(.flex-3_2:not(.wp-block-group), .flex-3_2.wp-block-group >div)>*:nth-child(1) {
  flex: 3;
}

:is(.flex-3_2:not(.wp-block-group), .flex-3_2.wp-block-group >div)>*:nth-child(2) {
  flex: 2;
}

:is(.flex-3_8:not(.wp-block-group), .flex-3_8.wp-block-group >div) {
  display: flex;
  gap: min(12vw, 6rem) min(4vw, 3rem);
  /* align-items: flex-start; */
}

:is(.flex-3_8:not(.wp-block-group), .flex-3_8.wp-block-group >div)>*:nth-child(1) {
  flex: 3;
}

:is(.flex-3_8:not(.wp-block-group), .flex-3_8.wp-block-group >div)>*:nth-child(2) {
  flex: 8;
}


:is(.flex-1:not(.wp-block-group), .flex-1.wp-block-group >div) {
  display: flex;
  gap: 0.5rem;
  /* align-items: flex-start; */
}

:is(.flex-1:not(.wp-block-group), .flex-1.wp-block-group >div)>* {
  flex: 1;
}

:is(.flex-column:not(.wp-block-group), .flex-column.wp-block-group >div) {
  display: flex;
  flex-flow: column;
  height: 100%;
  width: 100%;
}

:is(.flex-column:not(.wp-block-group), .flex-column.wp-block-group >div)>*:last-child {
  margin-top: auto !important;
}

:is(.flex-column:not(.wp-block-group), .flex-column.wp-block-group >div)>*:nth-last-child(2) {
  /* margin-bottom: min(6vw, 1.5rem); */
}


:is(.no-wrap:not(.wp-block-group), .no-wrap.wp-block-group >div) {
  flex-flow: nowrap !important;
}


.grid-5:not(.wp-block-group),
.grid-5.wp-block-group>div {
  display: grid;
  grid-template: auto / repeat(auto-fill, minmax(min(30%, 150px), 1fr));
  gap: min(6vw, 3rem) min(4vw, 2rem);

  @media (width <= 640px){
    display: flex;
    flex-flow: wrap;
    justify-content: center;

    & >*{
      flex: 0 30%;
    }
  }
}


/* ////////////////////////////////////////
PC,SP共通
//////////////////////////////////////// */
/* 共通色指定
*************************** */
.global-nav .sub-menu>li>a,
.copyright,
.btn-contact,
.pagetop,
.category-post,
.slick-dots li.slick-active button:before,
.sp-nav,
.wpcf7-submit {
  /* background:var(--main-color); */
  color: #fff;
}

.main-slider .slick-prev:before,
.main-slider .slick-next:before {
  color: #fff;
}


/*　フッター　*/
/* カテゴリ表示の背景色 */
.bg-cate-1 {
  background: #ffae5e;
}

.bg-cate-2 {
  background: #7a5b44;
}

.bg-cate-3 {
  background: #57b7e8;
}

.bg-cate-4 {
  background: #8fc31f;
}

.bg-cate-5 {
  background: #7e2a00;
}

.bg-cate-6 {
  background: #00a29a;
}

.bg-cate-7 {
  background: #f29c97;
}

.bg-cate-8 {
  background: #9082a4;
}

.bg-cate-9 {
  background: #e6001b;
}

.bg-cate-10 {
  background: #0047cf;
}

/* カテゴリ表示の背景色 */
/* 共通色指定
*************************** */
/* ウィジェット
*************************** */
.widget_nav_menu li>a {
  padding: 1em 1em;
}

#gallery-1 .gallery-item,
#gallery-2 .gallery-item {
  margin-top: 0 !important;
  margin-bottom: 0.5em;
}

#gallery-1 .gallery-caption,
#gallery-2 .gallery-caption {
  padding: 0.5em 0;
  line-height: 1.25;
}

/* ウィジェット
*************************** */

@font-face {
  font-family: "utsukushi";
  src: url("webfonts/utsukushi.woff2") format("woff2"), url("webfonts/utsukushi.woff") format("woff");
}

:root {
  --main-color: #42b9d0;
  --sub-color: #f7f6f4;
  --utsukushi: "utsukushi", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

[class*="mat-"] {
  padding: min(8vw, 4rem);
}

[class*="middle_mat-"] {
  padding: min(6vw, 3rem);
}

[class*="min_mat-"] {
  padding: 1.5rem;
}

[class*="mat-white"] {
  background: #fff;
}

[class*="mat-gray"] {
  background: #f4f4f5;
}

.mat-white>*+* {
  margin-top: min(8vw, 2rem);
}

.mat-glass {
  /* background: #f6fbfc; */
  /* padding: 3rem; */
  /* border-radius: 0.5rem; */
  /* border: 1px solid var(--main-color); */
  /* backdrop-filter: blur(3px) drop-shadow(4px 6px 0px #aaa); */
  /* filter: drop-shadow(4px 6px 0px #fff); */
}

.min_title-color {
  border-inline-start: 5px solid var(--main-color);
  background: #e5e5e5;
  padding: 0.75rem;
  margin-bottom: min(6vw, 3rem);
  font-size: min(4.5vw, 22px);
  line-height: 1.5;
}

.min_title-border {
  font-size: min(4vw, 22px);
  margin-bottom: 2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1rem;

  &+p {
    margin-top: -0.5rem;
  }
}

.min_title-border:after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--main-color);
}

/* トップ
*************************** */

.swiper,
.swiper-wrapper {
  z-index: unset;
}

.main-visual>.swiper {
  width: min(100%, 1560px);
  margin: 0 0 0 auto;
  /* z-index: 1; */
}

.info-window:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  -webkit-filter: contrast(1.1);
  filter: contrast(1.1);
  --stroke-width: 0.5rem;
  --out: 1rem;
  --in:
    calc(var(--out) + var(--stroke-width));
  -webkit-clip-path: polygon(var(--out) var(--out), calc(100% - var(--out)) var(--out), calc(100% - var(--out)) calc(100% - var(--out)), var(--out) calc(100% - var(--out)), var(--out) var(--in), var(--in) var(--in), var(--in) calc(100% - var(--in)), calc(100% - var(--in)) calc(100% - var(--in)), calc(100% - var(--in)) var(--in), var(--out) var(--in));
  clip-path: polygon(var(--out) var(--out), calc(100% - var(--out)) var(--out), calc(100% - var(--out)) calc(100% - var(--out)), var(--out) calc(100% - var(--out)), var(--out) var(--in), var(--in) var(--in), var(--in) calc(100% - var(--in)), calc(100% - var(--in)) calc(100% - var(--in)), calc(100% - var(--in)) var(--in), var(--out) var(--in));
  background: #42b9d0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.info-window {
  /* display: flex; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #ffffffaa;
  width: min(90vw, 940px);
  height: min(75vw, 410px);
  backdrop-filter: blur(2px);
  display: flex;
  flex-flow: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  padding: min(8vw, 3rem);
}

.info-window p {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: min(4.5vw, 36px);
  font-weight: 700;
  font-family: var(--utsukushi);
  text-align: center;
  line-height: 1.5;
}

.info-window .min {
  font-size: min(4vw, 16px);
  text-decoration: underline;
}

.info-window span {
  font-size: min(10vw, 62px);
  color: var(--main-color);
  line-height: 1.5;
  filter: drop-shadow(2px 2px 2px #fff);
}


.contents:has(.main-visual_button) {
  position: relative;
  /* z-index: 3; */
}

.main-visual_button {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-25%, -85%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(4vw, 1.5rem);
  /* position: relative; */
  margin-left: auto;
  background:
    url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%20%3C!ENTITY%20ns_flows%20%22http%3A%2F%2Fns.adobe.com%2FFlows%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20160%20121%22%20enable-background%3D%22new%200%200%20160%20121%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23C2E4F4%22%20d%3D%22M29.039%2C14.621c-12.254%2C7.53-18.222%2C21.403-16.283%2C34.787C0.08%2C57.525-3.813%2C74.329%2C4.101%2C87.207%20c6.594%2C10.731%2C19.324%2C15.377%2C30.889%2C12.21c0.44%2C2.412%2C1.32%2C4.786%2C2.682%2C7.001c5.886%2C9.577%2C18.42%2C12.57%2C27.997%2C6.685%20c1.489-0.915%2C2.818-1.991%2C3.98-3.191c9.648%2C11.451%2C26.477%2C14.438%2C39.621%2C6.359c5.713-3.511%2C9.869-8.591%2C12.27-14.34%20c6.914%2C0.055%2C13.927-1.759%2C20.253-5.646c17.961-11.038%2C23.574-34.547%2C12.536-52.509c-7.879-12.821-22.111-19.344-36.146-18.017%20c-0.718-3.628-2.078-7.192-4.128-10.528C104.813%2C0.192%2C85.129-4.507%2C70.09%2C4.735c-3.41%2C2.095-6.282%2C4.73-8.587%2C7.724%20C51.346%2C7.96%2C39.22%2C8.364%2C29.039%2C14.621z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M118.183%2C25.76c-0.718-3.628-2.078-7.192-4.128-10.528C104.813%2C0.192%2C85.129-4.507%2C70.09%2C4.735%20c-3.41%2C2.095-6.282%2C4.73-8.587%2C7.724C51.346%2C7.96%2C39.22%2C8.364%2C29.039%2C14.621c-12.254%2C7.53-18.222%2C21.403-16.283%2C34.787%20C0.08%2C57.525-3.813%2C74.329%2C4.101%2C87.207c6.594%2C10.731%2C19.324%2C15.377%2C30.889%2C12.21c0.44%2C2.412%2C1.32%2C4.786%2C2.682%2C7.001%20c5.886%2C9.577%2C18.42%2C12.569%2C27.997%2C6.685c1.489-0.915%2C2.818-1.991%2C3.98-3.191c9.648%2C11.451%2C26.477%2C14.438%2C39.621%2C6.359%20c5.713-3.511%2C9.869-8.591%2C12.27-14.34c6.914%2C0.055%2C13.927-1.759%2C20.253-5.646c17.961-11.038%2C23.574-34.547%2C12.536-52.509%20C146.449%2C30.956%2C132.217%2C24.433%2C118.183%2C25.76z%22%2F%3E%3C%2Fsvg%3E') center / contain no-repeat;
  aspect-ratio: 33/25;
  width: 200px;
  z-index: 3;
}

.main-visual_button .swiper-pagination-bullet {
  font-size: min(4.5vw, 18px);
  cursor: pointer;
  line-height: 1;
}

.main-visual_button .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--main-color);
}

.main-visual_intro {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(min(8vw, 120px), -50%);
  z-index: 2;
  width: calc(100% - min(8vw, 120px));
  pointer-events: none;
}

.main-visual_intro ul {
  width: auto;
  pointer-events: none;
}

.swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.main-visual_intro dl {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  /* width: auto; */
  font-family: var(--utsukushi);
  gap: min(2vw, 2rem);
}

.main-visual_intro dt {
  font-size: clamp(2rem, 3vw, 60px);
  /* margin-bottom: 2rem; */
  padding: 0.5rem 2rem;
  background: var(--sub-color);
  display: inline-flex;
  width: auto;
  line-height: 1.2;
}

.main-visual_intro dd {
  font-size: clamp(1.2rem, 2vw, 24px);
  padding: 0.5rem 2rem;
  background: var(--sub-color);
}

.main-visual_intro .youtube_filter {
  background: #f7f6f488;
  padding: 1.5rem;
  backdrop-filter: blur(1px);
  width: min(380px, 100%);
  pointer-events: initial;
}

.youtube_filter-title {
  border-left: 5px solid var(--main-color);
  /* background: #f7f6f4; */
  margin-bottom: min(4vw, 1rem);
  padding-left: 1rem;
}

.youtube_filter iframe {
  border-radius: 0.5rem;
  width: 100%;
  aspect-ratio: 16/9;
}



.section-common_inner+.section-common_inner {
  margin-top: min(10vw, 80px);
}


.section-common[data-back="blue"] {
  background: #ecf7fa;
}

.section-common[data-back="blue"]:before {
  content: "";
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%20%3C!ENTITY%20ns_flows%20%22http%3A%2F%2Fns.adobe.com%2FFlows%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221920px%22%20height%3D%22106px%22%20viewBox%3D%220%200%201920%20106%22%20enable-background%3D%22new%200%200%201920%20106%22%20xml%3Aspace%3D%22preserve%22%20%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20style%3D%22fill%3A%20%23ECF7FB%3B%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2C88c118.401-32.039%2C249.261-48.007%2C387-45c135.359%2C2.955%2C264.841%2C18.791%2C393%2C38%20c63.183%2C9.47%2C128.732%2C18.117%2C194%2C22c35.533%2C2.114%2C69.665%2C4.25%2C104%2C2C1241.413%2C94.292%2C1332.146%2C0%2C1536.368%2C0S1920%2C105%2C1920%2C105%20c0%2C0.333%2C0%2C0.667%2C0%2C1c-635.285%2C0-1284.73-0.04-1920-0.04%22%2F%3E%3C%2Fsvg%3E') center / cover no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 2;
  width: 100%;
  /* aspect-ratio: 960/53; */
  height: min(12vw, 105px);
}

.section-common[data-back="sky"] {
  background: #f6fbfc;
}

.section-common[data-back="sky"]:before {
  /*content: "";*/
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%20%3C!ENTITY%20ns_flows%20%22http%3A%2F%2Fns.adobe.com%2FFlows%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221920px%22%20height%3D%22106px%22%20viewBox%3D%220%200%201920%20106%22%20enable-background%3D%22new%200%200%201920%20106%22%20xml%3Aspace%3D%22preserve%22%20%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20style%3D%22fill%3A%20%23ECF7FB%3B%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2C88c118.401-32.039%2C249.261-48.007%2C387-45c135.359%2C2.955%2C264.841%2C18.791%2C393%2C38%20c63.183%2C9.47%2C128.732%2C18.117%2C194%2C22c35.533%2C2.114%2C69.665%2C4.25%2C104%2C2C1241.413%2C94.292%2C1332.146%2C0%2C1536.368%2C0S1920%2C105%2C1920%2C105%20c0%2C0.333%2C0%2C0.667%2C0%2C1c-635.285%2C0-1284.73-0.04-1920-0.04%22%2F%3E%3C%2Fsvg%3E') center / cover no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 2;
  width: 100%;
  aspect-ratio: 960/53;
}

.section-common[data-back="cream"] {
  background: #f7f6f4;
}

.section-common[data-back="cream"]:before {
  content: "";
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%20%3C!ENTITY%20ns_flows%20%22http%3A%2F%2Fns.adobe.com%2FFlows%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221918px%22%20height%3D%2279px%22%20viewBox%3D%220%200%201918%2079%22%20enable-background%3D%22new%200%200%201918%2079%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23F6F6F6%22%20d%3D%22M1918%2C79.021c-642%2C0-1260%2C0-1918%2C0v-71%20c50.59-15.616%2C106.367-5.194%2C161%2C4c37.47%2C6.306%2C74.534%2C13.324%2C110%2C20c73.515%2C13.839%2C149.288%2C30.064%2C226%2C34%20c79.994%2C4.104%2C163.801-4.275%2C242-12c77.909-7.696%2C156.174-15.246%2C234-21c81.723-6.043%2C160.148-2.668%2C240%2C6%20c77.967%2C8.464%2C155.711%2C19.108%2C234%2C27c79.803%2C8.045%2C164.707%2C14.417%2C244%2C8c80.373-6.504%2C155.795-20.468%2C227-35%22%2F%3E%3C%2Fsvg%3E') center / cover no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 2;
  width: 100%;
  /* aspect-ratio: 960/53; */
  height: min(12vw, 105px);
}

.section-common:has(+ .section-common[data-back="cream"]) {
  padding-bottom: min(30vw, 200px);
}

.section-intro {
  background: url(images/intro_back.png) center / auto no-repeat;
  /* aspect-ratio: 133/58; */
  width: min(100%, 1330px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, -25%);
  /* z-index: 2; */
  position: relative;
  padding: 210px 60px 140px 0;
}

.section-intro-content {
  text-align: center;
}

.section-title {
  font-size: min(6vw, 32px);
  color: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: min(8vw, 4rem);
  position: relative;
}

.section-title span {
  position: relative;
}

.section-title span:before {
  content: "";
  background: url(images/section-title-icon.png) center / contain no-repeat;
  width: min(12vw, 4rem);
  aspect-ratio: 400/237;
  /* transform: translateX(-100%); */
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(calc(-100% - min(2vw, 1rem)), -50%);
}

.section-title:has(+p) {
  margin-bottom: min(6vw, 2rem);
}

.section-title+p {
  text-align: center;
  margin-bottom: min(8vw, 4rem);
}


.section-sub_title {
  font-size: min(4.5vw, 24px);
  color: var(--main-color);
  margin-bottom: min(4vw, 2rem);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 1rem 0.75rem;

  & .list-option{
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
    margin-inline-start: auto;
    font-size: min(18px,4vw);

    & li{
      padding: 0.25rem min(4vw,1rem);
      background: url(images/button-bg.jpg) center / cover no-repeat;
      color: #fff;
      display: flex;
      gap: 0.5rem;
      align-items: center;

      &:before{
        content: "";
        inline-size: 1.5rem;
        aspect-ratio: 1/1;
        background: #fff;
      }

      &[data-icon="ng"]:before{
        background: url(images/ng.svg) center / contain no-repeat;
      }

      &[data-icon="ok"]:before{
        background: url(images/ok.svg) center / contain no-repeat;
      }
    }
  }

  @media (width <= 1000px){
      & .list-option{
        flex: 1 100%;
      }
  }
}

.section-sub_title[data-text] {
  display: flex;
  align-items: center;

  &:before {
    content: attr(data-text);
    aspect-ratio: 1/1;
    min-inline-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    color: #fff;
    border-radius: 50%;
    font-size: min(5vw, 20px);
  }
}

.section-sub_title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-40%, -50%);
  background: url(images/sub_title-image.png) center / contain no-repeat;
  aspect-ratio: 151/114;
  width: min(15.5vw, 110px);
  z-index: -1;
}

.section-min_title {
  font-size: min(4vw, 18px);
  color: var(--main-color);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.section-min_title:before {
  content: "";
  background: url(images/icon-section-min_title.png) center / contain no-repeat;
  width: 1.75rem;
  aspect-ratio: 1/1;
}

.left_border-title {
  border-left: 5px solid var(--main-color);
  font-size: min(4vw, 22px);
  padding-left: 1rem;
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
  margin-bottom: min(4vw, 1.5rem);
  line-height: 1.5;
}

.left_border-title span {
  content: attr(data-text);
  font-size: min(3.5vw, 14px);
  line-height: 1.5;
}



:is(.grid-2:not(.wp-block-group), .grid-2.wp-block-group >div) {
  display: grid;
  grid-template: auto / repeat(auto-fill, minmax(min(100%, 440px), 1fr));
  gap: min(8vw, 6rem) min(6vw, 3rem);
}

:is(.grid-3:not(.wp-block-group), .grid-3.wp-block-group >div) {
  display: grid;
  grid-template: auto / repeat(auto-fill, minmax(min(40%, 300px), 1fr));
  gap: min(12vw, 3rem) min(4vw, 2rem);

  .wrap-1column-narrow .main-column & {
    grid-template: auto / repeat(auto-fill, minmax(min(40%, 240px), 1fr));
  }
}

:is(.grid-4:not(.wp-block-group), .grid-4.wp-block-group >div) {
  display: grid;
  grid-template: auto / repeat(auto-fill, minmax(min(40%, 180px), 1fr));
  gap: min(8vw, 2rem) min(5vw, 2rem);
}

:is(.flex-left_img:not(.wp-block-group), .flex-left_img.wp-block-group >div) {
  display: flex;
  gap: min(4vw, 2rem);
  flex-flow: wrap;

  & img {
    width: 100%;
  }
}

:is(.flex-left_img:not(.wp-block-group), .flex-left_img.wp-block-group >div)>*:nth-child(1) {
  flex: 0 auto;
  max-inline-size: min(200px,25vw);
}

:is(.flex-left_img:not(.wp-block-group), .flex-left_img.wp-block-group >div)>*:nth-child(2) {
  flex: 1;
  margin: unset;
}

:is(.flex:not(.wp-block-group), .flex.wp-block-group >div) {
  display: flex;
  flex-flow: row;
  gap: 4rem;

  &>* {
    flex: 1;
  }

  &:has(> :nth-child(3)) {
    gap: min(4vw, 2rem);
  }

  &:has(> :nth-child(4)) {
    gap: 2rem;
  }

  &:has(> :nth-child(5)) {
    gap: 1rem;
  }
}


.main-column .table-color {
  margin: unset;
  border-collapse: separate;
  border-spacing: 0.2rem;

  &+ p {
    margin-block-start: 1rem;
  }
}

.main-column .table-color :is(th, td) {
  /* border: 0.25rem solid #fff; */
  padding: .25rem;
  text-align: center;
  width: 50%;
  vertical-align: middle;
  line-height: min(5vw, 1.75rem);
}

.main-column .table-color th {
  color: var(--main-color);
}

.table-color tr:nth-of-type(odd)>* {
  background: #f6fbfc;
}

.table-color tr:nth-of-type(even)>* {
  background: #f7f8f8;
}

.main-column .flow_list-inner {
  display: flex;
  gap: min(4vw, 1rem);
  line-height: initial;
}

.main-column .flow_list-inner+.flow_list-inner {
  margin-top: min(4vw, 1.5rem);
}

.main-column .flow_list-inner>*:nth-child(1) {
  flex: 0 min(20vw, 100px);
}

.main-column .flow_list-inner>*:nth-child(2) {
  flex: 1;
}

.main-column .flow_list-inner>div:nth-of-type(1) img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.flow_list-title {
  font-weight: 600;
  border-bottom: 1px solid var(--main-color);
  margin-bottom: 1.25rem;
  line-height: 1.5;
  padding-bottom: 0.25rem;
}

.flow_list-title+dd {
  /* font-size: min(3vw,14px); */
}

.select-payment li {
  padding: 2rem;
  background: #fff;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 600;
  display: flex;
  flex-flow: column;
  gap: 1rem;
}

.select-payment li:after {
  content: "";
  aspect-ratio: 3/2;
  background: #ddd;
}

.grid-2>div:has(>.table-visit) {
  align-self: center;
}

.section-visit .grid-2 img {
  width: min(60vw, 480px);
  display: block;
  margin: 0 auto;
}

.main-column .table-visit {
  margin: unset;
  border-collapse: separate;
  border-spacing: min(2vw, 0.75rem);
  margin: 0 -0.75rem;
  width: calc(100% + 1.5rem);
}

.main-column .table-visit :is(th, td) {
  /* border: 0.25rem solid #fff; */
  padding: 0.5rem 1rem;

}

.main-column .table-visit th {
  color: var(--main-color);
}

.main-column .table-visit th:first-of-type {
  width: min(30vw, 140px);
}

.main-column .table-visit :is(th, td:first-of-type) {
  text-align: center;
}


.table-visit tr:nth-of-type(odd)>* {
  background: #ecf7fa;
}

.table-visit tr:nth-of-type(even)>* {
  background: #edf2f2;
}

.main-column :is(.table-color, .table-visit) caption {
  caption-side: bottom;
  font-size: min(3.5vw, 16px);
  text-align: left;
  margin-left: 0.25rem;
  margin-top: 0.5rem;
  line-height: 1.5;
}

.main-column :is(.table-visit) caption {
  margin-left: 0.75rem;
}


.tab-content {
  display: none;
}

.select-info {
  width: min(100%, 660px);
  margin: 0 auto;
}

.main-column .list-tab-label {
  margin: 0 0 min(12vw, 3rem);
  display: flex;
  justify-content: space-between;
  gap: min(4vw, 1rem);
}

.list-tab-label {

  & li[data-text] {
    position: relative;

    &:before {
      content: attr(data-text);
      position: absolute;
      inset-inline-start: 50%;
      inset-block-start: 0;
      translate: -50% -150%;
      font-size: min(3vw, 14px);
      font-weight: 700;
      padding: 0.25rem 0.4rem;
      letter-spacing: 0;
      line-height: 1;
      background: #fe0032;
      color: #fff;
      word-break: keep-all;
      border-radius: 0.25rem;
    }
  }

  & .tab-label {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: min(2vw, 1rem);
    line-height: 1.25;
    position: relative;
    font-size: min(3.5vw, 18px);
    position: relative;

    &:before {
      content: "";
      aspect-ratio: 10/11;
      width: min(10vw, 50px);
      background: #fff;
      mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2252px%22%20height%3D%2259px%22%20viewBox%3D%220%200%2052%2059%22%20enable-background%3D%22new%200%200%2052%2059%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M52%2C26C52%2C11.641%2C40.359%2C0%2C26%2C0S0%2C11.641%2C0%2C26c0%2C12.987%2C9.523%2C23.749%2C21.967%2C25.688l3.283%2C7.729l3.27-7.54%20C41.696%2C50.609%2C52%2C39.509%2C52%2C26z%22%2F%3E%3C%2Fsvg%3E') center / contain no-repeat;
      -webkit-mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2252px%22%20height%3D%2259px%22%20viewBox%3D%220%200%2052%2059%22%20enable-background%3D%22new%200%200%2052%2059%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M52%2C26C52%2C11.641%2C40.359%2C0%2C26%2C0S0%2C11.641%2C0%2C26c0%2C12.987%2C9.523%2C23.749%2C21.967%2C25.688l3.283%2C7.729l3.27-7.54%20C41.696%2C50.609%2C52%2C39.509%2C52%2C26z%22%2F%3E%3C%2Fsvg%3E') center / contain no-repeat;
      transition: 0.2s;
    }

    &:after {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: min(10vw, 50px);
      aspect-ratio: 1/1;
      mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2024%2021%22%20enable-background%3D%22new%200%200%2024%2021%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M12.564%2C9.927c3.01-0.363%2C3.216%2C1.973%2C6.626%2C3.626%20c3.834%2C2.815-0.525%2C5.69-0.525%2C5.69c-1.322%2C0.681-3.723%2C0.171-4.843%2C0.227c-1.12%2C0.051-3.2%2C1.015-4.435%2C0.903%20c0%2C0-5.249-0.643-3.126-4.646C7.303%2C14.264%2C9.638%2C10.256%2C12.564%2C9.927z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M19.443%2C10.388c-2.204-1.243%2C0.224-6.524%2C2.733-5.423%20C24.639%2C6.396%2C21.647%2C11.631%2C19.443%2C10.388z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M14.811%2C8.25c-3.318-0.188-3.432-7.618%2C0.661-7.749%20C18.939%2C0.385%2C18.13%2C8.44%2C14.811%2C8.25z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6.506%2C3.461c3.007-1.613%2C4.584%2C4.796%2C2.416%2C6.1%20C6.754%2C10.861%2C3.495%2C5.077%2C6.506%2C3.461z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M0.779%2C10.13c1.508-2.299%2C5.987%2C1.908%2C4.759%2C3.946%20C4.315%2C16.117-0.729%2C12.427%2C0.779%2C10.13z%22%2F%3E%3C%2Fsvg%3E') calc(50%) 50% / 50% no-repeat;
      -webkit-mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2024%2021%22%20enable-background%3D%22new%200%200%2024%2021%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M12.564%2C9.927c3.01-0.363%2C3.216%2C1.973%2C6.626%2C3.626%20c3.834%2C2.815-0.525%2C5.69-0.525%2C5.69c-1.322%2C0.681-3.723%2C0.171-4.843%2C0.227c-1.12%2C0.051-3.2%2C1.015-4.435%2C0.903%20c0%2C0-5.249-0.643-3.126-4.646C7.303%2C14.264%2C9.638%2C10.256%2C12.564%2C9.927z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M19.443%2C10.388c-2.204-1.243%2C0.224-6.524%2C2.733-5.423%20C24.639%2C6.396%2C21.647%2C11.631%2C19.443%2C10.388z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M14.811%2C8.25c-3.318-0.188-3.432-7.618%2C0.661-7.749%20C18.939%2C0.385%2C18.13%2C8.44%2C14.811%2C8.25z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6.506%2C3.461c3.007-1.613%2C4.584%2C4.796%2C2.416%2C6.1%20C6.754%2C10.861%2C3.495%2C5.077%2C6.506%2C3.461z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M0.779%2C10.13c1.508-2.299%2C5.987%2C1.908%2C4.759%2C3.946%20C4.315%2C16.117-0.729%2C12.427%2C0.779%2C10.13z%22%2F%3E%3C%2Fsvg%3E') calc(50%) 50% / 50% no-repeat;
      translate: -50% 0%;
      background: #42b9d0;
      transition: 0.2s;
    }

    &#tab-label1:after {
      mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2024%2021%22%20enable-background%3D%22new%200%200%2024%2021%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M12.564%2C9.927c3.01-0.363%2C3.216%2C1.973%2C6.626%2C3.626%20c3.834%2C2.815-0.525%2C5.69-0.525%2C5.69c-1.322%2C0.681-3.723%2C0.171-4.843%2C0.227c-1.12%2C0.051-3.2%2C1.015-4.435%2C0.903%20c0%2C0-5.249-0.643-3.126-4.646C7.303%2C14.264%2C9.638%2C10.256%2C12.564%2C9.927z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M19.443%2C10.388c-2.204-1.243%2C0.224-6.524%2C2.733-5.423%20C24.639%2C6.396%2C21.647%2C11.631%2C19.443%2C10.388z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M14.811%2C8.25c-3.318-0.188-3.432-7.618%2C0.661-7.749%20C18.939%2C0.385%2C18.13%2C8.44%2C14.811%2C8.25z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6.506%2C3.461c3.007-1.613%2C4.584%2C4.796%2C2.416%2C6.1%20C6.754%2C10.861%2C3.495%2C5.077%2C6.506%2C3.461z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M0.779%2C10.13c1.508-2.299%2C5.987%2C1.908%2C4.759%2C3.946%20C4.315%2C16.117-0.729%2C12.427%2C0.779%2C10.13z%22%2F%3E%3C%2Fsvg%3E') calc(50%) 50% / 50% no-repeat;
      -webkit-mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2024%2021%22%20enable-background%3D%22new%200%200%2024%2021%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M12.564%2C9.927c3.01-0.363%2C3.216%2C1.973%2C6.626%2C3.626%20c3.834%2C2.815-0.525%2C5.69-0.525%2C5.69c-1.322%2C0.681-3.723%2C0.171-4.843%2C0.227c-1.12%2C0.051-3.2%2C1.015-4.435%2C0.903%20c0%2C0-5.249-0.643-3.126-4.646C7.303%2C14.264%2C9.638%2C10.256%2C12.564%2C9.927z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M19.443%2C10.388c-2.204-1.243%2C0.224-6.524%2C2.733-5.423%20C24.639%2C6.396%2C21.647%2C11.631%2C19.443%2C10.388z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M14.811%2C8.25c-3.318-0.188-3.432-7.618%2C0.661-7.749%20C18.939%2C0.385%2C18.13%2C8.44%2C14.811%2C8.25z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6.506%2C3.461c3.007-1.613%2C4.584%2C4.796%2C2.416%2C6.1%20C6.754%2C10.861%2C3.495%2C5.077%2C6.506%2C3.461z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M0.779%2C10.13c1.508-2.299%2C5.987%2C1.908%2C4.759%2C3.946%20C4.315%2C16.117-0.729%2C12.427%2C0.779%2C10.13z%22%2F%3E%3C%2Fsvg%3E') calc(50%) 50% / 50% no-repeat;
    }

    &#tab-label2:after {
      mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2021%2021%22%20enable-background%3D%22new%200%200%2021%2021%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M17.37%2C7.01c0-3.6-3.78-6.51-8.43-6.51S0.5%2C3.41%2C0.5%2C7.01%20c0%2C3%2C2.56%2C5.461%2C6.07%2C6.24l0.46%2C2.561c0.049%2C0.289%2C0.323%2C0.482%2C0.612%2C0.434c0.125-0.021%2C0.237-0.086%2C0.318-0.184l2.18-2.561%20C14.221%2C12.99%2C17.37%2C10.291%2C17.37%2C7.01z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.34%2C10.121c2.45%2C0.56%2C4.16%2C2.27%2C4.16%2C4.209s-1.71%2C3.641-4%2C4.17%20l-0.311%2C1.711c-0.031%2C0.189-0.211%2C0.318-0.402%2C0.287c-0.086-0.014-0.163-0.059-0.217-0.127l-1.45-1.74%20c-2.521-0.281-4.59-2-4.84-4.102%22%2F%3E%3C%2Fsvg%3E') 50% 50% / 50% no-repeat;
      -webkit-mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2021%2021%22%20enable-background%3D%22new%200%200%2021%2021%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M17.37%2C7.01c0-3.6-3.78-6.51-8.43-6.51S0.5%2C3.41%2C0.5%2C7.01%20c0%2C3%2C2.56%2C5.461%2C6.07%2C6.24l0.46%2C2.561c0.049%2C0.289%2C0.323%2C0.482%2C0.612%2C0.434c0.125-0.021%2C0.237-0.086%2C0.318-0.184l2.18-2.561%20C14.221%2C12.99%2C17.37%2C10.291%2C17.37%2C7.01z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.34%2C10.121c2.45%2C0.56%2C4.16%2C2.27%2C4.16%2C4.209s-1.71%2C3.641-4%2C4.17%20l-0.311%2C1.711c-0.031%2C0.189-0.211%2C0.318-0.402%2C0.287c-0.086-0.014-0.163-0.059-0.217-0.127l-1.45-1.74%20c-2.521-0.281-4.59-2-4.84-4.102%22%2F%3E%3C%2Fsvg%3E') 50% 50% / 50% no-repeat;
    }

    &#tab-label3:after {
      mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2021%2018%22%20enable-background%3D%22new%200%200%2021%2018%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%22%207.167%2C4.814%2020.5%2C0.5%2020.5%2C17.644%204.309%2C12.405%20%22%2F%3E%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%224.309%22%20y1%3D%225.738%22%20x2%3D%227.167%22%20y2%3D%224.814%22%2F%3E%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2216.69%22%20y1%3D%224.152%22%20x2%3D%2216.69%22%20y2%3D%2216.187%22%2F%3E%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%224.309%22%20y1%3D%227.644%22%20x2%3D%224.309%22%20y2%3D%2212.405%22%2F%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%22%204.309%2C12.405%200.5%2C12.405%200.5%2C5.738%204.309%2C5.738%20%22%2F%3E%3C%2Fsvg%3E') 50% 40% / 50% no-repeat;
      -webkit-mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2021%2018%22%20enable-background%3D%22new%200%200%2021%2018%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%22%207.167%2C4.814%2020.5%2C0.5%2020.5%2C17.644%204.309%2C12.405%20%22%2F%3E%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%224.309%22%20y1%3D%225.738%22%20x2%3D%227.167%22%20y2%3D%224.814%22%2F%3E%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2216.69%22%20y1%3D%224.152%22%20x2%3D%2216.69%22%20y2%3D%2216.187%22%2F%3E%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20x1%3D%224.309%22%20y1%3D%227.644%22%20x2%3D%224.309%22%20y2%3D%2212.405%22%2F%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%22%204.309%2C12.405%200.5%2C12.405%200.5%2C5.738%204.309%2C5.738%20%22%2F%3E%3C%2Fsvg%3E') 50% 50% / 40% no-repeat;
    }

    &#tab-label4:after {
      mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2021%2021%22%20enable-background%3D%22new%200%200%2021%2021%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20cx%3D%228.75%22%20cy%3D%2212.347%22%20r%3D%221.833%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M0.5%2C20.596%20c1.375-3.207%2C2.059-8.248%2C2.059-14.417l8.152-2.292%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.191%2C10.386l-2.292%2C8.153%20c-4.873-0.005-9.722%2C0.688-14.399%2C2.057%22%2F%3E%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%221.417%22%20y1%3D%2219.68%22%20x2%3D%227.045%22%20y2%3D%2214.052%22%2F%3E%3Crect%20x%3D%2213.521%22%20y%3D%220.125%22%20transform%3D%22matrix(-0.707%200.7072%20-0.7072%20-0.707%2030.1483%20-1.087)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20width%3D%223.557%22%20height%3D%2211.155%22%2F%3E%3C%2Fsvg%3E') 50% 45% / 40% no-repeat;
      -webkit-mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2021%2021%22%20enable-background%3D%22new%200%200%2021%2021%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20cx%3D%228.75%22%20cy%3D%2212.347%22%20r%3D%221.833%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M0.5%2C20.596%20c1.375-3.207%2C2.059-8.248%2C2.059-14.417l8.152-2.292%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.191%2C10.386l-2.292%2C8.153%20c-4.873-0.005-9.722%2C0.688-14.399%2C2.057%22%2F%3E%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20x1%3D%221.417%22%20y1%3D%2219.68%22%20x2%3D%227.045%22%20y2%3D%2214.052%22%2F%3E%3Crect%20x%3D%2213.521%22%20y%3D%220.125%22%20transform%3D%22matrix(-0.707%200.7072%20-0.7072%20-0.707%2030.1483%20-1.087)%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20width%3D%223.557%22%20height%3D%2211.155%22%2F%3E%3C%2Fsvg%3E') 50% 45% / 40% no-repeat;
    }

    &:hover {
      opacity: 1;

      @media (width >=640px) {
        &:before {
          /*background: #fff;*/
          scale: 1.2;
        }

        &:after {
          scale: 1.2;
        }
      }
    }

    .active>& {
      &:before {
        background: #42b9d0;
        /* filter: drop-shadow(0px 0px 1px black); */
      }

      &:after {
        background: #fff;
      }
    }

  }
}



/*
.list-tab-label .tab-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    bottom: -8px;
    border-bottom: solid 1px var(--main-color);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
    opacity: 0.8;
}
*/
/*
.list-tab-label :is(.tab-label:hover,.active .tab-label):after{
    transform: scaleX(1);
}
*/

.select-info .box-post-text time {
  /* margin-right: 10px; */
  font-size: min(3.5vw, 14px);
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
}

.select-info .box-post-text a {
  gap: min(4vw, 2rem);
}

.select-info .box-post-text a:hover {
  opacity: 1;
  color: var(--main-color);
}

.select-info .category-icon {
  width: 50px;
  min-width: 50px;
  aspect-ratio: 1/1;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.select-info .category-icon>img {
  width: 50%;
  object-position: center;
  /* background: #ddd; */
}

.select-info .category-icon.evaluation {
  background: #339fd1;
}

.select-info .category-icon.news {
  background: #adbad1;
}

.select-info .category-icon.other {
  background: #2bb8ac;
}


.greeting_back {
  background: url(images/greeting_back.png) center / auto 100% no-repeat;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  padding: min(30vw, 170px) 0 min(30vw, 150px);
  /* width: min(100%,1300px); */
}

.greeting_back-inner {
  width: min(100%, 680px);
  margin: 0 auto;

  @media(width <=640px) {
    :is(.grid-2:not(.wp-block-group), .grid-2.wp-block-group >div):has(&) {
      gap: unset !important;
    }

    &+& {
      margin-block-start: min(8vw, 2rem);
      padding-block-start: min(8vw, 2rem);
      border-block-start: 1px dashed var(--main-color);
    }
  }
}

.greeting_back-inner.flex-left_img {
  /* align-items: center; */
  gap: min(8vw, 3rem) min(4vw, 2rem);
}

.greeting_back-inner.flex-left_img>*:nth-child(1) {
  flex: 0 120px !important;
}

.greeting_back-inner.flex-left_img>*:nth-child(1) figcaption {
  font-size: min(3.5vw, 14px);
  line-height: 1.5;
  text-align: center;
  margin-top: 0.5rem;
}

.greeting_back-inner.flex-left_img p {
  /*line-height: 1.75;*/
  /* font-size: min(3.5vw,18px); */
}

.greeting_back-inner.flex-left_img>*:nth-child(2) {
  flex: 1;
}


.position_absolute>img {
  position: absolute;
  z-index: 3;
}

.position_absolute .plan-1 {
  left: min(8vw, 12rem);
  top: 0;
  transform: translateY(-100%);
  aspect-ratio: 162/103;
  width: min(25vw, 162px);
}

.position_absolute .plan-2 {
  right: min(8vw, 12rem);
  top: 0;
  transform: translateY(-70%);
  aspect-ratio: 266/184;
  width: min(35vw, 266px);
}

.position_absolute .blog-1 {
  left: min(8vw, 12rem);
  top: 0;
  transform: translateY(-60%);
  aspect-ratio: 177/107;
  width: min(30vw, 354px);
}

.position_absolute .blog-2 {
  right: min(8vw, 12rem);
  top: 0;
  transform: translateY(-90%);
  aspect-ratio: 255/161;
  width: min(30vw, 255px);
}

.position_absolute .greeting-1 {
  left: min(20vw, 20rem);
  top: 0;
  transform: translateY(-20%);
  aspect-ratio: 32/33;
  width: min(20vw, 200px);
}

.position_absolute .greeting-2 {
  right: min(8vw, 8rem);
  bottom: 0;
  transform: translateY(0%);
  aspect-ratio: 32/35;
  width: min(20vw, 150px);
}

.position_absolute .contact-1 {
  left: min(8vw, 12rem);
  top: 0;
  transform: translateY(-70%);
  aspect-ratio: 291/163;
  width: min(35vw, 290px);
}

.position_absolute .contact-2 {
  right: min(8vw, 12rem);
  top: 0;
  transform: translateY(-50%);
  aspect-ratio: 50/39;
  width: min(30vw, 250px);
}

.position_absolute .copyright-1 {
  left: min(8vw, 12rem);
  top: 0;
  transform: translateY(-80%);
  aspect-ratio: 41/33;
  width:
    min(20vw, 123px);
}

.position_absolute .copyright-2 {
  right: min(8vw, 12rem);
  top: 0;
  transform: translateY(-80%);
  aspect-ratio: 123/95;
  width:
    min(20vw, 123px);
}

.option-flex {
  display: flex;
  gap: 1rem;
  /* flex-flow: wrap; */

  :is(.grid-3:not(.wp-block-group), .grid-3.wp-block-group >div):has(&) {
    grid-template: auto / repeat(auto-fill, minmax(min(100%, 300px), 1fr));
    gap: min(6vw, 1.5rem);
  }

  &>*:nth-child(1) {
    flex: 0 min(25%, 100px);
  }

  &>*:nth-child(2) {
    flex: 1;
    display: flex;
    flex-flow: column;
    /* align-items: baseline; */
    justify-content: flex-end;
    text-align: right;
	  gap: 0.5rem;
  }
}


.option-flex h4 {
  font-size: min(4vw, 17px);
  border-bottom: 1px solid #42b9d0;
  padding-bottom: 0.5rem;
  margin-bottom: min(3vw,0.75rem);
  /* flex: 1 100%; */
  line-height: 1.25;
  text-align: left;
}

.option-flex .op-price {
  margin-top: auto;
  margin-bottom: unset;
  font-size: min(4vw, 18px);
  font-weight: 700;
  text-align: right;
}

.option-flex .op-comment {
  font-size: min(14px, 3.5vw);
  font-weight: 500;
  /* flex: 1 100%; */
}

.question {
  font-size: min(4vw, 20px);
  line-height: 1.5;
  display: flex;
  gap: 0.75rem;
  align-items: baseline;

  &:before {
    content: "Q";
    aspect-ratio: 1/1;
    flex: 0 2rem;
    min-inline-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #adbad1;
    font-size: min(4vw, 16px);
    color: #fff;
    font-weight: 700;
  }

  &:has(+ *) {
    margin-block-end: 1rem;
  }
}

.answer {
  display: flex;
  gap: 0.75rem;
  align-items: baseline;

  &:before {
    content: "A";
    aspect-ratio: 1/1;
    flex: 0 2rem;
    min-inline-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    font-size: min(4vw, 16px);
    color: #fff;
    font-weight: 700;
  }
}

/*納骨堂*/

.radius {
  border-radius: 0.5rem;
  overflow: hidden;
}

/*
.ossuary_back {
  position: relative;

  &:before,
  &:after {
    content: "";
    position: absolute;
    bottom: 0;
    block-size: 12rem;
    background: #ddd;
  }

  &:before {
    aspect-ratio: 380/416;
    inset-inline-start: calc(50% - 30rem);
    background: url(images/ossuary_object-1.png) center / contain no-repeat;
  }

  &:after {
    aspect-ratio: 38/49;
    inset-inline-end: calc(50% - 27rem);
    background: url(images/ossuary_object-2.png) center / contain no-repeat;
  }

  @media (width <=900px) {

    &:before,
    &:after {
      block-size: min(17.5vw, 12rem);
      translate: 0 min(150px, 150%);
      z-index: 2
    }

    &:before {
      inset-inline-start: 0;
    }

    &:after {
      inset-inline-end: 0;
    }
  }
}
*/

/*
.ossuary_back:before {
	content: "";
	position: absolute;
	z-index: -1;
	transform: translate(-50%,-50%);
	width: clamp(1440px,90vw,100%);
	left: 50%;
	top: 40%;
	background: url(images/ossuary_back.png) center / auto 100% no-repeat;
	aspect-ratio: 720/427;
}
*/

.ossuary_object {
  position: relative;

  &:before,
  &:after {
    content: "";
    position: absolute;
    bottom: 0;
    block-size: 12rem;
    background: #ddd;
  }

  &:before {
    aspect-ratio: 380/416;
    inset-inline-start: -2rem;
    transform: translateX(-100%);
    background: url(images/ossuary_object-1.png) center / contain no-repeat;
  }

  &:after {
    aspect-ratio: 38/49;
    inset-inline-end: -2rem;
    transform: translateX(100%);
    background: url(images/ossuary_object-2.png) center / contain no-repeat;
  }
}


.plan-content {
  display: none;
}

.card-ossuary {
  &[data-color="kikyo"] {

    .title-ossuary,
    .list-price li:before {
      background: #5f4293;
    }
  }

  &[data-color="kaede"] {

    .title-ossuary,
    .list-price li:before {
      background: #fb9236;
    }
  }

  &[data-color="sakura"] {

    .title-ossuary,
    .list-price li:before {
      background: #e5b2bf;
    }
  }

  &[data-color="sazanka"] {

    .title-ossuary,
    .list-price li:before {
      background: #e81f3f;
    }
  }
}

.card-ossuary dl {
  /* display: grid; */
  grid-template: auto / repeat(auto-fill, minmax(300px, 1fr));

  &>* {
    padding: min(4vw, 1rem) min(4vw, 1.5rem);
  }
}

.title-ossuary {
  font-size: min(4.5vw, 20px);
  /* padding: 1.5rem 2rem; */
  background: #e0edf0;
  color: #757374;
  font-weight: 700;
  font-family: var(--utsukushi);
  display: flex;
  align-items: center;
}

.content-ossuary {
  /* padding: 1.5rem; */
  background: #fff;
  display: flex;
  /* justify-content: space-between; */
  gap: 1rem;
  flex-flow: wrap;
}

.main-column .list-price {
  margin-inline-start: auto;
}

.main-column .list-price li {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: min(3.5vw, 16px);
  /* line-height: 0.9; */
}

.list-price li:before {
  content: attr(data-plan);
  align-self: center;
  line-height: 1;
  margin-right: 0.75rem;
  min-width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  padding: 0.5rem 1rem;
  font-size: min(3.5vw, 14px);
  color: #fff;
  border: 1px solid;
}

.list-price li:not(:has(span)) {
  border-block-start: 1px solid;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.list-price li:not(:has(span)):before {
  background: unset !important;
  padding: 0.5rem 0.75rem;
  font-size: min(4vw, 16px);
  color: initial;
  border: 1px solid;
}

.list-price li span {
  display: inline-grid;
  grid-template:
    "p1 p2" auto
    "p1 p3" auto / auto auto;
  font-weight: 700;
  align-items: center;
  line-height: 0.8;
  gap: 0.4rem 0;
  /* font-family: var(--utsukushi); */
}

.list-price li span b {
  font-size: min(9vw, 32px);
  font-weight: 700;
  flex: 1 100%;
  grid-area: p1;
  /* line-height: 0.9; */
  /* margin-top: -0.5rem; */
  align-self: end;
  /* font-family: var(--utsukushi); */
}

.list-price li span:before {
  content: "(税込)";
  grid-area: p2;
  /* display: inline; */
  font-size: min(3.5vw, 14px);
  /* flex: 1 100%; */
  /* align-self: end; */
  /* line-height: 1; */
}

.list-price li span:after {
  content: "円～";
  grid-area: p3;
  text-align: center;
  font-size: min(3.5vw, 14px);
  align-self: center;
}

.main-column .list-tab-label {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: min(4vw, 3rem);
  margin: 0 0 min(8vw, 3rem);
  text-align: center;

  &:has(+.middle_slider .swiper-slide) {
    @media (width <=640px) {
      display: none;

      &+.middle_slider {
        position: relative;
        overflow: initial;

        & .swiper-wrapper {}

        & .tab-content.swiper-slide {
          display: block !important;
          margin-inline-end: 2rem;
          height: auto;
        }
      }
    }
  }

}

.list-plan-label {
  display: grid;
  gap: 0.5rem;
  grid-template: auto / repeat(auto-fill, minmax(min(20%, 200px), 1fr));
}

.list-plan-label li {
  cursor: pointer;
  position: relative;
  overflow: hidden;

  &.active {
    pointer-events: none;
  }
}

.list-plan-label li span {
  position: absolute;
  inset: 0;
  background: #DFF1F2aa;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: 0.2s;
  line-height: 1.5;
  text-align: center;
  font-family: var(--utsukushi);
  letter-spacing: 0;
  font-weight: 700;
  font-size: min(2vw, 16px);
  opacity: 0;

  @media (width <=640px) {
    display: none;
  }
}

.list-plan-label :is(.active, li:hover) span {
  opacity: 1;
}

.list-button {
  &:is(.grid-4:not(.wp-block-group), .grid-4.wp-block-group >div) {
    grid-template: auto / repeat(auto-fill, minmax(min(40%, 200px), 1fr));
    gap: 0.5rem;
  }

  & a {
    padding: 0.5rem .75rem;
    background: var(--main-color);
    color: #fff;
    display: flex;
    /* justify-content: center; */
    border-radius: 5px;
    font-size: min(18px, 3.25vw);

    &:after {
      content: "";
      background: #fff;
      mask: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6YT0iaHR0cDovL25zLmFkb2JlLmNvbS9BZG9iZVNWR1ZpZXdlckV4dGVuc2lvbnMvMy4wLyIKCSB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2MHB4IiBoZWlnaHQ9Ijg1cHgiIHZpZXdCb3g9IjAgMC4wMDEgMTYwIDg1IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMC4wMDEgMTYwIDg1IgoJIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8ZGVmcz4KPC9kZWZzPgo8cGF0aCBmaWxsPSIjQjcxQTM1IiBkPSJNNzkuOTk1LDg0LjY1NmMtNy4yMjMsMC0xNC40NDMtMi43MjMtMTkuOTUzLTguMTg2TDMuNCwxOS44MThjLTQuNTM0LTQuNTM1LTQuNTM0LTExLjg4MSwwLTE2LjQxNwoJYzQuNTM1LTQuNTM1LDExLjg4Mi00LjUzNSwxNi40MTcsMGw1Ni42MDQsNTYuNjE4YzEuOTUxLDEuOTI4LDUuMTcxLDEuOTYxLDcuMTY2LTAuMDIxbDU2LjU5NS01Ni41OTUKCWM0LjUzNC00LjUzNSwxMS44ODEtNC41MzUsMTYuNDE2LDBjNC41MzQsNC41MzYsNC41MzQsMTEuODgyLDAsMTYuNDE3TDk5Ljk4MSw3Ni40MzVDOTQuNDcxLDgxLjkyMyw4Ny4yMjksODQuNjU2LDc5Ljk5NSw4NC42NTZ6IgoJLz4KPC9zdmc+') center / contain no-repeat;
      -webkit-mask: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6YT0iaHR0cDovL25zLmFkb2JlLmNvbS9BZG9iZVNWR1ZpZXdlckV4dGVuc2lvbnMvMy4wLyIKCSB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2MHB4IiBoZWlnaHQ9Ijg1cHgiIHZpZXdCb3g9IjAgMC4wMDEgMTYwIDg1IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMC4wMDEgMTYwIDg1IgoJIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8ZGVmcz4KPC9kZWZzPgo8cGF0aCBmaWxsPSIjQjcxQTM1IiBkPSJNNzkuOTk1LDg0LjY1NmMtNy4yMjMsMC0xNC40NDMtMi43MjMtMTkuOTUzLTguMTg2TDMuNCwxOS44MThjLTQuNTM0LTQuNTM1LTQuNTM0LTExLjg4MSwwLTE2LjQxNwoJYzQuNTM1LTQuNTM1LDExLjg4Mi00LjUzNSwxNi40MTcsMGw1Ni42MDQsNTYuNjE4YzEuOTUxLDEuOTI4LDUuMTcxLDEuOTYxLDcuMTY2LTAuMDIxbDU2LjU5NS01Ni41OTUKCWM0LjUzNC00LjUzNSwxMS44ODEtNC41MzUsMTYuNDE2LDBjNC41MzQsNC41MzYsNC41MzQsMTEuODgyLDAsMTYuNDE3TDk5Ljk4MSw3Ni40MzVDOTQuNDcxLDgxLjkyMyw4Ny4yMjksODQuNjU2LDc5Ljk5NSw4NC42NTZ6IgoJLz4KPC9zdmc+') center / contain no-repeat;
      width: min(6vw, 1.25rem);
      aspect-ratio: 32/17;
      margin-inline-start: auto;
    }
  }
}

.middle_slider-tool {
  margin: 0 auto 1rem;
  display: flex;
  justify-content: center;


  & .swiper-button {
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    position: absolute;
    z-index: 2;
    inset-block-start: 0;
    inset-inline-start: 50%;
    translate: -50% 15rem;
    width: 95vw;
    pointer-events: none;

    & li {
      aspect-ratio: 1/1;
      inline-size: 2.5rem;
      background: #fff;
      border-radius: 50%;
      cursor: pointer;
      position: relative;
      pointer-events: initial;

      &.swiper-button-prev {
        rotate: 180deg;
      }

      &:after {
        content: "";
        position: absolute;
        inset: 0;
        mask: url('data:image/svg+xml;base64,PHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2Q5ZDlkOTsKICAgICAgICBzdHJva2Utd2lkdGg6IDBweDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTguMDEsMTIuMTZsLTUuNzIsNS40NGMtLjU1LjUzLTEuNDMuNS0xLjk1LS4wNS0uNTMtLjU1LS41LTEuNDMuMDUtMS45NWwyLjMzLTIuMjJoLTUuNTJjLS43NiwwLTEuMzgtLjYyLTEuMzgtMS4zOHMuNjItMS4zOCwxLjM4LTEuMzhoNS41MmwtMi4zMy0yLjIyYy0uNTUtLjUyLS41Ny0xLjQtLjA1LTEuOTUuNTMtLjU1LDEuNC0uNTgsMS45NS0uMDVsNS43Miw1LjQ0cy4wNy4xLjA3LjE2LS4wMi4xMi0uMDcuMTZaTTEyLDBDNS4zNywwLDAsNS4zNywwLDEyczUuMzcsMTIsMTIsMTIsMTItNS4zNywxMi0xMlMxOC42MywwLDEyLDBaIi8+Cjwvc3ZnPg==') center / contain no-repeat;
        background: var(--main-color);
      }

    }
  }

  & .swiper-pagination {
    display: flex;
    gap: 1rem;

    & .swiper-pagination-bullet {
      aspect-ratio: 1/1;
      background: #ddd;
      inline-size: 1rem;
      border-radius: 50%;

      &[class*="-active"] {
        background: var(--main-color);
      }
    }
  }

  @media (640px < width) {
    display: none;
  }
}



/*フッター*/

.section-common[data-back="sky_image"] {
  background: url(images/sky_image.jpg) center / cover no-repeat;
  padding-bottom: min(30vw, 180px);
}

.grid-2:has(> .contact-box) {
  gap: 2rem;
}

.contact-box {
  border-radius: 0.5rem;
  background: #333333aa center / cover no-repeat;
  background-blend-mode: multiply;
  color: #fff;
  padding: min(8vw, 3rem);
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: min(5vw, 2rem);

  & p {
    font-size: min(4vw, 16px)
  }

  @media (width <=1240px) {
    & p {
      text-align: initial;

      & br.pc {
        display: none;
      }
    }
  }
}

.contact-box[data-contact="tel"] {
  background-image: url(images/tel-back.jpg);
}

.contact-box[data-contact="form"] {
  background-image: url(images/form-back.jpg);
}

.contact-box_title {
  font-size: min(4.25vw, 22px);
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 0.5rem;
  line-height: 1.25;
  flex-flow: column;
  flex: 1;
}

.contact-box_title[data-text]:after {
  content: attr(data-text);
  text-align: center;
  display: block;
  font-size: min(3.5vw, 16px);
  font-weight: 500;
}

.contact-box .btn-archive {
  /* margin-top: auto; */
  font-size: min(3.5vw, 18px);
  font-weight: 600;
  /* justify-content: center; */
  padding: 0.75rem 1.25rem;
  /* gap: min(2vw,1rem); */
}

/*
.contact-box .btn-archive span{
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: min(2vw,1rem);
	line-height: 1;
}
*/

.contact-box .btn-archive:before {
  content: "";
  min-width: min(5vw, 2rem);
  aspect-ratio: 1/1;
}

.contact-box .btn-archive[data-btn_icon="tel"]:before {
  background: #fff;
  mask: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%20%3C!ENTITY%20ns_flows%20%22http%3A%2F%2Fns.adobe.com%2FFlows%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2072%2072%22%20enable-background%3D%22new%200%200%2072%2072%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M46.564%2C48.072c-1.556-2.379-4.773-2.963-6.934-1.232c-1.43%2C1.146-4.627%2C3.711-6.03%2C5.605%20c-0.657%2C0.887-1.673%2C1.332-2.595%2C1.934c-5.877%2C3.84-23.461-23.07-17.584-26.912c0.922-0.602%2C1.736-1.354%2C2.813-1.599%20c2.299-0.524%2C5.93-2.422%2C7.555-3.272c2.454-1.283%2C3.211-4.465%2C1.656-6.845L16.934%2C2.726c-1.597-2.443-4.924-2.968-7.08-1.114%20c-3.258%2C2.802-7.025%2C6.925-8.131%2C8.722c-0.648%2C1.055-1.082%2C2.231-1.273%2C3.468c-0.748%2C4.836-1.965%2C17.555%2C9.516%2C35.125%20C21.446%2C66.498%2C33.583%2C70.49%2C38.313%2C71.748c1.209%2C0.32%2C2.461%2C0.396%2C3.688%2C0.227c2.09-0.291%2C7.379-2.086%2C11.253-3.945%20c2.563-1.229%2C3.419-4.486%2C1.823-6.93L46.564%2C48.072z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M67.484%2C15.663c-2.647-4.298-6.127-7.8-10.117-10.426c-3.99-2.627-8.491-4.381-13.195-5.206%20C43.055-0.165%2C41.99%2C0.583%2C41.794%2C1.7c-0.196%2C1.118%2C0.551%2C2.183%2C1.669%2C2.378c4.167%2C0.731%2C8.139%2C2.282%2C11.645%2C4.591%20c3.508%2C2.309%2C6.551%2C5.372%2C8.879%2C9.149c2.969%2C4.821%2C4.377%2C10.164%2C4.377%2C15.514c0.001%2C3.032-0.453%2C6.064-1.338%2C8.996%20c-0.327%2C1.086%2C0.287%2C2.232%2C1.374%2C2.561c1.086%2C0.328%2C2.232-0.287%2C2.56-1.373c0.998-3.309%2C1.514-6.74%2C1.514-10.184%20C72.474%2C27.26%2C70.864%2C21.148%2C67.484%2C15.663z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M51.852%2C13.018c-2.959-1.914-6.295-3.168-9.771-3.722c-0.59-0.094-1.157%2C0.078-1.592%2C0.42%20c-0.61%2C0.274-1.076%2C0.839-1.189%2C1.549c-0.178%2C1.12%2C0.586%2C2.173%2C1.705%2C2.352c2.93%2C0.467%2C5.725%2C1.521%2C8.188%2C3.115%20c2.464%2C1.594%2C4.599%2C3.723%2C6.226%2C6.364c2.036%2C3.307%2C3.001%2C6.965%2C3.002%2C10.637c0%2C2.192-0.346%2C4.387-1.02%2C6.5%20c-0.345%2C1.082%2C0.252%2C2.236%2C1.334%2C2.582c0.685%2C0.217%2C1.398%2C0.057%2C1.918-0.365c0.502-0.234%2C0.91-0.664%2C1.091-1.232%20c0.8-2.51%2C1.214-5.123%2C1.214-7.748c0.001-4.393-1.165-8.821-3.612-12.792C57.392%2C17.506%2C54.811%2C14.931%2C51.852%2C13.018z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M38.766%2C22.46c1.777%2C0.223%2C3.477%2C0.817%2C4.97%2C1.745c1.493%2C0.93%2C2.782%2C2.19%2C3.758%2C3.773%20c0.293%2C0.476%2C0.548%2C0.964%2C0.765%2C1.461c0.649%2C1.493%2C0.961%2C3.071%2C0.963%2C4.659c0%2C0.989-0.129%2C1.979-0.369%2C2.95%20c-0.101%2C0.406-0.215%2C0.809-0.355%2C1.205c-0.096%2C0.268-0.133%2C0.541-0.117%2C0.809c0.031%2C0.533%2C0.271%2C1.035%2C0.664%2C1.396%20c0.145%2C0.133%2C0.316%2C0.238%2C0.502%2C0.326c0.064%2C0.031%2C0.127%2C0.068%2C0.197%2C0.094c0.802%2C0.285%2C1.663%2C0.043%2C2.204-0.547%20c0.09-0.1%2C0.171-0.207%2C0.241-0.324c0.071-0.117%2C0.131-0.242%2C0.179-0.375c0.079-0.223%2C0.153-0.447%2C0.224-0.672%20c0.068-0.225%2C0.134-0.451%2C0.193-0.68c0.24-0.91%2C0.402-1.838%2C0.484-2.773c0.02-0.234%2C0.035-0.469%2C0.046-0.703%20c0.01-0.235%2C0.015-0.471%2C0.015-0.706c0.001-1.064-0.105-2.134-0.321-3.188c-0.071-0.352-0.156-0.702-0.253-1.051%20c-0.193-0.696-0.436-1.385-0.729-2.059s-0.638-1.335-1.033-1.978c-1.315-2.135-3.073-3.855-5.087-5.106%20c-2.013-1.251-4.278-2.038-6.627-2.333c-1.127-0.141-2.153%2C0.657-2.295%2C1.783C36.842%2C21.292%2C37.641%2C22.319%2C38.766%2C22.46z%22%2F%3E%3C%2Fsvg%3E') center / contain no-repeat;
  -webkit-mask: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%20%3C!ENTITY%20ns_flows%20%22http%3A%2F%2Fns.adobe.com%2FFlows%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2072%2072%22%20enable-background%3D%22new%200%200%2072%2072%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M46.564%2C48.072c-1.556-2.379-4.773-2.963-6.934-1.232c-1.43%2C1.146-4.627%2C3.711-6.03%2C5.605%20c-0.657%2C0.887-1.673%2C1.332-2.595%2C1.934c-5.877%2C3.84-23.461-23.07-17.584-26.912c0.922-0.602%2C1.736-1.354%2C2.813-1.599%20c2.299-0.524%2C5.93-2.422%2C7.555-3.272c2.454-1.283%2C3.211-4.465%2C1.656-6.845L16.934%2C2.726c-1.597-2.443-4.924-2.968-7.08-1.114%20c-3.258%2C2.802-7.025%2C6.925-8.131%2C8.722c-0.648%2C1.055-1.082%2C2.231-1.273%2C3.468c-0.748%2C4.836-1.965%2C17.555%2C9.516%2C35.125%20C21.446%2C66.498%2C33.583%2C70.49%2C38.313%2C71.748c1.209%2C0.32%2C2.461%2C0.396%2C3.688%2C0.227c2.09-0.291%2C7.379-2.086%2C11.253-3.945%20c2.563-1.229%2C3.419-4.486%2C1.823-6.93L46.564%2C48.072z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M67.484%2C15.663c-2.647-4.298-6.127-7.8-10.117-10.426c-3.99-2.627-8.491-4.381-13.195-5.206%20C43.055-0.165%2C41.99%2C0.583%2C41.794%2C1.7c-0.196%2C1.118%2C0.551%2C2.183%2C1.669%2C2.378c4.167%2C0.731%2C8.139%2C2.282%2C11.645%2C4.591%20c3.508%2C2.309%2C6.551%2C5.372%2C8.879%2C9.149c2.969%2C4.821%2C4.377%2C10.164%2C4.377%2C15.514c0.001%2C3.032-0.453%2C6.064-1.338%2C8.996%20c-0.327%2C1.086%2C0.287%2C2.232%2C1.374%2C2.561c1.086%2C0.328%2C2.232-0.287%2C2.56-1.373c0.998-3.309%2C1.514-6.74%2C1.514-10.184%20C72.474%2C27.26%2C70.864%2C21.148%2C67.484%2C15.663z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M51.852%2C13.018c-2.959-1.914-6.295-3.168-9.771-3.722c-0.59-0.094-1.157%2C0.078-1.592%2C0.42%20c-0.61%2C0.274-1.076%2C0.839-1.189%2C1.549c-0.178%2C1.12%2C0.586%2C2.173%2C1.705%2C2.352c2.93%2C0.467%2C5.725%2C1.521%2C8.188%2C3.115%20c2.464%2C1.594%2C4.599%2C3.723%2C6.226%2C6.364c2.036%2C3.307%2C3.001%2C6.965%2C3.002%2C10.637c0%2C2.192-0.346%2C4.387-1.02%2C6.5%20c-0.345%2C1.082%2C0.252%2C2.236%2C1.334%2C2.582c0.685%2C0.217%2C1.398%2C0.057%2C1.918-0.365c0.502-0.234%2C0.91-0.664%2C1.091-1.232%20c0.8-2.51%2C1.214-5.123%2C1.214-7.748c0.001-4.393-1.165-8.821-3.612-12.792C57.392%2C17.506%2C54.811%2C14.931%2C51.852%2C13.018z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M38.766%2C22.46c1.777%2C0.223%2C3.477%2C0.817%2C4.97%2C1.745c1.493%2C0.93%2C2.782%2C2.19%2C3.758%2C3.773%20c0.293%2C0.476%2C0.548%2C0.964%2C0.765%2C1.461c0.649%2C1.493%2C0.961%2C3.071%2C0.963%2C4.659c0%2C0.989-0.129%2C1.979-0.369%2C2.95%20c-0.101%2C0.406-0.215%2C0.809-0.355%2C1.205c-0.096%2C0.268-0.133%2C0.541-0.117%2C0.809c0.031%2C0.533%2C0.271%2C1.035%2C0.664%2C1.396%20c0.145%2C0.133%2C0.316%2C0.238%2C0.502%2C0.326c0.064%2C0.031%2C0.127%2C0.068%2C0.197%2C0.094c0.802%2C0.285%2C1.663%2C0.043%2C2.204-0.547%20c0.09-0.1%2C0.171-0.207%2C0.241-0.324c0.071-0.117%2C0.131-0.242%2C0.179-0.375c0.079-0.223%2C0.153-0.447%2C0.224-0.672%20c0.068-0.225%2C0.134-0.451%2C0.193-0.68c0.24-0.91%2C0.402-1.838%2C0.484-2.773c0.02-0.234%2C0.035-0.469%2C0.046-0.703%20c0.01-0.235%2C0.015-0.471%2C0.015-0.706c0.001-1.064-0.105-2.134-0.321-3.188c-0.071-0.352-0.156-0.702-0.253-1.051%20c-0.193-0.696-0.436-1.385-0.729-2.059s-0.638-1.335-1.033-1.978c-1.315-2.135-3.073-3.855-5.087-5.106%20c-2.013-1.251-4.278-2.038-6.627-2.333c-1.127-0.141-2.153%2C0.657-2.295%2C1.783C36.842%2C21.292%2C37.641%2C22.319%2C38.766%2C22.46z%22%2F%3E%3C%2Fsvg%3E') center / contain no-repeat;
}

.contact-box .btn-archive[data-btn_icon="tel"]:hover:before {
  background: var(--main-color);
}

.contact-box .btn-archive[data-btn_icon="mail"]:before {
  background: #fff;
  mask: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%20%3C!ENTITY%20ns_flows%20%22http%3A%2F%2Fns.adobe.com%2FFlows%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2071%2059%22%20enable-background%3D%22new%200%200%2071%2059%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M68.852%2C2.362C67.399%2C0.906%2C65.369-0.001%2C63.149%2C0H8.064c-2.22-0.001-4.25%2C0.906-5.702%2C2.362%20C0.906%2C3.814%2C0%2C5.845%2C0%2C8.063v42.968c0%2C2.22%2C0.906%2C4.25%2C2.362%2C5.702c1.452%2C1.455%2C3.482%2C2.363%2C5.702%2C2.361h55.085%20c2.22%2C0.002%2C4.25-0.906%2C5.702-2.361c1.455-1.452%2C2.363-3.482%2C2.361-5.702V8.063C71.215%2C5.845%2C70.307%2C3.814%2C68.852%2C2.362z%20M5.59%2C5.59%20C6.23%2C4.953%2C7.091%2C4.566%2C8.064%2C4.565h55.085c0.974%2C0.001%2C1.833%2C0.388%2C2.474%2C1.024c0.637%2C0.641%2C1.023%2C1.501%2C1.025%2C2.474v6.175%20c-0.037%2C0.024-0.076%2C0.04-0.111%2C0.067L35.584%2C37.521L4.565%2C14.544v-6.48C4.566%2C7.091%2C4.953%2C6.23%2C5.59%2C5.59z%20M65.623%2C53.505%20c-0.641%2C0.637-1.5%2C1.024-2.474%2C1.025H8.064c-0.974-0.001-1.834-0.389-2.475-1.025c-0.637-0.641-1.023-1.5-1.024-2.474V20.225%20l31.035%2C22.989l31.048-23.285v31.103C66.646%2C52.005%2C66.26%2C52.864%2C65.623%2C53.505z%22%2F%3E%3C%2Fsvg%3E') center / contain no-repeat;
  -webkit-mask: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%20%3C!ENTITY%20ns_flows%20%22http%3A%2F%2Fns.adobe.com%2FFlows%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2071%2059%22%20enable-background%3D%22new%200%200%2071%2059%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M68.852%2C2.362C67.399%2C0.906%2C65.369-0.001%2C63.149%2C0H8.064c-2.22-0.001-4.25%2C0.906-5.702%2C2.362%20C0.906%2C3.814%2C0%2C5.845%2C0%2C8.063v42.968c0%2C2.22%2C0.906%2C4.25%2C2.362%2C5.702c1.452%2C1.455%2C3.482%2C2.363%2C5.702%2C2.361h55.085%20c2.22%2C0.002%2C4.25-0.906%2C5.702-2.361c1.455-1.452%2C2.363-3.482%2C2.361-5.702V8.063C71.215%2C5.845%2C70.307%2C3.814%2C68.852%2C2.362z%20M5.59%2C5.59%20C6.23%2C4.953%2C7.091%2C4.566%2C8.064%2C4.565h55.085c0.974%2C0.001%2C1.833%2C0.388%2C2.474%2C1.024c0.637%2C0.641%2C1.023%2C1.501%2C1.025%2C2.474v6.175%20c-0.037%2C0.024-0.076%2C0.04-0.111%2C0.067L35.584%2C37.521L4.565%2C14.544v-6.48C4.566%2C7.091%2C4.953%2C6.23%2C5.59%2C5.59z%20M65.623%2C53.505%20c-0.641%2C0.637-1.5%2C1.024-2.474%2C1.025H8.064c-0.974-0.001-1.834-0.389-2.475-1.025c-0.637-0.641-1.023-1.5-1.024-2.474V20.225%20l31.035%2C22.989l31.048-23.285v31.103C66.646%2C52.005%2C66.26%2C52.864%2C65.623%2C53.505z%22%2F%3E%3C%2Fsvg%3E') center / contain no-repeat;
}

.contact-box .btn-archive[data-btn_icon="mail"]:hover:before {
  background: var(--main-color);
}


.footer {
  background: #f7f6f4;
}

.footer:before {
  content: "";
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221543px%22%20height%3D%22117px%22%20viewBox%3D%220%200%201543%20117%22%20enable-background%3D%22new%200%200%201543%20117%22%20xml%3Aspace%3D%22preserve%22%20%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23F6F6F6%22%20d%3D%22M0%2C117.32c2.652-16.679%2C11.616-27.045%2C21.997-35.996%20c-4.843-46.119%2C36.322-76.048%2C79.99-60.992c7.878-3.346%2C12.438-10.955%2C20.997-14.999c34.999-16.535%2C73.372%2C7.963%2C76.99%2C37.996%20c32.406-1.941%2C54.807%2C14.418%2C64.992%2C37.995c13.142-8.523%2C38.393-13.761%2C54.993-5c8.129-3.354%2C11.747-10.628%2C20.997-14.998%20c20.885-9.867%2C46.527-3.901%2C61.992%2C7.999c11.849-5.833%2C32.236-6.296%2C43.995%2C0c8.174-3.373%2C11.671-10.592%2C20.997-14.998%20c22.829-10.785%2C52.427-3.329%2C64.992%2C12.999c11.392-18.859%2C44.218-30.474%2C70.991-18.998c22.554-35.344%2C93.458-20.358%2C95.987%2C22.998%20c29.025-2.59%2C49.692%2C11.556%2C60.993%2C29.996c13.482-11.314%2C41.36-20.36%2C61.992-9.999c8.566-3.688%2C11.577-10.547%2C20.997-14.998%20c14.608-6.901%2C33.338-6.912%2C46.994-1c8.317%2C3.601%2C11.882%2C11.099%2C18.998%2C12.998c4.766-27.241%2C35.229-45.53%2C65.991-33.996%20c10.464-6.202%2C17.473-15.137%2C30.996-16.998c24.558-3.38%2C48.872%2C13.349%2C51.993%2C35.996c18.24-0.908%2C29.885%2C4.778%2C39.995%2C11.999%20c8.23-13.574%2C31.904-24.454%2C50.994-14.998c17.281-23.51%2C69.237-17.381%2C70.991%2C15.998c20.474-1.143%2C30.818%2C7.844%2C41.994%2C15.998%20c2.563-3.771%2C6.05-6.616%2C9.999-8.999c-5.827-52.642%2C43.98-85.907%2C87.989-67.992c26.946-37.1%2C99.317-23.857%2C105.986%2C23.997%20c41.627%2C0.746%2C71.905%2C31.183%2C75.99%2C67.992H0z%22%2F%3E%3C%2Fsvg%3E') center bottom / contain no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 2;
  width: min(1540px, 100%);
  aspect-ratio: 1543/117;
}

.footer-top {
  /* padding: 120px 0 2rem; */
}

/* 固定ページ
*************************** */
/* 見出し */
.contents-page h2,
.contents-page h3,
.contents-page h4 {
  margin-bottom: 28px;
  line-height: 1.5;
}

.contents-page h2 {
  padding: 0.5em;
  font-size: 22px;
  font-weight: bold;
}

.contents-page h3 {
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
}

.contents-page h4 {
  padding: 0.5em;
  font-size: 18px;
  font-weight: bold;
}

.contents-page h2 .mincho {
  font-size: 24px;
}

/* 見出し */
.contents-page p,
.contents-page span {
  line-height: 1.75;
}

.contents-page img {
  max-width: 100%;
  height: auto;
}


[class*="title-large"] {
  font-size: min(5vw, 28px);
  font-weight: 700;
  margin-block-end: 2.5rem;
  line-height: 1.5;
  display: flex;
  flex-flow: column;
  align-items: baseline;
  gap: 0.5rem;

  &:has(+p) {
    margin-block-end: 2.5rem;
  }

  &+p {
    margin-block-start: -0.5rem;
    margin-block-end: 3rem;
    line-height: min(8vw, 2.5rem);
  }

  &[class$="-center"] {
    text-align: center;
    align-items: center;

    &+p {
      text-align: center;
    }

  }

  &[data-text]:before {
    content: attr(data-text);
    font-size: min(4vw, 18px);
    line-height: 1;
  }

  @media (width <=640px) {

    &+br {
      display: none;
    }

    &[class$="-center"] {
      text-align: initial;
      align-items: initial;

      &+p {
        text-align: initial;
      }

    }

  }

}

[class*="title-middle"] {
  font-size: min(4.5vw, 22px);
  font-weight: 700;
  margin-block-end: 1.5rem;
  line-height: 1.5;

  &[class*="-border_right"] {
    display: flex;
    gap: 1rem;
    align-items: center;

    &:after {
      content: "";
      flex: 1;
      background: var(--main-color);
      height: 1px;
    }
  }

  &[class*="-border_left"] {
    border-left: 5px solid var(--main-color);
    padding-inline-start: 1rem;
  }

  &[class*="-mat"] {
    background: var(--main-color);
    padding: 0.5rem;
    color: #fff
  }

  &+p {
    margin-block-start: -0.5rem;
  }

  &[class$="-center"] {
    text-align: center;

    &+p {
      text-align: center;
    }
  }
}

[class*="title-min"] {
  font-size: min(4vw, 18px);
  font-weight: 700;
  margin-block-end: 1rem;
  line-height: 1.25;

  &[class*="-before"] {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 0.5rem;

    &[class*="-before_square"]:before {
      content: "";
      min-width: 1rem;
      aspect-ratio: 1/1;
      background: var(--key_color);
      align-self: center;
    }
  }

  &[class*="-mat"] {
    font-size: min(3.5vw, 16px);
    display: inline-flex;
    padding: 0.5rem;
    background: var(--sub_color);
    margin-block-end: 1rem;

    &[class*="-mat_white"] {
      background: #fff;
    }

    &[class*="-mat_border"] {
      background: unset;
      border: 1px solid var(--main-color);
    }
  }

  &[class*="-border_right"] {
    display: flex;
    gap: 1rem;
    align-items: center;

    &:after {
      content: "";
      flex: 1;
      background: var(--main-color);
      height: 1px;
    }
  }

  &[class*="-border_left"] {
    border-left: 3px solid var(--main-color);
    padding-inline-start: 1rem;
  }

  &+p {
    margin-block-start: -0.5rem;
  }

  &[class*="-center"] {
    text-align: center;

    &+p {
      text-align: center;
    }
  }
}

/* 固定ページ
*************************** */


.btn-text {
  display: inline-flex;
  padding: 0.5rem 1rem;
  background: var(--main-color);
  line-height: 1.25;
  font-size: min(3.5vw, 16px);
  color: #fff;
  border-radius: 2rem;
  margin: 0.5rem 0;
}

.number {
  position: relative;

  *:has(>&) {
    counter-reset: number 0;
  }

  &:before {
    counter-increment: number 1;
    content: counter(number);
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    font-size: min(6vw, 24px);
    aspect-ratio: 1/1;
    background: #42b9d0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(9vw, 3rem);
  }
}

.kotei-section+.kotei-section {
  margin-top: min(12vw, 80px);
}

.kotei-section+.kotei-section[id] {
  margin-top: unset;
  padding-top: min(12vw, 100px);
}

.kotei-section[id="access"] {
  display: none;
}

.kotei-section_in {

  &+.kotei-section_in {
    margin-top: min(10vw, 80px);
  }

}

.kotei-section_title {
  font-size: min(5vw, 28px);
  color: var(--main-color);
  margin-bottom: min(6vw, 2rem);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.25;

  &:has(+ p) {
    margin-bottom: min(3vw, 1.5rem);
  }

  &+p {
    margin-bottom: min(6vw, 3rem);
  }
}

.kotei-section_title:before {
  content: "";
  background: url(images/icon-section-min_title.png) center / contain no-repeat;
  min-width: min(8vw, 2.5rem);
  aspect-ratio: 29/25;
}

.kotei-flex_left>div {
  display: flex;
  gap: min(4vw, 2rem);
}

.kotei-flex_left>div>* {
  margin: unset;
}

.kotei-flex_left>div>*:nth-child(1) {
  flex: 0 min(40%, 300px);
}

.kotei-flex_left>div>*:nth-child(2) {
  flex: 1;
}

.price-table table {
  margin: unset;
  border-collapse: separate;
  border-spacing: 0.25rem;

  & :is(th, td) {
    border: unset;
    text-align: center;
    font-weight: 500;
    background: #dbdbdb;
    padding: min(1.5vw, 0.75rem) min(2.5vw, 1rem);
    letter-spacing: 0;

  }

  & th {
    background: #a1d9e8;
    font-weight: 700;
  }

  & td {
    tr:nth-child(2n) & {
      background: #eaeaea;
    }
  }

  @media screen and (max-width: 640px) {
    .sp-column & {
      & tbody {
        display: flex;
        gap: 0.25rem;
      }

      & tr {
        flex: 1;
        display: flex;
        flex-flow: column;
        gap: 0.25rem;

        &:has(th){
          flex: 1;
        }

        &:has(td){
          flex: 0 35%;
        }

        & :is(th, td) {
          flex: 1;
          font-size: min(3.5vw, 14px);
          letter-spacing: 0;
          font-weight: 700;
        }
      }
    }
  }
}

/*各プラン*/

.option-card>div {
  display: flex;
  gap: 1rem;
  height: 100%;

  :is(.grid-2:not(.wp-block-group), .grid-2.wp-block-group >div):has(&) {
    grid-template: auto / repeat(auto-fill, minmax(min(100%, 400px), 1fr));
    gap: min(4vw, 2rem) min(4vw, 2rem);
  }


  &>*:nth-child(1) {
    flex: 0 min(27.5%, 100px);
  }

  &>*:nth-child(2) {
    flex: 1;
  }
}

.plan_buttons {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  translate: -50% -50%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;

  *:has(>&) {
    position: relative;
  }

  & li {
    width: 2.5rem;
    aspect-ratio: 32/17;
    mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22160px%22%20height%3D%2285px%22%20viewBox%3D%220%200.001%20160%2085%22%20enable-background%3D%22new%200%200.001%20160%2085%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23B71A35%22%20d%3D%22M79.995%2C84.656c-7.223%2C0-14.443-2.723-19.953-8.186L3.4%2C19.818c-4.534-4.535-4.534-11.881%2C0-16.417%20c4.535-4.535%2C11.882-4.535%2C16.417%2C0l56.604%2C56.618c1.951%2C1.928%2C5.171%2C1.961%2C7.166-0.021l56.595-56.595%20c4.534-4.535%2C11.881-4.535%2C16.416%2C0c4.534%2C4.536%2C4.534%2C11.882%2C0%2C16.417L99.981%2C76.435C94.471%2C81.923%2C87.229%2C84.656%2C79.995%2C84.656z%22%20%2F%3E%3C%2Fsvg%3E') center / contain no-repeat;
    background: #efefef;
    rotate: 90deg;
    cursor: pointer;

    &:nth-child(2) {
      rotate: -90deg;
    }
  }
}

.swiper-slide img {
  width: 100%;
}

/* 会社概要　
*************************** */


.table-company th {
  border: none;
}

.table-company td {
  border: none;
}

.table-company dl+dl {
  margin-top: 1rem;
}

.table-company dl dt {
  font-weight: 700;
}

.company-access h3 {
  margin-top: 0;
}



.history {
  overflow: visible;
}

.history table tr {
  display: flex;
  line-height: 1.5;
}


.history table tr td:nth-of-type(1) {
  position: relative;
  font-weight: bold;
  min-width: 110px;
  padding: 0 1em;
}

.history table tr td:nth-of-type(2) {
  padding: 0px 1em 2em;
  position: relative;
  border-left: 1px solid #0054aa;
}

.history table tr td:nth-of-type(2):before {
  content: "";
  height: 11px;
  width: 11px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: -6px;
  /* transform: translateY(-50%); */
  background: #0054aa;
}

.floor-animal {
  position: relative;

  &:after {
    content: "";
    background: url(images/floor-animal.png) center/ contain no-repeat;
    aspect-ratio: 400/219;
    inline-size: clamp(120px, 25vw, 19rem);
    position: absolute;
    inset-block-end: 0;
    inset-inline-end: 0;
    translate: min(4vw, 4rem) 1rem;
  }

  @media(width <=900px) {
    &:after {
      content: none;
    }

    &+* {
      position: relative;

      &:after {
        content: "";
        background: url(images/floor-animal.png) center/ contain no-repeat;
        aspect-ratio: 400/219;
        inline-size: clamp(150px, 25vw, 19rem);
        position: absolute;
        inset-block-end: 0;
        inset-inline-end: 0;
        /* translate: min(4vw,4rem) 1rem; */
      }
    }
  }
}


/* 会社概要
*************************** */
/* お問い合わせ　
*************************** */

.main-column .contact-tell {
  padding: 2em;
  border: 1px solid #ccc;
}

.main-column .contact-tell a {
  font-size: 24px;
  font-weight: bold;
}

.main-column .contact-tell span {
  font-size: 14px;
  display: block;
  line-height: 1.75;
}



.contact table {
  width: 100%;
}

.contact table th,
.contact table td {
  line-height: 1.75;
}


.table-common th span {
  background: #990000;
  margin-left: 10px;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 5px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mw_wp_form .error {
  color: #990000;
  background: none;
  margin-left: 0;
  display: initial;
  font-size: 12px;
}


.contact-flex div {
  display: flex;
  align-items: center;
  flex-flow: column;
  margin: 80px 0;
}

.contact-flex a {
  font-size: 32px;
  line-height: 1;
  display: block;
  margin: 15px 0;
}

/* お問い合わせ　
*************************** */

/*アスピカ互助会*/
.main-column .aspica-table :is(th, td) {
  width: calc(100% / 3);
}

.aspica-table th,
.aspica-table td {
  text-align: center;
  font-size: min(3.5vw, 14px);
  line-height: 1.55;
  padding: 0.7rem;
  vertical-align: middle;
}

.aspica-table tr>td:not(:first-of-type) span {
  font-size: min(3.5vw, 13px);
  display: inline-block;
  line-height: 1;
  vertical-align: inherit;
}

.aspica-table th {
  font-size: min(3.7vw, 16px);
}

.aspica-table td span {
  display: block;
}

.ekimu-con {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr));
  gap: min(8vw, 35px);
  margin: min(9vw, 2.7rem) 0 min(15vw, 5rem);
}

.ekimu-con div {
  background: #fff;
  padding: min(5vw, 1.5rem) min(7vw, 1.5rem);
  filter: drop-shadow(1px 1px 2px #dddddd);
}

.ekimu-con h3 {
  line-height: 1.25;
  font-size: min(4.5vw, 17px);
  margin-bottom: 1rem;
  padding-left: 0.7rem;
  padding-bottom: 0;
  gap: 0.15rem;
}

.ekimu-con h3 span {
  font-size: min(3.5vw, 14px);
  display: inline-block;
  margin-left: 0.3rem;
}

.aspica-contetns .ekimu-con p {
  text-align: justify;
  padding-top: 0.7rem;
  border-top: 1px solid var(--main-color);
  margin-top: 1.1rem;
  font-size: min(3.5vw, 13px);
  line-height: 1.55;
}

.aspica-contetns .min_title-color {
  margin-bottom: min(6vw, 1.5rem);
}

.main-column .kome-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-left: 0;
  line-height: 1.55;
  font-size: min(3.7vw, 15px);
}

.main-column .kome-list li:before {
  content: "※";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}

.main-column .kome-list li+li {
  margin-top: 1rem;
}

/*ご自宅*/

.grid-gojitaku>div {
  display: grid;
  grid-template: auto / 1fr 2fr 1fr;
  gap: min(4vw, 2rem);

  &>* {
    align-self: stretch;

    & img {
      height: 100%;
      object-fit: cover;
    }
  }
}

/*フローチャート*/


.question-content {
  display: none;
}

.question-wrap {
  position: relative;
  padding: min(10vw, 130px) 0;

  &:before {
    content: "";
    background: url(images/ossuary_object-1.png) min(2vw,6rem) 0 / contain no-repeat,url(images/ossuary_object-2.png) calc(100% - min(4vw,6rem)) 0 / contain no-repeat;
    position: absolute;
    z-index: 0;
    inset-inline-start: 50%;
    inset-block-start: min(10vw, 130px);
    translate: -50% -30%;
    block-size: min(20vw,120px);
    inline-size: min(100vw,800px)
  }
  
  &:after {
    content: "";
    background: url(images/back-question.png) center / contain no-repeat;
    position: absolute;
    z-index: -1;
    inset-inline-start: 50%;
    inset-block-start: 50%;
    translate: -50% -50%;
    width: min(400vw, 1340px);
    aspect-ratio: 1521/775;
  }
}

.title-question {
  font-size: min(9vw, 52px);
  color: var(--main-color);
  margin-block-end: min(6vw, 2rem);
  display: flex;
  flex-flow: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 1.5rem 1rem;
  line-height: 1.25;
  font-family: var(--utsukushi);

  &:before {
    content: "";
    background: url(images/section-title-icon.png) center / contain no-repeat;
    width: min(12vw, 4rem);
    aspect-ratio: 400/237;
    margin-inline-start: calc(max(-12vw, -4rem) - 1rem);
  }

  & + p {
    text-align: center;
    font-size: min(7vw, 24px);
    line-height: 1.5;
    margin-bottom: min(12vw, 4rem)!important;
    color: var(--main-color);
    font-weight: 700;
  }
}

.main-column .list-question {
  position: relative;
  grid-template: 1fr / repeat(auto-fill, minmax(min(100%, 400px), 1fr));
  gap: min(6vw, 40px) min(4vw, 40px);
  display: grid;

  & a {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: min(4vw,1.5rem);
    background: var(--main-color);
    color: #fff;
    font-weight: 700;
	border-radius: 0.5rem;
    cursor: pointer;
    block-size: 100%;
    transition: 0.3s;

    &:after {
      content: "";
      min-width: min(10vw, 40px);
      aspect-ratio: 150/19;
      content: "";
      mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2055%208%22%20enable-background%3D%22new%200%200%2055%208%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%220.5%2C7.083%2054.5%2C7.083%2044.596%2C0.5%20%22%2F%3E%3C%2Fsvg%3E') center / contain no-repeat;
      -webkit-mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2055%208%22%20enable-background%3D%22new%200%200%2055%208%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%220.5%2C7.083%2054.5%2C7.083%2044.596%2C0.5%20%22%2F%3E%3C%2Fsvg%3E') center / contain no-repeat;
      background: #fff;
      margin-inline-start: auto;
    }

    & li {
      display: flex;
      align-items: center;
      gap: 1rem;
      text-indent: unset;
      margin-inline-start: unset;
      line-height: 1.5;

      &:before {
        -webkit-mask: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSLjg6zjgqTjg6Tjg7xfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IgoJIHk9IjBweCIgdmlld0JveD0iMCAwIDI2IDI2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNiAyNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNiwxM2MwLTAuNiwwLTEuMi0wLjEtMS43Yy0wLjEtMC41LTAuNi0wLjktMS4xLTAuOXMtMC45LDAuNi0wLjksMS4xQzI0LDEyLDI0LDEyLjUsMjQsMTNsMCwwdjAKCQljMCw2LjEtNC45LDExLTExLDExaDBDNi45LDI0LDIsMTkuMSwyLDEzdjBDMiw2LjksNi45LDIsMTMsMmwwLDBjMS42LDAsMy4xLDAuMyw0LjUsMWMwLjUsMC4yLDEuMSwwLDEuMy0wLjUKCQljMC4yLTAuNSwwLTEuMS0wLjUtMS4zQzE2LjcsMC40LDE0LjksMCwxMywwaDBsMCwwQzUuOCwwLDAsNS44LDAsMTN2MGMwLDcuMiw1LjgsMTMsMTMsMTNoMGgwQzIwLjIsMjYsMjYsMjAuMiwyNiwxM0wyNiwxM0wyNiwxM3oKCQkiLz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LDEzLjFsMy42LDMuNmMwLjIsMC4yLDAuNCwwLjMsMC43LDAuM2MwLjMsMCwwLjUtMC4xLDAuNy0wLjNMMjMuOSw1LjhjMC40LTAuNCwwLjQtMSwwLTEuNAoJCWMtMC40LTAuNC0xLTAuNC0xLjQsMEwxMi4zLDE0LjVsLTIuOS0yLjljLTAuNC0wLjQtMS0wLjQtMS40LDBDNy43LDEyLDcuNywxMi43LDgsMTMuMUw4LDEzLjF6Ii8+CjwvZz4KPC9zdmc+') center / contain no-repeat;
        background: #fff !important;
        width :1rem !important;
        min-width: 1.25rem !important;
        height: unset !important;
        aspect-ratio: 1/1 !important;
        border-radius: unset !important;
        margin: unset !important;
      }
    }

    &.hide{
      opacity: 0;
      pointer-events: none;
    }
  }
}

.title-answer {
  font-size: min(7vw, 42px);
  color: var(--main-color);
  margin-bottom: min(6vw, 2rem);
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  line-height: 1.25;
  margin: 0 auto 3rem;
  letter-spacing: 0.1rem;
  width: auto;
  padding: 0 8rem;
  position: relative;
  z-index: 0;

  &:before {
    content: "";
    background: url(images/back-answer_title-1.png) top left / auto 75% no-repeat,
      url(images/back-answer_title-2.png) bottom right / auto 75% no-repeat;
    position: absolute;
    inset-inline-start: 50%;
    inset-block-start: 50%;
    translate: -50% -50%;
    inline-size: 100%;
    block-size: calc(100% + 3rem);
    pointer-events: none;
  }

  &[data-text]:after {
    content: attr(data-text);
    text-align: center;
    font-size: min(8vw, 24px);
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

  span:has(+&) {
    text-align: center;
    font-weight: 700;
    font-size: min(5vw, 20px);
    margin-block-end: 3rem;
    letter-spacing: 0.1rem;
    line-height: 1.5;
  }

  *:has(>&) {
    display: flex;
    flex-flow: column;
    align-content: center;
  }

  &+p {
    text-align: center;
  }
  
  @media (width <= 640px) {
    display: flex;
    padding: unset;
    margin: 0 0 3rem;
  }
}

.btn-simple {
    font-weight: 700;
    font-size: min(4.5vw,20px);
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    color: var(--main-color);

  &:before {
    content: "";
    mask: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%20%3C!ENTITY%20ns_flows%20%22http%3A%2F%2Fns.adobe.com%2FFlows%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2027%2020%22%20enable-background%3D%22new%200%200%2027%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23333333%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%22%209.031%2C16.346%200.75%2C8.548%209.031%2C0.75%20%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23333333%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%20M0.938%2C8.548h14.86c5.788%2C0%2C10.48%2C4.692%2C10.48%2C10.48%22%2F%3E%3C%2Fsvg%3E') center / contain no-repeat;
    -webkit-mask: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%20%3C!ENTITY%20ns_flows%20%22http%3A%2F%2Fns.adobe.com%2FFlows%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2027%2020%22%20enable-background%3D%22new%200%200%2027%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23333333%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20points%3D%22%209.031%2C16.346%200.75%2C8.548%209.031%2C0.75%20%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23333333%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22%20M0.938%2C8.548h14.86c5.788%2C0%2C10.48%2C4.692%2C10.48%2C10.48%22%2F%3E%3C%2Fsvg%3E') center / contain no-repeat;
    background: var(--main-color);
    width: 1.75rem;
    aspect-ratio: 203/150;
}
}


/* ////////////////////////////////////////
PC,SP共通
//////////////////////////////////////// */
/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */

/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */

@media screen and (max-width: 900px),
print {
  .main-visual img {
    height: auto;
    aspect-ratio: unset;
  }

  .main-visual_button {
    background: unset;
    width: unset;
    aspect-ratio: unset;
    transform: translate(0, -98%);
    padding: 0.6rem 1.2rem;
    background: #ffffffcc;
    border-radius: 0.5rem 0 0 0;
  }

  .main-visual_intro {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
    background: #fff;
    padding: min(15vw, 120px) min(40px, 6vw);
  }

  .main-visual_intro ul {
    /* margin-bottom: 1rem; */
  }

  .section-intro {
    transform: unset;
    background: unset;
    padding: min(15vw, 120px) 0 min(25vw, 180px);
  }

  .section-intro-content {
    /* padding: min(20vw,200px) 0 min(16vw,160px); */
    /* background: url(images/intro_back.png) center / auto 100% no-repeat; */
    /* width: 100%; */
  }

  .main-visual_intro :is(dt, dd) {
    margin: unset;
    padding: unset;
    background: unset;
    line-height: 1.5;
  }

  .main-visual_intro .youtube_filter {
    padding: unset;
  }

}

@media screen and (max-width: 640px),
print {

  .main-column .contact-tell {
    line-height: 1.5;
  }

  .main-column .contact-tell a {
    margin-top: 3vw;
    display: inline-block;
  }

  .section-title+p {
    text-align: initial;
  }

  .section-title+p br {
    display: none;
  }

  :is(.flex-left_img:not(.wp-block-group, .greeting_back-inner), .flex-left_img.wp-block-group:not(.greeting_back-inner) >div) {
    &>*:nth-child(1) img {
      /*aspect-ratio: 3/2;*/
      object-fit: contain;
    }
  }

  .greeting_back-inner.flex-left_img p br {
    display: none;
  }

  .contact-box p {
    text-align: initial;
  }

  .contact-box p br {
    display: none;
  }

  .section-intro-content {
    text-align: initial;
  }

  .section-intro-content br {
    display: none;
  }


  .option-flex {
    /* flex-flow: column; */
  }

  .option-flex>*:nth-child(1) {
    /* flex: unset; */
    /* aspect-ratio: 1/1; */
  }


  /*固定*/

  .kotei-flex_left>div {
    flex-flow: wrap;
  }

  .kotei-flex_left>div>*:nth-child(1) {
    flex: 1 100%;
  }

}





/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (min-width: 641px),
print {
  /* 会社概要　テーブル
	*************************** */

  table.table-company tr:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
  }

  table.table-company th {
    width: 20%;
  }

  /* 会社概要　テーブル
	*************************** */
  /* お問い合わせ　テーブル
	*************************** */
  .contact table tr {
    display: flex;
    flex-flow: wrap;
  }

  .contact table th {
    width: 20%;
    line-height: 42px;
  }

  /* お問い合わせ　テーブル
	*************************** */
}

@media screen and (min-width: 901px) {
  .nav {

    color: #666;

  }

  .nav>.contents {
    padding: 5px 0;
  }


}

@media screen and (max-width: 640px) {

  /*会社概要*/


  .access-code>div {
    flex-flow: column-reverse;
  }

  .access-code>div img {
    width: 100%;
  }

  .access-code-company {
    margin-left: 0;
    margin-bottom: 20px;
  }

  /*会社概要*/

  /*お問い合わせ*/

  .contact-flex a {
    font-size: 24px;
    padding: 0.5em 0.75em;
    border-radius: 100px;
    background: var(--main-color);
    color: #fff;
    line-height: 1;
    display: block;
    margin: 20px 0;
  }

  /*お問い合わせ*/


  div:has(> [class*="flex-"]) {
    flex-flow: wrap;
  }

  :is([class*="flex-"]:not(.wp-block-group, .flex-column, .flex-1), .wp-block-group[class*="flex-"]:not(.flex-column, .flex-1) >div) {
    flex-flow: wrap;
    gap: min(4vw, 3rem) min(4vw, 3rem);
  }

  :is([class*="flex-"]:not(.wp-block-group, .flex-column, .flex-1), .wp-block-group[class*="flex-"]:not(.flex-column, .flex-1) >div)>* {
    flex: 1 100%;
  }

}

/*--------------------common.cssここまで--------------------*/
.grecaptcha-badge {
  bottom: min(20vw, 95px) !important;
  z-index: 2;
}