@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
#main .blog_slide3 h5, #main .wide_slide h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#main .blog_slide3 article div, #main .blog_slide4 .blog_text .detail, #main .blog_slide3 .blog_text .detail, #main .wide_slide article div, #main .wide_slide .blog_text .detail {
  overflow: hidden;
  position: relative;
}
#main .blog_slide3 article div::after, #main .blog_slide4 .blog_text .detail::after, #main .blog_slide3 .blog_text .detail::after, #main .wide_slide article div::after, #main .wide_slide .blog_text .detail::after {
  content: "…";
  display: block;
  width: 4em;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.4666666667), #fff 40%);
  position: absolute;
  right: 0em;
  bottom: 0;
  padding: 0 0em;
}

#main .tbl_scroll tr:first-child td, .footer #pagetop a, .itbtn_wrap .box .btn, #main .desc .btn {
  position: relative;
}
#main .tbl_scroll tr:first-child td:after, .footer #pagetop a:after, .itbtn_wrap .box .btn:after, #main .desc .btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1333333333);
  z-index: 1;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}

section.blog div.wrap #contents, .footer_main, .bg_inner, .bg_inner .desc, .bg_inner .itcenter, div.blog_form, #contents, .titleWrap :where(div[class*=title]), .bg_inner .slidetext {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  section.blog div.wrap #contents, .footer_main, .bg_inner, .bg_inner .desc, .bg_inner .itcenter, div.blog_form, #contents, .titleWrap :where(div[class*=title]), .bg_inner .slidetext {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.fa-light.fa-envelope {
  font-family: "Font Awesome 5 Pro";
}
.fa-light.fa-envelope::before {
  content: "\f0e0";
}

.fa-solid.fa-phone {
  font-family: "Font Awesome 5 Pro";
  scale: -1 1;
}

.fa-user-pen {
  font-family: "Font Awesome 5 Pro";
}
.fa-user-pen::before {
  content: "\f4ff";
}

.fa-phone.fa-solid {
  font-family: "Font Awesome 5 Pro";
}
.fa-phone.fa-solid::before {
  content: "\f095";
}

.fa-circle-exclamation {
  font-family: "Font Awesome 5 Pro";
  margin: 0 10px;
}
.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-arrow-right {
  font-family: "Font Awesome 5 Pro";
  margin: 0 10px;
}
.fa-arrow-right::before {
  content: "\f061";
}

.fa-angles-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: inherit;
  color: inherit;
}
.fa-angles-up::before {
  content: "\f102";
}

/*================== プラポリ一体型お問い合わせSCSS =================*/
#main .policy {
  text-align: left;
}
#main .policy-text {
  font-size: 18px;
}
#main .policy-trriger, #main .policy_link {
  color: #6dc186;
  cursor: pointer;
  text-decoration: underline;
}

.policy-wrap {
  display: flex;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  line-height: 2;
  background-color: rgba(0, 0, 0, 0.2);
  overscroll-behavior: none;
  cursor: pointer;
}
.policy-wrap.active {
  display: flex;
  opacity: 1;
  z-index: 10;
}
.policy-wrap h3 {
  border-left: 4px solid #6dc186;
  color: #111;
  padding-left: 10px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: left;
}
.policy-wrap p {
  margin: 10px 0 25px;
  color: #111;
  line-height: 2;
}
.policy-wrap > div {
  position: relative;
  padding: 20px;
  max-width: 1000px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #6dc186;
  height: 60vh;
  overflow-y: scroll;
  width: 95%;
}
.policy-wrap > div a {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 2.4rem;
  font-weight: bold;
}

.btn, .btn_reflect {
  display: grid;
  grid-auto-flow: column;
  place-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #111;
  background-color: #fff;
  padding: 20px 0;
  line-height: 30px;
}
.btn i, .btn_reflect i {
  font-size: 20px;
  margin: auto 8px;
}
.btn::after, .btn_reflect::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  display: inline-block;
  font-weight: 900;
}

.btn_reflect {
  place-content: unset;
}
.btn_reflect i {
  font-size: 20px;
  margin: auto 8px;
}
.btn_reflect::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  top: 0;
  right: 0;
  width: 15%;
  display: grid;
  place-items: center;
  font-weight: 900;
}
.btn_reflect:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #274a77;
  transition: all 0.3s ease;
}

.btn3d {
  --prog:0px;
  bottom: var(--prog);
  right: var(--prog);
  perspective: 250px;
  perspective-origin: 200% 500%;
  overflow: visible;
  transition: 0.2s;
  transform-style: preserve-3d;
  transform: rotateX(0deg) rotate(0deg);
}
.btn3d:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 0 0;
  rotate: x -90deg;
  height: var(--prog);
  transition: 0.2s;
  background-color: #111;
}
.btn3d:after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 100%;
  transform-origin: 0 0;
  rotate: y 90deg;
  height: 100%;
  width: var(--prog);
  transition: 0.2s;
  background-color: #111;
}
.btn3d.active {
  --prog:5px;
}
.btn3d:active {
  --prog:0px;
}

@keyframes poyooon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  40% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  50% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  60% {
    transform: scale(0.9, 1.2) translate(0%, -100%);
  }
  75% {
    transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  85% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes pururun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    transform: scale(1, 1) translate(10%, 0%) skew(-10deg, 0deg);
  }
  60% {
    transform: scale(1, 1) translate(20%, 0%) skew(-20deg, 0deg);
  }
  70% {
    transform: scale(1, 1) translate(-15%, 0%) skew(15deg, 0deg);
  }
  80% {
    transform: scale(1, 1) translate(15%, 0%) skew(-15deg, 0deg);
  }
  80% {
    transform: scale(1, 1) translate(5%, 0%) skew(-5deg, 0deg);
  }
  90% {
    transform: scale(1, 1) translate(-5%, 0%) skew(5deg, 0deg);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes puyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes step {
  0% {
    translate: 100%;
  }
  100% {
    translate: 0%;
  }
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-50%);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-50%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.UpMove {
  animation: UpAnime 0.5s forwards;
}

.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    display: block;
    visibility: visible;
    z-index: 999;
  }
  100% {
    opacity: 0;
    display: none;
    visibility: hidden;
    z-index: -1;
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(40px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(40px) translateY(40px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(40px) translateY(40px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(40px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes sidetoside {
  0% {
    translate: 125% 0;
  }
  50% {
    translate: -425% 0;
  }
  100% {
    translate: 125% 0;
  }
}
@keyframes turn {
  0% {
    rotate: y 90deg;
  }
  10% {
    rotate: y 0deg;
  }
  40% {
    rotate: y 0deg;
  }
  50% {
    rotate: y -90deg;
  }
  60% {
    rotate: y -180deg;
  }
  90% {
    rotate: y -180deg;
  }
  100% {
    rotate: y -270deg;
  }
}
@keyframes big {
  0% {
    scale: 0.5;
  }
  20% {
    scale: 30;
  }
  50% {
    scale: 30;
  }
  100% {
    scale: 0;
  }
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0vw;
  border: none;
  background-color: unset;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
  min-height: 100%;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body {
  counter-reset: number 0;
  overflow: hidden;
  min-height: 100%;
  line-height: 1.6;
  font-weight: 700;
  font-size: 16px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  color: #111;
  text-align: center;
}

button, a, span, p {
  color: currentColor;
}

dd, dt {
  font-size: 16px;
}

a, button {
  text-decoration: none;
}
a:is(:link, :visited, :hover, :active), button:is(:link, :visited, :hover, :active) {
  color: currentColor;
}

img {
  max-width: 100%;
  object-fit: contain;
  display: block;
}

img.imgL {
  max-width: 100%;
  margin: 0;
}

img.imgR {
  max-width: 100%;
  margin: 0;
}

li {
  list-style: none;
}

b, strong {
  font-weight: 900;
}

small {
  font-size: 80%;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
}

#main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
}
@media screen and (max-width: 834px) {
  #main {
    display: block;
  }
}

#col_main {
  width: 100% !important;
}

h2.mail.title {
  display: none !important;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.form_wrap.confirm {
  margin-top: 40px;
}
.form_wrap.confirm dl:last-of-type dt, .form_wrap.confirm dl:last-of-type dd {
  border-bottom: 1px solid #ddd;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

u {
  text-decoration: line-through;
}

hr {
  border: none;
  height: 0;
  border-bottom: 2px dashed #fff;
  margin-bottom: 10px;
}

u {
  text-decoration: underline;
}

.mincho {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "メイリオ", "游ゴシック", YuGothic, "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.img100 img {
  max-width: 100% !important;
  width: 100% !important;
}

.tdscl {
  overflow-x: scroll;
}
.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

div.blog_form {
  max-width: 800px;
  max-height: 210px;
  overflow: scroll;
}
div.blog_form .blog_photo {
  display: none;
}
div.blog_form .blog_text:is(div) {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #93c8da;
  padding: 0;
  line-height: 1.875;
  padding: 20px 0;
}
div.blog_form .blog_date:is(div) {
  width: 20%;
  color: #93c8da;
  font-size: 16px;
  font-weight: bold;
}
div.blog_form div.blog_list h3 {
  width: 80%;
  margin-bottom: 0px;
}
div.blog_form div.blog_list h3 span {
  font-size: 16px;
  font-weight: bold;
}
div.blog_form::-webkit-scrollbar-thumb {
  background-color: #93c8da;
  border-radius: 5px;
}

.pcnone {
  display: none;
}
@media screen and (max-width: 834px) {
  .pcnone {
    display: block;
  }
}

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

@media screen and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

.db1000 {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .db1000 {
    display: block;
  }
}

.db1200 {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .db1200 {
    display: block;
  }
}

.disnone {
  display: none;
}

@media only screen and (min-width: 640px) {
  .pcnone {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .spnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

.title1 {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.link_contact {
  display: block;
  padding: 20px;
  border: 1px solid #fff;
}

.link_tel {
  display: block;
}
.link_tel span {
  font-size: 13px;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.brsp {
  display: none;
}
@media screen and (max-width: 640px) {
  .brsp {
    display: block;
  }
}

.brtab {
  display: none;
}
@media screen and (max-width: 834px) {
  .brtab {
    display: block;
  }
}

.br1000 {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .br1000 {
    display: block;
  }
}

.inline64 {
  display: block;
}
@media screen and (max-width: 640px) {
  .inline64 {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .mt60sp {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 640px) {
  .mt0sp {
    margin-top: 0px !important;
  }
}

.br48 {
  display: none;
}
@media only screen and (max-width: 480px) {
  .br48 {
    display: block;
  }
}

#main .itcenter {
  display: flex;
}
#main .itcenter .imgW img {
  height: auto;
}

.itcenter {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.itcenter > * {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .itcenter > * {
    width: 100%;
  }
}
.itcenter img {
  width: 100%;
}

.bg100 {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  max-width: unset !important;
  min-width: unset !important;
}
@media only screen and (max-width: 1200px) {
  .bg100 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.card_wrap, .ul_wrap ul, .card_wrap ul {
  display: flex;
  max-width: 1200px;
  margin: auto;
  justify-content: center;
}
.card_wrap ul, .ul_wrap ul ul {
  flex-wrap: wrap;
}
.card_wrap :where(.box, li), .ul_wrap ul :where(.box, li), .card_wrap ul :where(.box, li) {
  width: calc(50% - 0px);
}
.card_wrap :where(.box, li) img, .ul_wrap ul :where(.box, li) img {
  padding: 0;
  width: 100%;
}
.card_wrap h3, .ul_wrap ul h3, .card_wrap h5, .ul_wrap ul h5 {
  font-weight: 700;
}

.base {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .base {
    padding-left: 0;
    padding-right: 0;
  }
}

.FbtnW {
  justify-content: center;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 834px) {
  .FbtnW {
    gap: 60px;
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.FbtnW .box {
  width: 100%;
  max-width: 300px;
  overflow: visible !important;
}

.sppd {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1200px) {
  .sppd {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.fixBG {
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.dl_wrap {
  margin-top: 30px;
}
.dl_wrap dl, .dl_wrap dt, .dl_wrap dd {
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
.dl_wrap dl:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #ddd !important;
}
.dl_wrap dt {
  width: 150px !important;
  justify-content: flex-start !important;
}
.dl_wrap dd {
  width: 80% !important;
}
.dl_wrap dl:first-of-type {
  border-bottom: 1px solid #ddd;
}
.dl_wrap span {
  padding: 3px 10px;
  color: #fff;
  border-radius: 5px;
  background: #78b4e6;
}

.sns_text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*マウスストーカー*/
.cursor,
.follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  display: none;
}
@media only screen and (min-width: 834px) {
  .cursor,
  .follower {
    display: block;
  }
}

.cursor {
  width: 50px;
  height: 50px;
  background-color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  transition: scale ease 0.3s, opacity 0.3s;
  text-align: center;
  scale: 3;
  opacity: 0.001;
}
.cursor.is-active {
  opacity: 1;
  scale: 1;
}

.follower {
  display: none;
}
.follower span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  transform: scale(0);
}
.follower.is-active {
  transform: scale(1);
}

#stalker {
  pointer-events: none;
  position: fixed;
  perspective: 20vw;
  fill: none;
  stroke: rgba(204, 204, 204, 0);
  stroke-width: 2px;
  border-radius: 50%;
  --oi: 100px;
  --dot: 10px;
  top: calc(var(--oi) / -2);
  left: calc(var(--oi) / -2);
  width: var(--oi);
  height: var(--oi);
  scale: 1;
  transition: all 0s;
  transition-timing-function: ease-out;
  z-index: 999;
}
#stalker .stalker-inner {
  width: 100%;
  height: 100%;
  background-color: rgba(204, 204, 204, 0);
  border-radius: 50%;
  scale: 1;
  transition: 0.4s;
}
@media only screen and (min-width: 834px) {
  #stalker .stalker-inner {
    background-color: rgba(204, 204, 204, 0.3333333333);
  }
}
#stalker .stalker-inner.hov {
  background: rgba(0, 0, 0, 0.4666666667);
  scale: 0.7;
  opacity: 1;
}
#stalker .stalker-inner.down {
  scale: 0.5;
  transition: 0.2s;
}
#stalker .stalker-inner.up {
  background: #fff;
  animation: big 1s forwards ease-in-out;
}

#loading {
  position: fixed;
  width: 100%;
  top: 50%;
}
#loading #percent {
  text-align: center;
}
#loading #percent-text {
  font-size: 32px;
}
#loading #gauge {
  width: 0px;
  height: 5px;
  background: #ff0000;
}

.flex_fix {
  justify-content: center;
  row-gap: 1vmin;
  column-gap: 1%;
  max-width: 1200px;
  margin: 0 auto;
}

.flex_stretch {
  margin-bottom: -100px !important;
}
.flex_stretch .box {
  flex: 1 1 450px;
}
.flex_stretch img {
  width: 100%;
}

.text_right .box, .text_left .box {
  display: flex;
  align-items: start;
}
@media screen and (max-width: 640px) {
  .text_right .box, .text_left .box {
    flex-direction: column;
  }
}
.text_right img, .text_left img {
  width: 35% !important;
  object-fit: contain;
  flex: 1 1 224px;
  display: block;
}
@media screen and (max-width: 640px) {
  .text_right img, .text_left img {
    width: 100% !important;
  }
}
.text_right h3, .text_left h3 {
  position: relative;
}
.text_right h3::before, .text_left h3::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  background-color: brown;
}

.text_left .box {
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .text_left .box {
    flex-direction: column;
  }
}

.img-op img {
  border: 5px solid #fff;
  box-shadow: 0 0 20px rgba(102, 102, 102, 0.1333333333);
}

.first30 td:first-child {
  width: 30%;
}

.first_eee td:first-child {
  background-color: #eee;
}

.circle_dt.form_wrap dl, .circle_dt.form_wrap dt, .circle_dt.form_wrap dd {
  border: none;
  background: none;
}
.circle_dt.form_wrap dt {
  width: 20%;
  min-width: 200px;
  text-align: center;
  color: #fff;
  z-index: 1;
  align-items: center;
  padding: 50px 0;
  position: relative;
}
.circle_dt.form_wrap dt:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  z-index: -1;
  border-radius: 50%;
  background-color: lightblue;
}
.circle_dt.form_wrap dt:after {
  content: "";
  position: absolute;
  display: block;
  top: 100px;
  right: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 50px;
  background-color: lightblue;
}
.circle_dt.form_wrap dd {
  display: flex;
  align-items: center;
}

::-webkit-scrollbar {
  width: 12px;
  height: 0px;
}
@media screen and (max-width: 834px) {
  ::-webkit-scrollbar {
    width: 0;
  }
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  box-shadow: inset 0 0 0px 1px #fff;
  background-color: #93c8da;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overflow-x: hidden;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 20px;
}

body {
  display: none;
  width: 100vw;
  width: 100dvw;
}

:root {
  --space:40px;
  --spacelg:80px;
  --spacesm:20px;
  --widemg: calc(50vw - clamp(0px,calc(50vw - 0px),600px));
  --head:134px;
}
@media screen and (max-width: 640px) {
  :root {
    --head:100px;
  }
}

hr {
  height: 0;
  border-bottom: 2px dotted #0f5aaa;
  margin: 10px 0;
}

div.blog_list {
  border: none;
}
div.blog_list > div {
  border: none;
  display: block;
}

.box {
  overflow: unset !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: bold;
}

i {
  font-weight: 100;
}

.header_nav a, .blog_text a, .footer_nav a {
  background: linear-gradient(black, black) 0% 100%/200% 1px no-repeat;
  transition: background 0.3s ease;
  background-position: -103% 100%;
}
.header_nav a:hover, .blog_text a:hover, .footer_nav a:hover {
  background-position: 0% 100%;
  animation: rightgrow 0.3s ease;
}
@keyframes rightgrow {
  0% {
    background-position: 200% 100%;
  }
  100% {
    background-position: 100% 100%;
  }
}
.header_nav a.show, .blog_text a.show, .footer_nav a.show {
  background-position: 0% 100%;
  animation: rightgrow 0.3s ease;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
}

.header {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: no-repeat center/cover;
  z-index: 999;
  position: fixed;
  transition: 0.3s;
}
.header p, .header a {
  text-decoration: none;
}
.header:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.header.active {
  height: auto;
}
@media screen and (max-width: 834px) {
  .header {
    padding: 0px 0;
  }
}
@media screen and (max-width: 640px) {
  .header {
    pointer-events: none;
  }
}
.header > * {
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .header > * {
    margin-bottom: 0;
  }
}
.header a, .header p, .header button {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .header a, .header p, .header button {
    pointer-events: all;
  }
}
.header_logo {
  float: left;
  min-width: 250px;
  max-width: 30%;
  max-width: 380px;
  display: grid;
  place-items: center;
  height: var(--head);
}
@media screen and (max-width: 640px) {
  .header_logo {
    pointer-events: all;
    max-width: 300px;
  }
}
.header_logo a {
  display: block;
  padding: 10px;
  padding: 14px;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .header_logo a {
    padding: 10px;
  }
}
.header_logo img {
  height: 78px;
  height: unset;
}
.header_items {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 20px;
}
@media only screen and (max-width: 1200px) {
  .header_items {
    padding-block: 36px;
  }
}
@media screen and (max-width: 834px) {
  .header_items {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .header_items {
    translate: none;
    width: unset;
    pointer-events: none;
    padding-block: 20px;
    padding-inline: 0;
  }
}
.header_items p {
  padding: 0 0.25em;
}
.header_items p, .header_items a, .header_items button {
  margin-left: 15px;
}
.header_items a {
  width: 240px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  border-radius: 999px;
}
@media only screen and (max-width: 1200px) {
  .header_items a {
    height: unset;
    padding-block: 10px;
  }
}
.header_items a_svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .header_items a {
    order: unset;
    flex-direction: column;
    line-height: 1.2;
    width: 33.3333333333%;
    min-width: fit-content;
  }
  .header_items a_svg {
    width: 33px;
    height: 27px;
  }
}
.header_items i {
  color: #fff;
  display: inline-block;
  margin-right: 4px;
  font-size: inherit;
  font-weight: 900;
  color: inherit;
}
@media screen and (max-width: 834px) {
  .header_items i {
    display: inline-block;
  }
}
.header_items span {
  font-size: clamp(16px, 2vw, 20px);
}
@media screen and (max-width: 834px) {
  .header_items span {
    display: none;
  }
}
.header_text {
  font-size: 12px;
}
@media only screen and (max-width: 1200px) {
  .header_text {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .header_tel:is(a), .header_contact:is(a) {
    width: 60px;
    height: 60px;
  }
  .header_tel:is(a) i, .header_contact:is(a) i {
    margin: auto !important;
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .header_tel:is(a), .header_contact:is(a) {
    position: fixed;
    bottom: calc(-100vh + 101%);
    bottom: calc(-100dvh + 101%);
    height: 60px;
    width: 60px;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.7333333333);
    padding: 0;
    margin: 0;
    right: 8px;
    pointer-events: all;
  }
}
.header_tel:is(a) {
  background-color: #6dc186;
  color: #fff;
  font-size: 20px;
}
.header_tel:is(a) i {
  font-size: 18px;
}
@media only screen and (max-width: 1200px) {
  .header_tel:is(a) {
    padding-block: 14.3px;
  }
}
.header_contact:is(a) {
  background-color: #fff;
  border: 2px solid #93c8da;
  right: 76px;
  color: #93c8da;
}
.header_contact:is(a) span {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .header_contact:is(a) {
    background-color: #93c8da;
    color: #fff;
  }
}
@media only screen and (max-width: 1200px) {
  .header_nav {
    display: flex;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    translate: 0 0;
    transition: 0.4s;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    translate: 100% 0%;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
  }
  .header_nav::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
}
.header_nav .focusTrapMenuToggle {
  order: -1;
  width: 100%;
  height: 100%;
  visibility: hidden;
  pointer-events: all;
  cursor: pointer;
}
.header_nav.show {
  opacity: 1;
  visibility: visible;
  translate: 0 0%;
}
.header_nav.show .header_accordion {
  visibility: visible;
}
.header_nav.show .focusTrapMenuToggle {
  visibility: visible;
}
.header_ul {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 10px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .header_ul {
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
    margin-left: auto;
    height: 100%;
    margin: 0;
    padding: var(--head) 20px;
    background-color: rgba(255, 255, 255, 0.8666666667);
  }
}
.header_ul span {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #333;
}
.header_list {
  position: relative;
  margin: 0 clamp(4px, 0.6vw, 0.6em);
}
@media only screen and (max-width: 1200px) {
  .header_list {
    width: unset;
    position: relative;
    width: 100%;
    border: none;
    padding: 20px 0;
  }
}
.header_link:is(a), .header_btn:is(button) {
  line-height: unset;
  display: block;
  width: max-content;
  margin-left: auto;
  font-size: 14px;
  font-size: 18px;
  padding: 0;
}
.header_link:is(a)._contact, .header_btn:is(button)._contact {
  display: none;
  visibility: hidden;
  background-color: #6dc186;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .header_link:is(a), .header_btn:is(button) {
    width: fit-content;
    padding: 0px;
    display: grid;
    align-content: end;
    font-size: clamp(16px, 3vw, 18px);
  }
}
.header_btn:is(button) {
  position: relative;
  line-height: normal;
  color: #000;
}
.header_btn:is(button)::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
  clip-path: polygon(0 0, 100% 0, 50% 80%);
}
.header_btn:is(button)[aria-pressed=true]::after {
  clip-path: polygon(0 80%, 100% 80%, 50% 0%);
}
.header_accordion {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  visibility: hidden;
}
@media screen and (max-width: 640px) {
  .header_accordion {
    left: unset;
  }
}

@media screen and (max-width: 834px) {
  .accordion_ul {
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    width: 100vw;
    width: 100dvw;
    align-content: start;
    background-color: rgba(255, 255, 255, 0.7333333333);
  }
}
@media screen and (max-width: 640px) {
  .accordion_ul {
    justify-content: end;
  }
}
.accordion_list {
  position: relative;
  rotate: x 90deg;
  transition: 0.3s;
  transform-origin: 20px;
  height: fit-content;
}
.accordion_list:nth-child(odd) a {
  background-color: #fffd0c;
}
.accordion_list:nth-child(even) a {
  background-color: #6dc186;
}
.accordion_list:nth-child(1) {
  transition-delay: 0s;
}
.accordion_list:nth-child(2) {
  transition-delay: 0.05s;
}
.accordion_list:nth-child(3) {
  transition-delay: 0.1s;
}
.accordion_list:nth-child(4) {
  transition-delay: 0.15s;
}
.accordion_list:nth-child(5) {
  transition-delay: 0.2s;
}
.accordion_list:nth-child(6) {
  transition-delay: 0.25s;
}
.accordion_list:nth-child(7) {
  transition-delay: 0.3s;
}
.accordion_list:nth-child(8) {
  transition-delay: 0.35s;
}
.accordion_list:nth-child(9) {
  transition-delay: 0.4s;
}
.accordion_list:nth-child(10) {
  transition-delay: 0.45s;
}
.accordion_list:nth-child(11) {
  transition-delay: 0.5s;
}
.accordion_list:nth-child(12) {
  transition-delay: 0.55s;
}
.accordion_list:nth-child(13) {
  transition-delay: 0.6s;
}
.accordion_list:nth-child(14) {
  transition-delay: 0.65s;
}
.accordion_list:nth-child(15) {
  transition-delay: 0.7s;
}
.accordion_list:nth-child(16) {
  transition-delay: 0.75s;
}
.accordion_list:nth-child(17) {
  transition-delay: 0.8s;
}
.accordion_list:nth-child(18) {
  transition-delay: 0.85s;
}
.accordion_list:nth-child(19) {
  transition-delay: 0.9s;
}
.accordion_list:nth-child(20) {
  transition-delay: 0.95s;
}
@media screen and (max-width: 640px) {
  .accordion_list {
    width: 50%;
  }
  .accordion_list:is(:nth-child(4n), :nth-child(4n+1)) a {
    background-color: #6dc186;
  }
  .accordion_list:is(:nth-child(4n+2), :nth-child(4n+3)) a {
    background-color: #fffd0c;
  }
}
.accordion_link {
  width: max-content;
  padding: 15px;
  position: relative;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 834px) {
  .accordion_link {
    width: 100%;
    padding: 18px;
  }
}

.header_accordion.show {
  visibility: visible;
}
@media screen and (max-width: 834px) {
  .header_accordion.show .accordion_ul {
    height: 100vh;
  }
}
.header_accordion.show .accordion_list {
  rotate: x 0deg;
}

.header .burger {
  place-items: center;
  place-content: center;
  margin-left: 15px;
  display: none;
  color: #333;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 640px) {
  .header .burger {
    pointer-events: all;
    margin-inline: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .header .burger {
    display: grid;
  }
}
.header .burger_svg {
  stroke: #fff;
  width: 90%;
  height: 90%;
  will-change: transform;
  transition: 0.3s;
  /*** 装飾用 ***/
}
@media screen and (max-width: 640px) {
  .header .burger_svg {
    width: 85%;
    height: 85%;
  }
}
.header .burger_svg:active {
  transform: scale(1.1, 0.9);
}
.header .burger_svg.hoverback {
  animation: 0.8s boingback linear;
}
@keyframes boingback {
  /*少し縮む*/
  0% {
    transform: scale(1.1, 0.9);
  } /*縮む*/
  15% {
    transform: scale(0.9, 1.1);
  } /*反動で縦長*/
  30% {
    transform: scale(1.05, 0.95);
  } /*また反動で縮む*/
  45% {
    transform: scale(0.95, 1.05);
  } /*反動が小さく*/
  60% {
    transform: scale(0.98, 1.02);
  } /*最後の震え*/
  100% {
    transform: scale(1, 1);
  } /*元に戻る*/
}
.header .burger_svg img {
  margin: 30px;
  width: 20%;
}
.header .burger rect {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.header .burger_text {
  font-size: 14px;
  font-size: 16px;
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.04em;
}
.header .burger path {
  transition: 0.3s;
  stroke-width: 10%;
  stroke-linecap: round;
  stroke: #333;
}

.pagehead {
  margin-top: var(--head);
  position: relative;
  overflow: hidden;
}
.pagehead .slick-arrow {
  margin: 0;
}
.pagehead .slick-arrow:before {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .pagehead {
    padding: 0;
  }
}
.pagehead .slick-dots {
  bottom: -40px;
}

.mv_imgW {
  min-width: 100%;
  height: 700px;
}
.mv_imgW img {
  width: 100%;
  min-height: 700px;
  max-height: 100dvh;
  object-fit: cover;
  object-position: bottom;
}
@media screen and (max-width: 834px) {
  .mv_imgW {
    height: 75vh;
  }
}
.mv_illust {
  position: absolute;
  z-index: 1;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  bottom: 10px;
  right: 0;
  left: 0;
  display: grid;
  place-content: end;
}
@media only screen and (max-width: 1200px) {
  .mv_illust {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .mv_illust {
    justify-content: center;
    width: 32%;
  }
}
@media only screen and (max-width: 480px) {
  .mv_illust {
    width: 32%;
  }
}
.mv_text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: block;
  height: fit-content;
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .mv_text {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .mv_text {
    bottom: 32%;
  }
}
@media only screen and (max-width: 480px) {
  .mv_text {
    bottom: 16%;
  }
}
.mv_head {
  font-size: clamp(18px, 3.4vw, 38px);
  display: inline;
  padding: 0.36em 0.72em;
  background: #fff;
  color: #333;
  line-height: 2.6;
  border-radius: 8px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-weight: bold;
}
.mv_head b {
  color: #93c8da;
}
.mv_head b:nth-of-type(2) {
  color: #6dc186;
}
.mv_head span {
  font-weight: bold;
}

.policy_contents h2, section.blog div#contents article h2, h1.iconL, .iconL h2, .iconL h3, .box_column h3, .pan1 + .itcenter h2, .pan1 + .slidetext h2, .slidetext .htext h2, .fl_col h3, .htext h2, .hbb h2, .hbb h3 {
  width: 100%;
  padding: 0;
  text-align: left;
  line-height: 1;
}
.policy_contents h2 span, section.blog div#contents article h2 span, h1.iconL span, .iconL h2 span, .iconL h3 span, .box_column h3 span, .pan1 + .itcenter h2 span, .pan1 + .slidetext h2 span, .slidetext .htext h2 span, .fl_col h3 span, .htext h2 span, .hbb h2 span, .hbb h3 span {
  font-family: fot-tsukuardgothic-std, sans-serif;
  display: inline;
  font-weight: bold;
  line-height: 1;
  color: #333;
  padding: 0px 0.25em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.0666666667), #6dc186 0.25em, #6dc186 calc(100% - 0.25em), rgba(255, 255, 255, 0.0666666667) 100%) 0% 100%/100% 8px no-repeat;
  transition: background 0.8s ease;
}
.policy_contents h2.hide span, section.blog div#contents article h2.hide span, h1.hide.iconL span, .iconL h2.hide span, .iconL h3.hide span, .box_column h3.hide span, .pan1 + .itcenter h2.hide span, .pan1 + .slidetext h2.hide span, .fl_col h3.hide span, .htext h2.hide span, .hbb h2.hide span, .hbb h3.hide span {
  background-size: 0% 8px;
}
@keyframes rightshrink {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: -100% 100%;
  }
}

.hbb {
  margin-top: 80px;
}
.hbb article {
  display: grid;
}
.hbb h3 {
  margin-right: auto;
}
.hbb h2, .hbb h3 {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 34px;
}
.hbb h3 {
  font-size: 20px;
  text-align: left;
}
.hbb div {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}
.hbb img[src*=icon] {
  max-height: 50px;
  padding-top: 5px;
  box-sizing: content-box;
  transform-origin: bottom;
  animation: poyooon2 4s ease infinite;
}
@keyframes poyooon2 {
  0% {
    transform: scale(1, 1);
  }
  2% {
    transform: scale(1.05, 0.95);
  }
  10% {
    transform: scale(1.1, 0.9);
  }
  12% {
    transform: scale(1, 1);
  }
  15% {
    transform: scale(0.95, 1.1);
  }
  18% {
    transform: scale(0.95, 1.1);
  }
  21% {
    transform: scale(1.1, 0.9);
  }
  25% {
    transform: scale(1, 1);
  }
  28% {
    transform: scale(0.98, 1.02);
  }
  32% {
    transform: scale(0.98, 1.02);
  }
  36% {
    transform: scale(1.02, 0.97);
  }
  40% {
    transform: scale(1, 1);
  }
}

.desc div {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

#main .bg_inner .desc {
  margin-top: 0;
}

.bg_inner {
  max-width: 1000px;
  background-color: #fff;
  padding: var(--space) var(--spacesm);
  border-radius: 10px;
}
.bg_inner .desc {
  max-width: 800px;
  margin-top: 0;
  padding: 0;
}

.bg_inner .itcenter, .bg_inner .slidetext {
  max-width: 800px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 0px;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .bg_inner .itcenter, .bg_inner .slidetext {
    flex-direction: column-reverse;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
.bg_inner .itcenter .imgW, .bg_inner .slidetext .imgW {
  max-width: 230px;
  transition: 0.6s;
  margin-bottom: 0px;
}
.bg_inner .itcenter img, .bg_inner .slidetext img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
.bg_inner .itcenter article, .bg_inner .slidetext article {
  margin: unset;
  width: unset;
  margin-right: var(--spacesm);
}
@media screen and (max-width: 640px) {
  .bg_inner .itcenter article, .bg_inner .slidetext article {
    margin: 0;
  }
}
.bg_inner .itcenter article div, .bg_inner .slidetext article div {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
.bg_inner .itcenter h3, .bg_inner .slidetext h3 {
  font-size: 20px;
}
.bg_inner .itcenter div:not(:has(img)), .bg_inner .slidetext div:not(:has(img)) {
  margin-bottom: 40px;
  font-size: 14px;
}
@media screen and (max-width: 834px) {
  .bg_inner .itcenter div:not(:has(img)), .bg_inner .slidetext div:not(:has(img)) {
    width: unset;
  }
}
.bg_inner .itcenter .btn, .bg_inner .slidetext .btn {
  background-color: #6dc186;
  padding: 5px;
  border-radius: 4px;
  margin-top: 40px;
}
.bg_inner .itcenter .btn span, .bg_inner .slidetext .btn span {
  border: 2px dashed rgba(255, 255, 255, 0.4666666667);
  border-radius: inherit;
  padding: 15px 0;
  font-weight: 600;
}
.bg_inner .itcenter .btn:after, .bg_inner .slidetext .btn:after {
  content: "\f061";
  color: #fff;
}
.bg_inner .itcenter .btn_reflect:before, .bg_inner .slidetext .btn_reflect:before {
  transition: 0.3s;
}

div.blog_form {
  max-width: 800px;
  max-height: 210px;
  overflow: scroll;
  margin-bottom: var(--spacelg);
}
@media screen and (max-width: 640px) {
  div.blog_form {
    padding: 0;
  }
}
div.blog_form .blog_photo {
  display: none;
}
div.blog_form .blog_text:is(div) {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #93c8da;
  padding: 0;
  line-height: 1.875;
  padding: 20px 0;
  flex-wrap: wrap;
}
div.blog_form .blog_date:is(div) {
  width: 20%;
  color: #93c8da;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  div.blog_form .blog_date:is(div) {
    width: 100%;
  }
}
div.blog_form div.blog_list h3 {
  width: 80%;
  margin-bottom: 0px;
}
div.blog_form div.blog_list h3 span {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  div.blog_form div.blog_list h3 {
    width: 100%;
  }
}
div.blog_form::-webkit-scrollbar-thumb {
  background-color: #93c8da;
  border-radius: 5px;
}
div.blog_form::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}

.bgtown {
  background: no-repeat center/cover;
  padding-left: 20px;
  padding-right: 20px;
}

div.blog_list {
  border: none;
}
div.blog_list > div {
  display: block;
}

.slick-slide article div, .slick-slide .detail {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

#main .blog_slide4, #main .blog_slide3, #main .wide_slide {
  background-image: linear-gradient(white, white 25%, #defbe7 50.1%);
}
#main .blog_slide4 .slick-track, #main .blog_slide3 .slick-track, #main .wide_slide .slick-track {
  display: flex;
}
#main .blog_slide4 .slick-slide, #main .blog_slide3 .slick-slide, #main .wide_slide .slick-slide {
  margin: var(--space) 12px var(--spacelg);
  height: auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 4px #ddd;
}
@media screen and (max-width: 640px) {
  #main .blog_slide4 .slick-slide, #main .blog_slide3 .slick-slide, #main .wide_slide .slick-slide {
    margin: var(--space) 0px var(--spacelg);
  }
}
#main .blog_slide4 .slick-prev, #main .blog_slide3 .slick-prev, #main .wide_slide .slick-prev, #main .blog_slide4 .slick-next, #main .blog_slide3 .slick-next, #main .wide_slide .slick-next {
  z-index: 10;
  top: 0;
  bottom: 0px;
  margin: auto;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 1400px) {
  #main .blog_slide4 .slick-prev, #main .blog_slide3 .slick-prev, #main .wide_slide .slick-prev, #main .blog_slide4 .slick-next, #main .blog_slide3 .slick-next, #main .wide_slide .slick-next {
    bottom: 10%;
  }
}
@media only screen and (max-width: 1400px) {
  #main .blog_slide4 .slick-prev, #main .blog_slide3 .slick-prev, #main .wide_slide .slick-prev, #main .blog_slide4 .slick-next, #main .blog_slide3 .slick-next, #main .wide_slide .slick-next {
    bottom: 0%;
  }
}
#main .blog_slide4 .slick-prev, #main .blog_slide3 .slick-prev, #main .wide_slide .slick-prev {
  left: 12px;
  scale: -1 1;
}
@media screen and (max-width: 640px) {
  #main .blog_slide4 .slick-prev, #main .blog_slide3 .slick-prev, #main .wide_slide .slick-prev {
    left: 0px;
  }
}
#main .blog_slide4 .slick-next, #main .blog_slide3 .slick-next, #main .wide_slide .slick-next {
  right: 12px;
}
@media screen and (max-width: 640px) {
  #main .blog_slide4 .slick-next, #main .blog_slide3 .slick-next, #main .wide_slide .slick-next {
    right: 0px;
  }
}
#main .blog_slide4 .slick-prev:before, #main .blog_slide3 .slick-prev:before, #main .wide_slide .slick-prev:before, #main .blog_slide4 .slick-next:before, #main .blog_slide3 .slick-next:before, #main .wide_slide .slick-next:before {
  font-size: 20px;
  opacity: 1;
  color: white;
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  width: 60px;
  height: 60px;
  background-color: #6dc186;
  display: grid;
  place-items: center;
  border-radius: 1000px;
  font-weight: 700;
}
#main .blog_slide4 .blog_photo, #main .blog_slide3 .blog_photo, #main .wide_slide .blog_photo, #main .blog_slide4 .blog_text, #main .blog_slide3 .blog_text, #main .wide_slide .blog_text {
  width: 100%;
}
#main .blog_slide4 .blog_photo, #main .blog_slide3 .blog_photo, #main .wide_slide .blog_photo {
  padding: 0;
}
#main .blog_slide4 .blog_photo a, #main .blog_slide3 .blog_photo a, #main .wide_slide .blog_photo a {
  display: grid;
}
#main .blog_slide4 .blog_photo img, #main .blog_slide3 .blog_photo img, #main .wide_slide .blog_photo img {
  aspect-ratio: 5/3;
  object-fit: cover;
  width: 100%;
}
#main .blog_slide4 .blog_text, #main .blog_slide3 .blog_text, #main .wide_slide .blog_text {
  flex-grow: 1;
  padding: 16px;
  border-radius: 0 0 4px 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  #main .blog_slide4 .blog_text, #main .blog_slide3 .blog_text, #main .wide_slide .blog_text {
    padding: 12px;
  }
}
#main .blog_slide4 .blog_text > *, #main .blog_slide3 .blog_text > *, #main .wide_slide .blog_text > * {
  margin-bottom: 10px;
}
#main .blog_slide4 .blog_text span, #main .blog_slide3 .blog_text span, #main .wide_slide .blog_text span {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
#main .blog_slide4 .blog_text div.detail, #main .blog_slide3 .blog_text div.detail, #main .wide_slide .blog_text div.detail {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
#main .blog_slide4 .blog_text div[id*=TRANS], #main .blog_slide3 .blog_text div[id*=TRANS], #main .wide_slide .blog_text div[id*=TRANS] {
  display: none;
}

#main .blog_slide3, #main .wide_slide {
  padding-top: 120px;
  background-image: none;
  border: none;
  max-width: 1200px;
  margin: 0 auto;
}
#main .blog_slide3 .slick-list, #main .wide_slide .slick-list {
  overflow: visible;
}
#main .blog_slide3 .slick-next, #main .wide_slide .slick-next, #main .blog_slide3 .slick-prev, #main .wide_slide .slick-prev {
  margin: 0;
  top: -10px;
}
#main .blog_slide3 .slick-prev, #main .wide_slide .slick-prev {
  left: unset;
  right: 90px;
}
#main .blog_slide3 .slick-next, #main .wide_slide .slick-next {
  right: 10px;
}
#main .blog_slide3 .slick-prev:before, #main .wide_slide .slick-prev:before, #main .blog_slide3 .slick-next:before, #main .wide_slide .slick-next:before {
  color: #93c8da;
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  width: 60px;
  height: 60px;
  background-color: #fff;
  display: grid;
  place-items: center;
  border-radius: 1000px;
}
#main .blog_slide3 .slick-slide, #main .wide_slide .slick-slide {
  padding: 16px;
  padding-top: 20px;
  background: url(../images/home/woodtrim.png) no-repeat center top/100% auto;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  #main .blog_slide3 .slick-slide, #main .wide_slide .slick-slide {
    margin-left: 4px;
    margin-right: 4px;
  }
}
#main .blog_slide3 .blog_date, #main .wide_slide .blog_date {
  display: none;
}
#main .blog_slide3 .blog_text, #main .wide_slide .blog_text {
  padding: 0;
}

@media screen and (max-width: 640px) {
  #main .blog_slide3, #main .wide_slide {
    padding-left: 0;
    padding-right: 0;
  }
}
#main .blog_slide3 .imgW, #main .wide_slide .imgW {
  display: grid;
}
#main .blog_slide3 img, #main .wide_slide img {
  border-radius: 4px;
  aspect-ratio: 5/3;
  object-fit: cover;
}
#main .blog_slide3 h5, #main .wide_slide h5 {
  display: block;
  font-size: clamp(18px, 2.2vw, 22px);
  margin: 12px 0;
}
#main .blog_slide3 article div, #main .wide_slide article div {
  font-size: 14px;
}

.ul_wrap {
  margin-top: 60px;
  margin-bottom: 60px;
}
.ul_wrap ul {
  flex-wrap: wrap;
  justify-content: space-between;
}
.ul_wrap li {
  position: relative;
  width: calc(33.3333333333% - 20px);
  margin-bottom: 20px;
  transition: 0.6s;
  border-radius: 16px;
}
@media only screen and (max-width: 1000px) {
  .ul_wrap li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 640px) {
  .ul_wrap li {
    width: 100%;
  }
}
.ul_wrap li a {
  overflow: visible;
  position: relative;
  transition: 0.3s;
}
.ul_wrap article {
  display: grid;
  border-radius: 16px;
  overflow: hidden;
}
.ul_wrap .imgW {
  position: relative;
  width: 100%;
  grid-row: 1;
  grid-column: 1;
}
.ul_wrap .imgW::before {
  content: "";
  display: block;
  padding-top: 42%; /* 比率を指定 */
}
.ul_wrap img {
  width: 100% !important;
  position: absolute;
  top: -25%;
  bottom: 0;
  margin: auto;
  object-fit: cover;
}
.ul_wrap article > div:not(:has(img)) {
  grid-row: 1;
  grid-column: 1;
  z-index: 1;
  margin: 10px;
  border: 10px solid #fff;
  border-radius: 16px;
  box-sizing: content-box;
}
.ul_wrap article > div:not(:has(img)):after {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  font-weight: 700;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: grid;
  place-items: center;
  position: absolute;
  bottom: 10px;
  right: 19px;
  border-radius: 5px 0 5px 0;
}
.ul_wrap .spanW {
  margin-left: -1px;
}
.ul_wrap .spanW span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.25em;
  margin-top: 20px;
  min-width: 170px;
  border-radius: 5px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: #fff;
  border-radius: 0 5px 5px 0;
}

.beforefooter + .footer_clone {
  display: none;
}

.footer_sub .bgtown2 {
  background-image: url(../images/home/townbg2.jpg);
}

.bgtown2 {
  clear: both;
  background: no-repeat center/cover;
}
.bgtown2 .hbb {
  margin-top: 40px;
  margin-bottom: 0;
}
.bgtown2 .hbb div {
  text-align: center !important;
}
.bgtown2 .footer_clone {
  padding-top: var(--space);
}

.btn_wrap, .error_text {
  display: flex;
  align-items: center;
  justify-content: center;
  --space: 40px;
  padding: var(--space) 0;
}
.btn_wrap .box, .error_text .box {
  width: 50%;
  margin: 0 28px 20px;
}
@media screen and (max-width: 640px) {
  .btn_wrap .box, .error_text .box {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .btn_wrap .box .btn, .error_text .box .btn {
    width: 100%;
  }
}
.btn_wrap .btn, .error_text .btn {
  width: 100%;
  background-color: #6dc186;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  font-weight: bold;
  font-size: clamp(18px, 2vw, 22px);
  padding: 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .btn_wrap .btn, .error_text .btn {
    margin: 0 auto;
  }
}
.btn_wrap .btn i, .error_text .btn i {
  font-weight: 900;
}
.btn_wrap .btn::after, .error_text .btn::after {
  display: none;
}
.btn_wrap .btn[href*=contact], .error_text .btn[href*=contact] {
  background-color: #fff;
  color: #93c8da;
  border: 2px solid #93c8da;
}
.btn_wrap .btn[href*=contact]::after, .error_text .btn[href*=contact]::after {
  color: #93c8da;
}

.fa-light.fa-envelope {
  margin: 11px 6px auto;
}

@media screen and (max-width: 640px) {
  .btn_wrap:not(.itbtn_wrap) {
    --space: 40px;
  }
}
.btn_wrap:not(.itbtn_wrap) .box {
  max-width: 350px;
}

.banner {
  padding: var(--spacelg) var(--widemg);
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

#main .card_wrap {
  flex-wrap: nowrap;
  padding-left: 18px;
  padding-right: 18px;
}
@media screen and (max-width: 834px) {
  #main .card_wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  #main .card_wrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
}

.card_wrap {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .card_wrap {
    justify-content: center;
  }
}
.card_wrap .box {
  width: 250px;
  max-width: 33.3333333333%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 834px) {
  .card_wrap .box {
    max-width: 227px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 640px) {
  .card_wrap .box {
    max-width: 100%;
    margin-bottom: 8px;
  }
}
.card_wrap .box div:not(.imgW) {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  margin-top: 1em;
  color: #6dc186;
}
.card_wrap .imgW {
  margin: 0;
  position: relative;
  border-radius: 999px;
  width: 100%;
  background-color: #edeff1;
}
.card_wrap .imgW::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.card_wrap .imgW img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 88.8% !important;
}

.x3 + .btn_wrap {
  padding-top: 0;
}

.bg_photo {
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_photo .title2 h2 {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .bg_photo {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 834px) {
  .bg_photo .title2 {
    padding: 60px 0 0;
  }
}

.slide4 + .btn_wrap .box {
  max-width: 400px;
}

.itbtn_wrap {
  padding-bottom: 20px;
  align-items: stretch;
}

.itbtn_wrap .box {
  --imgh:52px;
  --boxpd:40px;
  --bg:#fff7;
  background-color: var(--bg);
  width: 460px;
  margin-bottom: 80px;
}
.itbtn_wrap .box .imgW {
  width: 100px;
  height: var(--imgh);
  background-color: var(--bg);
  border-radius: 99px 99px 0 0;
  margin: auto;
  margin-top: calc(-1 * (var(--imgh)));
  padding-top: 10px;
  transform-origin: bottom;
}
.itbtn_wrap .box img {
  width: 50% !important;
}
.itbtn_wrap .box div:not(.imgW) {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 40px 10px;
  width: 100%;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .itbtn_wrap .box div:not(.imgW) {
    font-size: 13px;
  }
}
.itbtn_wrap .box span {
  font-size: 30px;
  font-weight: 700;
}
.itbtn_wrap .box .btn {
  width: 300px;
  max-height: 50px;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
  justify-content: start;
  margin: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .itbtn_wrap .box .btn {
    margin-top: 20px;
  }
}
.itbtn_wrap .box .btn:after {
  margin-left: 0;
}
.itbtn_wrap .box .btn:before {
  content: url(../images/common/phoneWhite.svg);
  display: inline-block;
  width: 52px;
  height: 52px;
  scale: 0.5;
  margin-left: 10px;
}
.itbtn_wrap .box:nth-child(2) .btn:before {
  content: url(../images/common/mailWhite.svg);
}

.bg_tile {
  margin-bottom: 0;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-image: repeating-linear-gradient(90deg, #fff, #fff 1.4px, transparent 1.6px, transparent 16px), repeating-linear-gradient(0deg, #fff, #fff 1.4px, #edeff1 1.6px, #edeff1 16px);
}

#main .slide4 .slick-slide img {
  width: 100%;
}
#main .slide4 .slick-arrow.slick-next, #main .slide4 .slick-arrow.slick-prev {
  background: url(../images/common/icon_next_02.png) no-repeat center center;
  right: 0px;
  z-index: 1;
  mix-blend-mode: lighten;
  height: 102%;
  background-color: #edeff1;
  margin-top: -1px;
}
#main .slide4 .slick-arrow.slick-next::before, #main .slide4 .slick-arrow.slick-prev::before {
  display: none;
}
#main .slide4 .slick-arrow.slick-prev {
  background: url(../images/common/icon_prev_02.png) no-repeat center center;
  right: unset;
  left: 0px;
  height: 102%;
  background-color: #edeff1;
  mix-blend-mode: lighten;
}
#main .slide4 .slick-prev, #main .slide4 .slick-next {
  height: 40px;
}
#main .slide4 .slick-slide {
  max-height: 225px;
  overflow: hidden;
}

#main .bg_tile:has(.slide4) .pan1, #main .bg_tile:has(.slide4) .btn_wrap {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 834px) {
  #main .bg_tile:has(.slide4) {
    padding-left: 0;
    padding-right: 0;
  }
}

.map_wrap {
  position: relative;
  margin-bottom: 0px;
}
.map_wrap::before {
  content: "";
  display: block;
  padding-top: 35%;
}
@media screen and (max-width: 834px) {
  .map_wrap::before {
    padding-top: 50%;
  }
}
@media screen and (max-width: 834px) {
  .map_wrap::before {
    padding-top: 75%;
  }
}
.map_wrap iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

:root {
  --cha:80px;
}
@media screen and (max-width: 640px) {
  :root {
    --cha:55px;
  }
}

.chalk {
  color: #f6a49c;
  display: block;
  width: var(--cha);
  writing-mode: vertical-lr;
  height: max-content;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 0.8;
}

.char {
  font-size: 110px;
  line-height: 0.8;
  display: inline-block;
  min-height: 24px;
  transform-origin: center left;
}
@media screen and (max-width: 640px) {
  .char {
    font-size: 80px;
  }
}

.yagai article {
  padding-right: 0;
  margin-right: 40px;
}
@media screen and (max-width: 834px) {
  .yagai article {
    margin-right: 0px;
    padding-left: 0px;
  }
}
.yagai .btn span {
  color: #fff;
}
.yagai .imgW {
  filter: drop-shadow(2vmax 2vmax #fffd0c);
  transform: translateZ(0);
  max-width: calc(600px - var(--cha));
}
@media only screen and (max-width: 1000px) {
  .yagai .imgW {
    margin-right: calc(-1 * var(--cha));
  }
}
@media screen and (max-width: 834px) {
  .yagai .imgW {
    margin-right: unset;
    max-width: unset;
    padding-right: 0;
    padding-left: 0;
  }
}
.yagai img {
  border-radius: 0 20% 0 20%;
}

.service, .index .exhibition {
  justify-content: end;
  background-color: #6dc186;
}
.service .hide, .index .exhibition .hide {
  opacity: 0.01;
  translate: 0px 10px;
}
.service article, .service .imgW, .index .exhibition article, .index .exhibition .imgW {
  width: calc(50% - var(--cha));
  position: relative;
}
.service .imgW, .index .exhibition .imgW {
  max-width: unset;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .service .imgW, .index .exhibition .imgW {
    width: calc(100% - 40px);
    margin-right: unset;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.service img, .index .exhibition img {
  width: 100%;
  border-radius: 10px;
}
.service article, .index .exhibition article {
  padding-right: 0;
  margin-right: 40px;
  max-width: calc(560px - var(--cha));
  color: #fff;
}
@media screen and (max-width: 834px) {
  .service article, .index .exhibition article {
    max-width: unset;
    width: calc(100% - 40px);
    padding-left: 0;
    margin-right: 0;
  }
}
.service h2, .index .exhibition h2 {
  border-bottom-color: #fff;
}
.service h2::after, .index .exhibition h2::after {
  border-bottom-color: #fff;
}
.service .btn, .index .exhibition .btn {
  background-color: #fff;
  color: #6dc186;
}
.service .btn span, .index .exhibition .btn span {
  border-color: rgba(109, 193, 134, 0.4);
}
.service .btn::after, .index .exhibition .btn::after {
  color: #6dc186;
}
.service .chalk, .index .exhibition .chalk {
  color: #f6a49c;
  max-width: 80px;
  order: 1;
}
@media screen and (max-width: 834px) {
  .service .chalk, .index .exhibition .chalk {
    right: 20px;
  }
}

.index .exhibition {
  flex-direction: row;
  justify-content: start;
  background-color: #6dc186;
  padding: 0;
}
@media screen and (max-width: 834px) {
  .index .exhibition {
    flex-direction: column;
    padding-bottom: 80px;
  }
}
.index .exhibition .imgW {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .index .exhibition .imgW {
    width: calc(100% - 40px);
    margin-right: unset;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.index .exhibition h2 {
  text-align: left;
}
.index .exhibition .chalk {
  padding-top: 40px;
  padding-bottom: 40px;
}

.index .hspan:has(h2) {
  margin-top: 160px;
  margin-bottom: 10px;
}
.index .hspan:has(h2):not(:has(h1, p)) {
  transform-origin: top;
}
.index .hspan:has(h2) h2 {
  font-size: 34px;
  text-align: center !important;
  position: relative;
  margin: auto;
  width: max-content;
}
.index .hspan:has(h2) .chalk {
  writing-mode: horizontal-tb;
  margin: auto;
  rotate: -15deg;
  width: max-content;
  position: absolute;
  bottom: 100%;
  right: 0;
  padding: 0;
}
.index .hspan:has(h2) .char {
  font-size: 80px;
  transform-origin: bottom right;
}
@media screen and (max-width: 640px) {
  .index .hspan:has(h2) .char {
    font-size: 52px;
  }
}

@media screen and (max-width: 640px) {
  .bgmain {
    padding: 60px 0 !important;
  }
}
.bgmain h2 {
  color: #fff;
}
.bgmain h2 span {
  color: #fff;
}

@media screen and (max-width: 640px) {
  .bgmain2 {
    padding: 60px 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .greencounter {
    height: 50px !important;
  }
}

.title_02 h2 {
  line-height: 1.6;
}
.title_02 h2 span {
  font-size: 14px;
  display: block;
  font-weight: 500;
}
.title_02 div span {
  display: inline-block;
  font-size: clamp(15px, 2vw, 18px);
  word-wrap: break-word;
}

@media only screen and (min-width: 834px) {
  .imgText,
  .imgTitle {
    display: flex;
  }
}
.imgText :where(div[class*=img]),
.imgTitle :where(div[class*=img]) {
  min-width: 50%;
}
.imgText :where(div[class*=title], div[class*=text]),
.imgTitle :where(div[class*=title], div[class*=text]) {
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.titleWrap :where(div[class*=title]) {
  padding: 4% 2%;
  width: calc(100% - 60px);
  max-width: 960px;
  transition: 1s;
}
.titleWrap :where(div[class*=title]) h2 {
  font-size: clamp(24px, 2.8vw, 28px);
}
.titleWrap :where(div[class*=title]) h2 span {
  color: #777;
}

section, div.first {
  position: relative;
}

.spanh h2 {
  font-size: clamp(27px, 3.2vw, 32px);
  font-weight: 700;
  padding: 0 20px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.spanh span {
  font-size: 22px;
}

.hshadow {
  z-index: 1;
  position: relative;
  translate: var(--prog) var(--prog);
  transition: 0.6s;
  opacity: 0;
  --prog:4px;
}
.hshadow.active {
  --prog:-4px;
  opacity: 1;
  filter: drop-shadow(4px 4px 0px rgba(51, 51, 51, 0.2));
}
.hshadow h2 {
  -webkit-text-stroke: #333;
  -webkit-text-stroke-width: 0.04em;
  -webkit-text-fill-color: transparent;
  paint-order: fill;
  letter-spacing: 0.1em;
}
.hshadow span {
  -webkit-text-stroke-width: 0;
  -webkit-text-fill-color: #333;
}

.hbtb.clearfix article {
  display: grid;
  align-content: center;
}
.hbtb h2 {
  font-size: clamp(27px, 3.2vw, 32px);
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  line-height: 1;
  font-weight: 700;
  margin: 0 auto;
  width: auto;
  padding: 15px 20px;
}
@media only screen and (min-width: 640px) {
  .hbtb h2 {
    padding: 15px 40px;
  }
}
.hbtb h3, .hbtb h5 {
  font-size: 51px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  line-height: 1;
}
.hbtb span {
  font-size: 14px;
  font-weight: 700;
}

#main .desc {
  margin: 40px auto;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
#main .desc h3, #main .desc div {
  line-height: 2;
}
@media screen and (max-width: 640px) {
  #main .desc h3, #main .desc div {
    text-align: left;
  }
}
#main .desc .btn {
  background-color: #6dc186;
  color: #fff;
  font-weight: 700;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 40px;
}

footer#global_footer {
  background-color: white;
  color: #333;
}
@media screen and (max-width: 640px) {
  footer#global_footer .banner img {
    max-width: 36vw;
  }
}
footer#global_footer .btn_wrap {
  flex-wrap: nowrap;
}
@media screen and (max-width: 640px) {
  footer#global_footer .btn_wrap {
    flex-wrap: wrap;
  }
}

.footer .bgtown2 {
  padding-top: var(--space);
}
.footer_clone .hbb {
  margin-top: 0 !important;
}
.footer_clone .hbb div {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
.footer_clone .imgC {
  height: 50px;
}
.footer a:not(#pagetop a, .footer_logo a, .footer_tel a, .btn_wrap a) {
  text-decoration: none;
}
.footer #pagetop {
  margin-bottom: 0;
}
.footer #pagetop a {
  font-weight: 300;
  font-size: 32px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid #fff;
  display: grid;
  place-items: center;
  margin: 0 auto;
  background-color: #001b47;
  overflow: hidden;
  translate: 0 -50%;
}
.footer_main {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer_main > * {
  width: 100%;
  margin-bottom: 40px;
}
.footer_logo img {
  width: 300px;
}
.footer_logo a {
  font-weight: 900;
  display: block;
  width: fit-content;
  margin: auto;
  line-height: 1.4;
  font-size: 16px;
  padding: 2px 0px;
}
.footer_logo a span:nth-child(1) {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  position: relative;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0 10px;
  vertical-align: sub;
}
.footer_logo a span:nth-child(1)::before {
  content: "F";
  position: absolute;
  top: 0;
  left: 0%;
  color: #FFA200;
  z-index: 1;
  display: inline-block;
  scale: 1.1;
  transform-origin: 100% 80%;
  padding: 0 10px;
}
.footer_logo a span:nth-child(1):after {
  content: "Fujisei";
  position: absolute;
  top: 0;
  left: 0;
  color: #FFA200;
  z-index: 1;
  display: inline-block;
  clip-path: inset(0 0 65% 30%);
  padding: 0 10px;
}
.footer_logo a span:nth-child(2) {
  color: #FFA200;
  font-size: 20px;
  font-weight: 700;
  vertical-align: middle;
  padding: 0 10px;
  line-height: 1;
  font-family: "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer_logo a span:nth-child(3) {
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  margin: auto;
}
.footer_address, .footer_tel {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.footer_address {
  text-align: left;
  font-size: 18px;
  background: url(../images/common/icon_fmap.png) no-repeat left center;
  display: inline-block;
  font-size: 18px;
  padding: 0 0 0 45px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .footer_address {
    margin-left: 20px;
  }
}
.footer_tel {
  text-align: left;
  background: url(../images/common/icon_fphone.png) no-repeat left center;
  display: inline-block;
  font-size: 18px;
  padding: 0 0 0 45px;
  text-align: left;
}
.footer_tel span {
  font-size: 28px;
  color: #FFA200;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #FFA200;
  text-decoration-thickness: 1px;
}
@media screen and (max-width: 640px) {
  .footer_tel {
    margin-left: 20px;
  }
}
.footer_nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer_nav li {
  border-right: 1px solid #fff;
  margin: 5px 0;
  padding: 0 1em;
}
.footer_nav li:first-child {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 834px) {
  .footer_nav li {
    border: none;
    padding: 0 0.7em;
  }
  .footer_nav li:first-child {
    border: none;
  }
}
.footer_nav a, .footer_nav p {
  display: inline-block;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 700;
}
.footer_nav span {
  font-size: clamp(14px, 1.6vw, 16px);
}
.footer_copy {
  width: 100vw;
  width: 100dvw;
  font-weight: 400;
  text-align: center;
  background-color: #c1ecfb;
  font-size: 12px;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .footer_copy {
    text-align: left;
    padding-left: 20px;
  }
}

.title_01 {
  background-image: url(../images/home/title1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 27.778vw;
}
.title_01:after {
  display: none;
}
@media screen and (max-width: 834px) {
  .title_01 {
    height: 180px;
  }
}
.title_01 article {
  height: 100%;
  display: grid;
  align-content: center;
}
.title_01 h1, .title_01 p {
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .title_01 h1, .title_01 p {
    bottom: 8%;
  }
}
@media screen and (max-width: 834px) {
  .title_01 h1, .title_01 p {
    bottom: 10%;
  }
}
.title_01 h1 > span, .title_01 p > span {
  font-size: clamp(24px, 3.8vw, 38px);
  display: inline;
  padding: 0.36em 0.72em;
  background: #fff;
  color: #333;
  line-height: 2.6;
  border-radius: 8px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-weight: bold;
}
.title_01 h1 > span b, .title_01 p > span b {
  color: #93c8da;
}
.title_01 h1 > span b:nth-of-type(2), .title_01 p > span b:nth-of-type(2) {
  color: #6dc186;
}
.title_01 h1 > span span, .title_01 p > span span {
  font-weight: bold;
}

.fcb div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .fcb div {
    flex-direction: column;
  }
}

.downarrow {
  background-color: #93c8da;
  clip-path: polygon(0 50%, 15% 50%, 15% 0, 85% 0, 85% 50%, 100% 50%, 50% 100%);
  animation: poyooon2 4s ease infinite;
  margin: auto;
  width: 60px !important;
  height: 50px !important;
}

.policy_contents {
  margin: var(--space) 0;
}
.policy_contents h2 {
  font-size: 22px;
}

a.btnsm {
  color: #fff;
  background-color: #6dc186;
  display: inline-block;
  width: fit-content;
  padding: 0 0.5em;
  border-radius: 999px;
}
a.btnsm i {
  display: inline-block;
  scale: -1 1;
  font-weight: 900;
  margin-right: 0.25em;
}

/*-----------------------------------------
 section.blog
------------------------------------------- */
section.blog {
  background-color: #fff;
}
section.blog div.wrap {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  section.blog div.wrap {
    flex-direction: column-reverse;
    margin: 0px auto;
  }
}
section.blog div.wrap::after {
  content: none;
}
section.blog div.wrap aside {
  padding: 0px;
  width: 24%;
  overflow: initial;
}
@media screen and (max-width: 834px) {
  section.blog div.wrap aside {
    width: 100%;
    padding: 20px;
  }
}
section.blog div.wrap aside #calendar #form_calendar {
  margin: 0 auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  letter-spacing: 0.001em;
}
section.blog div.wrap aside #calendar #form_calendar dl.open {
  align-items: center;
  margin-bottom: 16px;
}
section.blog div.wrap aside #calendar #form_calendar dl.open dt {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.blog div.wrap aside #calendar #form_calendar dl.open dd {
  line-height: 1;
}
section.blog div.wrap > article {
  padding: 0 0 30px 0;
  margin-bottom: 30px;
}

section.blog div.wrap {
  display: flex;
  margin: 0 auto;
  padding: 40px 0;
  background-color: #fff;
}
section.blog div.wrap aside {
  display: none;
}
section.blog div.wrap.show aside {
  display: block;
}
section.blog div.wrap.show #contents {
  width: 72%;
}

section.blog div#contents article {
  clear: both;
}
@media screen and (max-width: 640px) {
  section.blog div#contents article {
    margin-bottom: 20px;
  }
}
section.blog div#contents article h2 {
  font-size: clamp(22px, 3.4vw, 30px);
  line-height: 1.6;
  word-break: keep-all;
  overflow-wrap: anywhere;
  margin-top: 10px;
}
section.blog div#contents article ul {
  display: flex;
  justify-content: end;
}
section.blog div#contents article ul li {
  float: none;
  list-style: none;
  margin-top: 20px;
  margin-left: 20px;
  display: inline-block;
}
section.blog div#contents .clearfix h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: clamp(20px, 3vw, 26px);
}

section.blog div#contents article div.date {
  display: inline-block;
  background: none;
  margin: 0;
  padding: 0;
  color: #93c8da;
}

h1.iconL {
  background: url(../images/home/houseicon.png) no-repeat left bottom;
  padding-left: 1.6em;
  padding-top: 20px;
  width: fit-content;
  margin-right: auto;
  font-size: clamp(21px, 3.4vw, 30px);
  line-height: 1.6;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 640px) {
  h1.iconL {
    padding-left: 2.4em;
  }
}
h1.iconL span {
  vertical-align: sub;
  display: inline;
  line-height: 1;
}
h1.iconL span:last-child {
  display: none;
}

.iconL.jcend article {
  justify-content: end;
}
.iconL.jcend article h2 {
  width: fit-content;
}
.iconL article {
  display: flex;
  align-items: flex-start;
}
.iconL h3 {
  margin-right: auto;
}
.iconL h2, .iconL h3 {
  text-align: center;
  font-size: clamp(22px, 3.4vw, 30px);
  line-height: 1.6;
}
.iconL h2 span, .iconL h3 span {
  vertical-align: sub;
  display: inline;
  line-height: 1;
}
.iconL h3 {
  font-size: 20px;
  text-align: left;
}
.iconL div {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}
.iconL img {
  max-width: 4vmax;
  max-height: 50px;
  padding-top: 3px;
  margin-right: 8px;
  box-sizing: content-box;
  transform-origin: bottom;
}
.iconL_sm {
  margin-top: 0 !important;
}
.iconL_sm span {
  font-size: 24px;
}
.iconL_sm img[src*=icon] {
  max-height: 30px;
  max-width: 30px;
}
@keyframes poyooon2 {
  0% {
    transform: scale(1, 1);
  }
  2% {
    transform: scale(1.05, 0.95);
  }
  10% {
    transform: scale(1.1, 0.9);
  }
  12% {
    transform: scale(1, 1);
  }
  15% {
    transform: scale(0.95, 1.1);
  }
  18% {
    transform: scale(0.95, 1.1);
  }
  21% {
    transform: scale(1.1, 0.9);
  }
  25% {
    transform: scale(1, 1);
  }
  28% {
    transform: scale(0.98, 1.02);
  }
  32% {
    transform: scale(0.98, 1.02);
  }
  36% {
    transform: scale(1.02, 0.97);
  }
  40% {
    transform: scale(1, 1);
  }
}

hr {
  height: 0;
  border-bottom: 1px dashed rgba(0, 170, 221, 0.7333333333);
  margin: 8px 0;
}

.txtL time, .txtR time {
  color: #93c8da;
  letter-spacing: 1px;
  width: 100%;
  display: flex;
  line-height: 1;
}
.txtL br, .txtR br {
  line-height: 1;
}

.txtR time {
  justify-content: end;
}

@media screen and (max-width: 640px) {
  .reform .boxR {
    justify-content: end;
  }
}

.flow .boxR img:not([alt*=bg]) {
  min-height: 250px;
}

@media screen and (max-width: 834px) {
  #main .boxRw100 .box {
    width: 49%;
  }
}

.boxR, .boxL {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 640px) {
  .boxR .box, .boxL .box {
    width: 100% !important;
  }
}
.boxR .box:has(img[alt*=bg], img[alt*=bghead], img[alt*=noframe]), .boxL .box:has(img[alt*=bg], img[alt*=bghead], img[alt*=noframe]) {
  width: 10% !important;
  display: grid;
  place-items: center;
}
.boxR .box:has(img[alt*=bg], img[alt*=bghead], img[alt*=noframe]) .imgW, .boxL .box:has(img[alt*=bg], img[alt*=bghead], img[alt*=noframe]) .imgW {
  width: fit-content;
}
.boxR .box:has(img[alt=bg]) .imgW + div, .boxL .box:has(img[alt=bg]) .imgW + div {
  display: none;
}
@media screen and (max-width: 640px) {
  .boxR .box:has(img[alt=bg]), .boxL .box:has(img[alt=bg]) {
    width: 100% !important;
    rotate: 90deg;
  }
}
.boxR .box:has(img[alt*=bghead]), .boxL .box:has(img[alt*=bghead]) {
  width: 100% !important;
  margin-bottom: 10px;
}
.boxR .box:has(img[alt*=bghead_left]), .boxL .box:has(img[alt*=bghead_left]) {
  place-items: start;
}
.boxR .box:has(img[alt*=half], span.empty), .boxL .box:has(img[alt*=half], span.empty) {
  width: 50% !important;
}
.boxR .box:has(img[alt*=noframe]), .boxL .box:has(img[alt*=noframe]) {
  width: 100% !important;
}
.boxR .box:has(img[alt*=noframe]) .imgW, .boxL .box:has(img[alt*=noframe]) .imgW {
  background: none;
}
.boxR .box:has(img[alt*=noframe]) img, .boxL .box:has(img[alt*=noframe]) img {
  aspect-ratio: unset !important;
  width: 100% !important;
  object-fit: cover;
}
.boxR .box:has(img[alt*=noframe])::after, .boxL .box:has(img[alt*=noframe])::after {
  display: none !important;
}
.boxR .box:not(:has(img)), .boxL .box:not(:has(img)) {
  width: 100% !important;
  margin-bottom: 10px;
  color: #0ad;
  font-size: 20px;
  font-weight: normal;
  text-shadow: 0 0 4px #fff;
  background: url(../images/contents/common/back_wrapper.png);
  padding: 0 10px;
  place-self: end;
  text-align: center;
  position: relative;
  z-index: 10;
}
.boxR .box:has(img):not(:has(img[alt*=bg], img[alt*=head])), .boxL .box:has(img):not(:has(img[alt*=bg], img[alt*=head])) {
  display: grid;
  margin-bottom: 10px;
}
.boxR .box:has(img):not(:has(img[alt*=bg], img[alt*=head])):after, .boxL .box:has(img):not(:has(img[alt*=bg], img[alt*=head])):after {
  content: "";
  display: block;
  height: 100%;
  box-shadow: inset 0 0 4px 2px rgba(51, 51, 51, 0.4666666667);
  border: 8px solid beige;
  grid-row: 1;
  grid-column: 1;
  border-image: url(../images/contents/common/back_wrapper.png);
  border-image-repeat: round;
  border-image: url("../images/contents/common/back_wrapper.png") round;
  border: 10px solid;
  border-image-source: url("../images//contents/common/back_wrapper.png");
  border-image-slice: 8;
  border-image-repeat: repeat;
  border-image-width: 8px;
  pointer-events: none;
}
.boxR .box:has(img):not(:has(img[alt*=bg], img[alt*=head])) div, .boxR .box:has(img):not(:has(img[alt*=bg], img[alt*=head])) a, .boxL .box:has(img):not(:has(img[alt*=bg], img[alt*=head])) div, .boxL .box:has(img):not(:has(img[alt*=bg], img[alt*=head])) a {
  grid-row: 1;
  grid-column: 1;
}
.boxR .box:has(img):not(:has(img[alt*=bg], img[alt*=head])) .imgW, .boxL .box:has(img):not(:has(img[alt*=bg], img[alt*=head])) .imgW {
  background-image: url(../images/contents/common/back_wrapper.png);
}
.boxR .box:has(img):not(:has(img[alt*=bg], img[alt*=head])) img:not([alt*=long]), .boxL .box:has(img):not(:has(img[alt*=bg], img[alt*=head])) img:not([alt*=long]) {
  aspect-ratio: 4/3;
  width: 100% !important;
  object-fit: cover;
}
.boxR .box:has(img):not(:has(img[alt*=bg], img[alt*=head])) div:not(.imgW), .boxL .box:has(img):not(:has(img[alt*=bg], img[alt*=head])) div:not(.imgW) {
  color: #0ad;
  font-size: 20px;
  font-weight: normal;
  text-shadow: 0 0 4px #fff;
  background: url(../images/contents/common/back_wrapper.png);
  padding: 0 10px;
  place-self: end;
  width: fit-content;
  position: relative;
  z-index: 10;
}
.boxR .box:has(img[alt*=long], img[alt*=noframe]) article, .boxL .box:has(img[alt*=long], img[alt*=noframe]) article {
  display: contents;
}
.boxR .box:has(img[alt*=long], img[alt*=noframe]) .imgW, .boxL .box:has(img[alt*=long], img[alt*=noframe]) .imgW {
  background-image: none !important;
}
.boxR .box:has(img[alt*=long], img[alt*=noframe]) img, .boxL .box:has(img[alt*=long], img[alt*=noframe]) img {
  aspect-ratio: 2/3;
  width: 100% !important;
  object-fit: cover;
}
.boxR .box:has(img[alt*=long], img[alt*=noframe]) a, .boxL .box:has(img[alt*=long], img[alt*=noframe]) a {
  grid-area: 1/1;
}
.boxR .box:has(img[alt*=long], img[alt*=noframe]) h3, .boxL .box:has(img[alt*=long], img[alt*=noframe]) h3 {
  display: none;
}

body:where(.company, .contact) #contents {
  max-width: 1000px;
}
body:where(.company, .contact) :where(section) .hbb img {
  display: inline-block;
}
body:where(.company, .contact) :where(section) .hbb h2 {
  display: inline;
}

#main .form_wrap.form_simple {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  #main .form_wrap.form_simple {
    padding: 0;
  }
}
#main .form_wrap.form_simple dl {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #93c8da;
}
@media screen and (max-width: 640px) {
  #main .form_wrap.form_simple dl {
    flex-direction: row !important;
    padding: 1em 0;
    display: block;
  }
}
#main .form_wrap.form_simple dt, #main .form_wrap.form_simple dd {
  font-weight: 500;
  padding: 25px 10px 20px;
}
@media screen and (max-width: 640px) {
  #main .form_wrap.form_simple dt, #main .form_wrap.form_simple dd {
    padding: 0;
  }
}
#main .form_wrap.form_simple dt {
  align-items: left;
  justify-content: flex-start;
  flex-grow: 1;
  color: #93c8da;
  word-break: keep-all;
}
@media screen and (max-width: 640px) {
  #main .form_wrap.form_simple dt {
    width: 100%;
    width: fit-content;
    padding-bottom: 0.25em;
    border-bottom: 1px solid currentColor;
    margin-bottom: 0.5em;
  }
}
#main .form_wrap.form_simple dd {
  flex-grow: 1;
}
@media screen and (max-width: 640px) {
  #main .form_wrap.form_simple dd {
    width: 100%;
  }
}

section div.form_wrap dl:last-of-type dt {
  border-bottom: none;
}

.form_simple.form_wrap {
  border: none;
}
.form_simple.form_wrap::-webkit-scrollbar {
  background-color: rgb(150, 150, 150);
}
.form_simple.form_wrap::-webkit-scrollbar-thumb {
  background-color: #6dc186;
  border-radius: 5px;
  box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.2);
}
.form_simple.form_wrap dl, .form_simple.form_wrap dt, .form_simple.form_wrap dd {
  border: none;
  background-color: unset;
}
.form_simple.form_wrap dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 10px;
}
.form_simple.form_wrap dl:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .form_simple.form_wrap dl {
    flex-direction: column;
  }
}
.form_simple.form_wrap dt {
  width: 20%;
  align-items: left;
  justify-content: flex-start;
  padding-left: 0;
}
.form_simple.form_wrap dd {
  width: 80%;
  padding-left: 0;
}
@media screen and (max-width: 640px) {
  .form_simple.form_wrap dt, .form_simple.form_wrap dd {
    width: 100%;
  }
}

#main .wide_slide {
  padding-bottom: 0;
}
#main .wide_slide .slick-next, #main .wide_slide .slick-prev {
  top: -10px;
}
#main .wide_slide .slick-prev {
  left: unset;
}
#main .wide_slide .slick-next {
  right: 10px;
}
#main .wide_slide .slick-prev:before, #main .wide_slide .slick-next:before {
  border-radius: 1000px;
}
#main .wide_slide .slick-slide {
  margin-left: 0;
  margin-right: 0;
  background: none;
  padding: 12px;
  box-shadow: none;
}
@media only screen and (max-width: 1200px) {
  #main .wide_slide .slick-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
}
#main .wide_slide .slick-track {
  padding-bottom: 0;
}
#main .wide_slide article {
  display: grid;
  grid-auto-flow: column;
  padding: 20px;
  padding-top: 32px;
  border-radius: 6px;
  background: url(../images/home/woodtrim.png) no-repeat center top/100% 12px;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  #main .wide_slide article {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px;
    padding-top: 28px;
  }
}
#main .wide_slide img {
  grid-row: span 2;
  border-radius: 4px;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 834px) {
  #main .wide_slide img {
    aspect-ratio: 2/1;
    flex-grow: 1;
  }
}
#main .wide_slide h5 {
  align-self: end;
  justify-self: start;
  background: url(../images/home/woodtrim.png) no-repeat center bottom/100% 8px;
  margin-bottom: 20px;
  padding: 0;
  margin-left: 20px;
}
@media screen and (max-width: 834px) {
  #main .wide_slide h5 {
    width: fit-content;
    margin-right: auto;
    margin-left: 0;
  }
}
#main .wide_slide article > div {
  padding-left: 20px;
}
#main .wide_slide article > div:after, #main .wide_slide article > div div::after {
  display: none;
}
#main .wide_slide article > div {
  font-size: 16px;
}
@media screen and (max-width: 834px) {
  #main .wide_slide article > div {
    padding: 0;
    font-size: 14px;
  }
}
#main .wide_slide .btn {
  width: 350px;
  max-width: 80%;
  background-color: #93c8da;
  color: #fff;
  font-size: 16px;
  margin: 20px auto 20px 0;
  border-radius: 8px;
}
@media screen and (max-width: 640px) {
  #main .wide_slide .btn {
    padding: 10px 0;
    margin: 10px auto;
  }
}
#main .wide_slide .btn:after {
  margin-left: 10px;
}

.box_column .box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid #ccc;
  padding: 20px;
  position: relative;
  margin-bottom: 80px;
  row-gap: 20px;
}
@media screen and (max-width: 640px) {
  .box_column .box {
    flex-wrap: wrap;
    padding: 10px;
  }
}
.box_column .box::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  right: 0;
  background-color: #6dc186;
  clip-path: polygon(0 50%, 15% 50%, 15% 0, 85% 0, 85% 50%, 100% 50%, 50% 100%);
  margin: auto;
  width: 60px !important;
  height: 50px !important;
}
.box_column .box:last-child::after {
  display: none;
}
.box_column article {
  width: 68%;
  padding-right: 20px;
}
@media screen and (max-width: 640px) {
  .box_column article {
    width: 100% !important;
    padding-right: 0;
    padding-top: 10px;
  }
}
.box_column article div {
  font-size: clamp(14px, 1.6vw, 16px);
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
.box_column h3 {
  font-size: clamp(22px, 3.4vw, 30px);
  line-height: 1.6;
  padding-left: 0.5em;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 20px;
  line-height: 1.6;
  word-break: keep-all;
  overflow-wrap: anywhere;
  position: relative;
}
.box_column h3 span:first-child {
  z-index: 1;
  position: absolute;
  bottom: 0.75em;
  background: none;
  font-size: 14px;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  scale: 1 1.2;
  padding: 0;
}
.box_column h3 span:last-child {
  margin-left: 45px;
  padding: 0 0.5em;
}
.box_column h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #6dc186;
  clip-path: polygon(0 50%, 15% 50%, 15% 0, 85% 0, 85% 50%, 100% 50%, 50% 100%);
  rotate: 180deg;
  bottom: 3px;
  margin: auto;
  width: 48px !important;
  height: 40px !important;
}
@media screen and (max-width: 640px) {
  .box_column h3::before {
    bottom: 1px;
  }
}
.box_column img {
  width: 30% !important;
  object-fit: cover;
  min-height: 210px;
  min-width: 40%;
  order: 1;
}
@media screen and (max-width: 640px) {
  .box_column img {
    width: 100% !important;
  }
}

.flow .itcenter .imgW, .flow .slidetext .imgW {
  width: 30%;
}
.flow .itcenter .noimg, .flow .slidetext .noimg {
  width: 70%;
}
.flow .headimgtext {
  padding-top: 8px;
  border-radius: 4px;
  background: linear-gradient(currentColor, currentColor) 0 0/100% 8px no-repeat;
  box-shadow: inset 0 calc(100% - 8px) 0 0 #444;
}
.flow .headimgtext article {
  border: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  padding-top: 0;
}
.flow .headimgtext h2 {
  order: -1;
  width: 100%;
  background: linear-gradient(to top, currentColor, currentColor) 0 100%/100% 8px no-repeat;
  box-shadow: inset 0 calc(1.6em - 8px) 0 0 #fff;
  border-radius: 4px;
}
.flow .headimgtext .imgW {
  width: 30%;
  position: relative;
}
.flow .headimgtext .imgW:before {
  content: "";
  display: block;
  padding-top: 65%; /* 比率を指定 */
}
.flow .headimgtext .imgW img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  object-fit: cover;
  padding: 20px 10px 20px 0;
}
.flow .headimgtext .noimg {
  width: 70%;
  padding: 20px 0px 20px 10px;
}

.pan1 + .itcenter, .pan1 + .slidetext {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: var(--space) 0;
}
@media screen and (max-width: 640px) {
  .pan1 + .itcenter, .pan1 + .slidetext {
    flex-direction: column-reverse;
  }
}
.pan1 + .itcenter article, .pan1 + .slidetext article {
  width: unset;
}
.pan1 + .itcenter h2, .pan1 + .slidetext h2 {
  font-size: clamp(22px, 3.4vw, 30px);
  line-height: 1.6;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.pan1 + .itcenter .imgW, .pan1 + .slidetext .imgW {
  width: unset;
  display: contents;
}
.pan1 + .itcenter img, .pan1 + .slidetext img {
  width: inherit;
  max-width: 40%;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .pan1 + .itcenter img, .pan1 + .slidetext img {
    max-width: 60%;
    align-self: flex-end;
  }
}
.pan1 + .itcenter:after, .pan1 + .slidetext:after {
  display: none;
}

.koko {
  display: flex;
  width: 100vw;
  width: 100dvw;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.koko div {
  font-size: clamp(22px, 3.4vw, 30px);
  word-break: keep-all;
  overflow-wrap: anywhere;
  width: fit-content;
  max-width: 100%;
  color: #008000;
}
.koko img {
  display: inline-block;
  width: 100px;
  vertical-align: middle;
}

.ichiran a {
  color: #6dc186;
  text-decoration: underline;
}

#main .blog_itc {
  margin: 40px 0 80px 0;
}
#main .blog_itc .blog_list > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  box-shadow: 0 1px 4px #ccc;
}
@media screen and (max-width: 834px) {
  #main .blog_itc .blog_list > div {
    flex-direction: row;
  }
}
@media screen and (max-width: 640px) {
  #main .blog_itc .blog_list > div {
    flex-wrap: wrap;
  }
}
#main .blog_itc .blog_photo {
  width: 25%;
}
@media screen and (max-width: 640px) {
  #main .blog_itc .blog_photo {
    width: 100%;
  }
}
#main .blog_itc .blog_photo img {
  object-fit: cover;
  width: 100%;
}
#main .blog_itc .blog_text {
  width: 75%;
}
@media screen and (max-width: 640px) {
  #main .blog_itc .blog_text {
    width: 100%;
  }
}

.blog_text .detail, .txtL div, .txtR div, .pages span.translate, .form_wrap.entry, .form_wrap.entry label, .form_wrap.entry div, #main .policy_contents p {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.form_wrap.entry, .form_wrap.entry label, .form_wrap.entry div {
  font-weight: 400;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.error_text .btn {
  width: 350px;
  max-width: 80%;
  margin: 40px auto;
}

.mfp-figure .mfp-title {
  display: none;
}

@media screen and (max-width: 834px) {
  .pages a {
    text-decoration: underline;
  }
}

@media screen and (max-width: 640px) {
  section.blog div#contents article {
    margin-bottom: 20px;
  }
}
section.blog div#contents article ul {
  display: flex;
  justify-content: end;
}
section.blog div#contents article ul li {
  float: none;
  list-style: none;
  margin-top: 20px;
  display: inline-block;
}
section.blog div#contents article ul li a {
  color: #6dc186;
  text-decoration: underline;
}
section.blog div#contents .clearfix h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: clamp(20px, 3vw, 26px);
}
section.blog div#contents .tate article {
  display: flex;
  flex-direction: column;
}
section.blog div#contents .tate h3 {
  order: -1;
  display: inline-block;
}
section.blog div#contents .tate div {
  margin-bottom: 20px;
}
section.blog div#contents .imglast article {
  display: flex;
  flex-direction: column;
}
section.blog div#contents .imglast .imgW {
  order: 1;
}
section.blog div#contents .imglast div {
  margin-bottom: 20px;
}
section.blog div#contents .yoko {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 640px) {
  section.blog div#contents .yoko {
    flex-wrap: wrap;
  }
}
section.blog div#contents .yoko article {
  width: 100%;
}
section.blog div#contents .yoko .imgW {
  order: 1;
  width: 100%;
}
section.blog div#contents .yoko .imgW img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  object-fit: cover;
}
section.blog div#contents .yoko div {
  margin-bottom: 20px;
}

aside .pages a {
  text-align: left;
}

section.blog #contents h1 {
  text-align: left;
}

.clearfix:after {
  display: none;
}

#main .tbl_normal {
  background-color: transparent;
  border-radius: 8px;
  box-shadow: 0 1px 4px #ccc;
}
#main .tbl_normal #c40_cell_3_5 img {
  width: 310px;
}
@media screen and (max-width: 834px) {
  #main .tbl_normal {
    padding: 10px;
  }
}
#main .tbl_normal td {
  border: none;
}
#main .tbl_normal td[colspan="4"] {
  background: url(../images/contents/common/bg_line_off.jpg) repeat-x left bottom;
}
#main .tbl_normal tr:nth-child(4) {
  background: url(../images/contents/common/index_news_border.png) repeat-x left top;
}
#main .tbl_normal b, #main .tbl_normal div {
  font-size: clamp(14px, 2vw, 20px);
}
#main .tbl_normal u {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;
  color: #6dc186;
}
#main .tbl_normal td[colspan="2"] {
  width: 40%;
}
#main .tbl_normal tr img {
  max-width: 100%;
  padding: 10px;
}
@media screen and (max-width: 834px) {
  #main .tbl_normal tr img {
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  #main .tbl_normal tr {
    display: flex;
    flex-wrap: wrap;
  }
  #main .tbl_normal td[colspan="2"] {
    width: 100%;
  }
  #main .tbl_normal td[colspan="2"]:has(img) {
    width: 100%;
  }
  #main .tbl_normal td[colspan="3"], #main .tbl_normal td[colspan="4"], #main .tbl_normal td[colspan="5"] {
    width: 100%;
  }
  #main .tbl_normal img {
    max-height: 50vh;
  }
}

.contact_block {
  padding: 40px 0;
  margin-top: 80px;
  position: relative;
  perspective: 1000px;
  perspective-origin: 45% 45%;
}
.contact_block div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: grid;
  place-content: center;
  font-size: 20px;
  text-align: center;
}
.contact_block div b:nth-child(1) {
  font-size: 40px;
  color: #FFA200;
}
.contact_block img:nth-child(2) {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 60px !important;
  height: 64px !important;
  transform: translateZ(0px);
  transition: 1s ease;
}
.contact_block img:nth-child(2).hide {
  transform: translateZ(500px);
  opacity: 0.01;
}

#main .tbl_scroll article {
  height: 500px;
  overflow-y: scroll;
}
@media screen and (max-width: 640px) {
  #main .tbl_scroll article {
    overflow-y: auto;
    height: unset;
  }
}
#main .tbl_scroll td {
  width: 16.6666666667%;
  vertical-align: middle;
  padding: 10px;
  /* border: 1px solid #ccc; */
  border: none !important;
  box-shadow: inset 0 0 0 1px #ccc;
}
#main .tbl_scroll tr:first-child td {
  text-align: center;
  height: 50px;
}
#main .tbl_scroll tr td.fixed01 {
  position: sticky;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #6dc186;
  z-index: 1;
}
#main .tbl_scroll .fixed01.fixed02 {
  z-index: 2;
}
@media screen and (max-width: 640px) {
  #main .tbl_scroll {
    font-size: 12px;
  }
}

body.company .slide4 {
  padding: 40px 0 80px;
}

.maptodl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #6dc186;
}
.maptodl + .clearfix {
  margin-top: 40px;
}
.maptodl + .clearfix div {
  font-weight: 600;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 834px) {
  .maptodl {
    padding: 0;
  }
}

#main .item_col2 {
  width: 50%;
}
@media screen and (max-width: 834px) {
  #main .item_col2 {
    width: 100%;
  }
}
#main .item_col2.map_wrap {
  position: relative;
}
#main .item_col2.map_wrap::before {
  padding-top: 75%;
}
#main .item_col2.form_wrap {
  padding: 40px;
  padding-right: 0;
  padding-left: 80px;
  max-width: 600px;
  color: #fff;
}
#main .item_col2.form_wrap * {
  border: none;
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #main .item_col2.form_wrap * {
    font-size: 16px;
  }
}
#main .item_col2.form_wrap dd {
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  #main .item_col2.form_wrap {
    order: -1;
    padding: 40px 0;
    display: grid;
    place-content: center;
    max-width: unset;
  }
}
@media screen and (max-width: 640px) {
  #main .item_col2.form_wrap {
    display: block;
    padding: 40px 10px;
  }
}

body:is(.contact, .info, .past) #main .pan1 + .clearfix {
  margin: 40px 0;
}
body:is(.contact, .info, .past) #main .clearfix img.imgC {
  width: 100%;
  height: auto;
}
body:is(.contact, .info, .past) #main .slide4 {
  padding-top: 40px;
  margin-top: 40px;
}
body:is(.contact, .info, .past) #main .bg_tile + .bg_tile .contact_block {
  margin-top: 0;
}

body:is(.past, .company) .contact_block {
  margin-top: 0;
}

.profile .itcenter article, .profile .slidetext article {
  margin-bottom: auto;
  padding-top: 40px;
  border-right: 40px solid #fff;
}
.profile .itcenter .imgW, .profile .slidetext .imgW {
  padding: 40px 0;
}
.profile .itcenter img, .profile .slidetext img {
  border-radius: 10px;
}

section div.form_wrap.form_htext dl, section div.form_wrap.form_htext dt, section div.form_wrap.form_htext dd {
  background-color: transparent;
  border: none;
}

section div.form_wrap dl:last-of-type dd {
  border-bottom: none;
}

.about {
  background-color: #fff;
}
.about::before {
  content: "";
  display: block;
  width: 50%;
  max-width: 720px;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: transparent;
  pointer-events: none;
}
.about_title {
  margin: 0 auto;
  z-index: 1;
  position: relative;
  padding: 80px 0;
  background-color: transparent !important;
  line-height: 2;
}
.about_title article {
  background-color: #fff;
  padding: clamp(30px, 5vw, 60px);
  padding: 60px 20px;
}
@media only screen and (min-width: 834px) {
  .about_title article {
    padding: 60px 90px;
  }
}
.about_title article::after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  position: absolute;
  top: 80px;
  right: 0;
  margin: auto;
  background-color: #6dc186;
  z-index: 1;
}
@media only screen and (min-width: 640px) {
  .about_title article::after {
    width: 120px;
    height: 120px;
  }
}
.about_title span {
  display: inline-block;
  color: #333;
}
.about_title .sm {
  color: #6dc186;
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.news {
  background-color: transparent;
}

.slidetext {
  display: flex;
  margin-top: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .slidetext {
    flex-direction: column-reverse;
  }
}
.slidetext .htext {
  padding-right: 0;
  margin-top: 0;
}
.slidetext .htext article {
  border-right: 40px solid #fff;
  padding: 0;
}
@media screen and (max-width: 834px) {
  .slidetext .htext article {
    border: none;
  }
}
.slidetext .htext div:not(:has(img)) {
  padding: 0;
}

.slide {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 834px) {
  .slide {
    width: 100%;
  }
}
.slide .imgW {
  opacity: unset;
  translate: unset;
  padding: 0;
}
.slide .imgW {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide .imgW::before {
  content: "";
  display: block;
  padding-top: 65%; /* 比率を指定 */
}
.slide .imgW img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slide img {
  object-fit: cover;
  height: clamp(250px, 40vmin, 500px) !important;
}

#main .flexul_wrap li {
  overflow: unset;
}

.flexul_wrap {
  margin-bottom: 80px;
}
.flexul_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}
.flexul_wrap li {
  width: calc(33.3333333333% - 30px);
  flex-grow: 1;
}
@media screen and (max-width: 834px) {
  .flexul_wrap li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 640px) {
  .flexul_wrap li {
    width: 100%;
  }
}
.flexul_wrap a {
  font-weight: 500;
  display: block;
  border-radius: 10px;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.flexul_wrap .imgW {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 15px 15px rgba(187, 187, 187, 0.6);
  margin-bottom: 20px;
}
.flexul_wrap .imgW::before {
  content: "";
  display: block;
  padding-top: 65%; /* 比率を指定 */
}
.flexul_wrap .imgW img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  transition: 0.3s;
}
.flexul_wrap article {
  flex-grow: 1;
}
.flexul_wrap a:hover img {
  scale: 1.1;
}
.flexul_wrap h5 {
  display: none;
}
.flexul_wrap article div {
  margin-top: 0 !important;
  color: #333;
  display: contents;
}
.flexul_wrap div > span {
  display: block;
  padding: 10px;
  padding-top: 10px;
  height: 100%;
  border-radius: 0 0 10px 10px;
}
.flexul_wrap div > span > span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 2px solid #6dc186;
}

.mfp-figure .mfp-title {
  font-size: clamp(20px, 2.2vw, 22px);
}
.mfp-figure .mfp-title span {
  font-size: inherit;
  margin-left: 1em;
}

#main .card_wrap .box {
  overflow: unset;
}

.fl_col {
  margin-bottom: 40px;
}
.fl_col .box {
  width: 100%;
  overflow: hidden !important;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .fl_col .box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    row-gap: 20px;
  }
}
.fl_col .imgW {
  width: 100%;
  min-width: 40%;
}
.fl_col article {
  width: 100%;
  min-width: 60%;
  overflow: hidden;
  border-right: 40px solid #fff;
}
@media screen and (max-width: 834px) {
  .fl_col article {
    border: none;
  }
}
.fl_col time {
  display: block;
  opacity: 0.8;
}
.fl_col h3 {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  width: max-content;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.htext {
  margin-top: 20px;
  margin-bottom: 40px;
}
.htext article {
  overflow: hidden;
}
.htext h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.anctext {
  margin: 20px 0 40px 0;
  display: flex;
}
.anctext div {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 10px;
  padding: 20px;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .anctext div {
    flex-direction: column;
  }
}
.anctext p {
  margin-right: auto;
}
.anctext .btn {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .anctext .btn {
    margin: 0 auto;
  }
}
.anctext .btn::after {
  rotate: 90deg;
}

.pan1 {
  padding: 20px 0px 0px;
  color: #6dc186;
}
.pan1 + div {
  margin-top: 40px;
}
.pan1 ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
}
.pan1 ul li {
  margin-right: 10px;
}
.pan1 ul li:not(:first-child) {
  margin-left: 10px;
  pointer-events: none;
}
.pan1 ul li:not(:first-child) a {
  text-decoration: none;
}
.pan1 ul a:any-link {
  font-weight: 600;
  text-decoration: underline #6dc186;
  text-decoration-thickness: 1px;
}
.pan1 ul a:any-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.bg_tile .pan1 {
  padding: 20px 0px 0px;
}

.title2bl:first-child {
  margin-top: 40px;
}
.title2bl h2, .title2bl h3 {
  border-left: 4px solid #6dc186;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: clamp(18px, 2.6vw, 26px);
  background-color: #dfedf9;
  font-weight: 700;
}

.title2bb {
  margin: 40px auto;
}
.title2bb article {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title2bb article div {
  word-break: break-all;
}
.title2bb h2, .title2bb h3 {
  border-bottom: 2px solid rgb(29, 30, 34);
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 20px;
  font-size: clamp(22px, 2.8vw, 26px);
  color: #6dc186;
}
.title2bb span {
  display: inline-block;
  color: #333;
}
.title2bb h2 span {
  color: #6dc186;
  display: block;
}

.entry.form_wrap {
  border-radius: 5px;
  border: 1px solid #ccc;
  transition: 0.5s;
}
.entry.form_wrap:focus-within {
  box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.2);
}
.entry.form_wrap dl {
  flex-wrap: wrap;
}
.entry.form_wrap dt {
  align-items: center;
  flex-direction: row;
  padding: 8px;
  font-size: clamp(15px, 2vw, 18px);
  width: 100% !important;
}
@media only screen and (min-width: 640px) {
  .entry.form_wrap dt {
    width: 20% !important;
  }
}
.entry.form_wrap dd {
  padding: 2% 2%;
  font-size: clamp(15px, 2vw, 18px);
  width: 100% !important;
}
@media only screen and (min-width: 640px) {
  .entry.form_wrap dd {
    width: 80% !important;
  }
}
.entry.form_wrap label {
  margin-left: 10px;
}

.contact_linkW a {
  width: max-content;
  display: block;
}
.contact_linkW a p:first-of-type {
  font-size: 32px;
  color: #FFA200;
  display: inline;
  letter-spacing: 0.05em;
}

.fa.fa-info-circle {
  color: #6dc186;
}

.bnr {
  margin: 60px auto;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 834px) {
  .bnr {
    flex-wrap: nowrap;
  }
}
.bnr :where(div[class*=box]) {
  position: relative;
  border-radius: 5px;
  width: 100%;
  flex: 1 1 262px;
  max-height: 200px;
}
.bnr :where(div[class*=box]):nth-child(n+5) {
  max-width: 265.5px;
}
.bnr :where(div[class*=box]) a {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #001b47;
  overflow: hidden;
}
.bnr :where(div[class*=box]) a:hover img {
  scale: 1.1;
}
.bnr :where(div[class*=box]) img {
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  height: 100% !important;
  transition: 0.3s;
}
.bnr :where(div[class*=box]) div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  color: #fff;
  text-shadow: 0 0 10px #000;
  font-size: clamp(22px, 2.8vw, 26px);
}

@media screen and (max-width: 640px) {
  section form div.form_wrap:not(._recruit) dl {
    flex-direction: column;
  }
  section form div.form_wrap:not(._recruit) dl dt {
    width: 100% !important;
    border-right: 1px solid #ddd;
    border-bottom: none;
  }
  section form div.form_wrap:not(._recruit) dl dd {
    width: 100% !important;
    height: auto !important;
  }
}
.circle_dt.form_wrap {
  padding: 0 0 20px 60px;
  position: relative;
}
.circle_dt.form_wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  left: 20px;
  background-color: #45aee5;
}
.circle_dt.form_wrap dl,
.circle_dt.form_wrap dt,
.circle_dt.form_wrap dd {
  border: none;
  background: none;
}
.circle_dt.form_wrap dl {
  border-bottom: 1px solid rgba(51, 51, 51, 0.4666666667);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.circle_dt.form_wrap dt {
  width: 15%;
  min-width: 90px;
  color: #45aee5;
  z-index: 1;
  justify-content: start;
  padding: 8px;
  position: relative;
}
.circle_dt.form_wrap dt:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: -47px;
  margin: auto;
  width: 16px;
  height: 16px;
  z-index: 1;
  border-radius: 50%;
  background-color: #45aee5;
}
.circle_dt.form_wrap dt:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: -47px;
  margin: auto;
  width: 25px;
  height: 2px;
  background-color: #666;
}
.circle_dt.form_wrap dd {
  display: flex;
  align-items: center;
  padding: 8px;
}

#c31.fsc {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 24px;
}
#c31.fsc .box {
  max-width: 220px;
}
#c31.fsc img {
  width: 100%;
}

.btn_a {
  margin: 40px auto;
  display: block;
  padding: 10px 0;
  width: 100%;
  margin: 0 auto;
  border-radius: 0px;
  background-color: #183765;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: relative;
  font-size: clamp(15px, 2vw, 18px);
}
.btn_a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "\f054";
  top: 0;
  right: 0;
  width: 20%;
  display: grid;
  place-items: center;
}

.link_tel_wrap {
  margin: 1%;
}
.link_tel_wrap a {
  color: #1b1b1b;
  font-size: clamp(24px, 2.8vw, 30px);
}
.link_tel_wrap span {
  font-size: 14px;
}
.link_tel_wrap i {
  margin-right: 5px;
  color: #fff;
  background: #457ae5;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.imgbg.imgbg_single {
  width: 100%;
  max-width: 1000px;
}
.imgbg.imgbg_single a {
  max-width: 1000px;
  width: 100%;
  height: 200px;
  backdrop-filter: blur(5px);
  text-shadow: 1px 1px 0px #fff;
}

.policy_last {
  padding-bottom: 60px;
}

.error_text div {
  color: #333;
  margin: 0 auto;
  padding: 20px;
  font-size: clamp(18px, 2vw, 20px);
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : blog.css
 Style : reset & default
 文字コード UTF-8N 改行コード LF
 Build 20210108
================================================================= */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html body {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  overflow-y: scroll;
  line-height: 1.6;
  letter-spacing: 0.05em;
  /*bg_color*/
  /*bg_image*/
  /*bg_repeat*/
}

img {
  border: 0px;
  max-width: 100%;
}

video {
  max-width: 100%;
}

a:focus {
  outline: none;
}

* html .clearfix {
  height: 1%;
}

.clearfix:after {
  clear: both;
  display: block;
  height: 0px;
  line-height: 0px;
  content: ".";
  visibility: hidden;
}

select {
  padding: 4px 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 100%;
  max-width: 100%;
}

#main_image {
  width: 100%;
  height: 300px;
  /*main_height*/
  /*main_image*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

footer {
  width: 100%;
  /*copy_bg_color*/
}

copy {
  padding: 10px 10px;
  /*copy_color*/
}

section aside {
  padding: 0 10px;
  width: 25%;
  min-width: 200px;
  overflow: hidden;
}

section div#contents {
  width: 75%;
  overflow: hidden;
}

aside div#prof a {
  display: block;
  width: 100%;
  height: 30px;
  text-align: right;
  padding-right: 10px;
}

aside div#search {
  position: relative;
}

aside div#search input {
  width: 100%;
}

aside div#search button {
  position: absolute;
  top: 1px;
  right: 5px;
  width: 28px;
  height: 28px;
  border: none;
  background: url(../img/search.png) no-repeat;
  background-size: 22px;
  background-position: center center;
  text-indent: -9999px;
}

aside h3,
aside nav > div {
  font-size: 15px;
  line-height: 50px;
  color: #6b6b6b;
}

aside h3:nth-of-type(2),
aside nav > div:nth-of-type(2) {
  margin-top: 20px;
}

aside nav {
  padding: 20px 0;
}

aside nav > a {
  display: block;
  text-align: right;
  padding-right: 10px;
  margin-top: 10px;
}

aside ul li {
  border-bottom: 1px dashed #ccc;
  text-align: left;
}

aside ul li:first-child {
  border-top: 1px solid #ccc;
}

aside ul li a span:nth-of-type(2) {
  display: block;
}

section div#contents div.pager {
  line-height: 30px;
  padding: 0 10px 50px 10px;
}

section div#contents div.pager a.next {
  float: right;
}

section div#contents div#blog_detail {
  padding: 10px 10px 0 10px;
}

section div#contents div#prof_detail img {
  padding: 0 10px;
  float: right;
}

section div#contents div#prof_detail div#prof_text {
  clear: right;
  padding: 10px;
}

section div#contents article h1 span:nth-of-type(2),
section div#contents article h2 span:nth-of-type(2) {
  display: block;
  font-size: 12px;
}

section div#contents article ul {
  margin-bottom: 10px;
}

section div#contents article ul li {
  float: left;
  list-style: none;
}

section div#contents article ul li a {
  display: block;
  line-height: 30px;
  margin-right: 10px;
}

section div#contents article div.flex {
  display: flex;
  flex-direction: column;
}

section div#contents article div.flex_images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

section div#contents div.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

section div#contents div.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

section div#contents article div.sns {
  display: flex;
  justify-content: center;
}

section div#contents article div.sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  width: 200px;
  border-radius: 3px;
  text-decoration: none;
}

section div#contents article div.sns a span {
  color: #fff;
  font-size: 16px;
}

section div#contents article div.sns a i {
  display: block;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

section div#contents article div.sns a.tw {
  background: #1da1f2;
}

section div#contents article div.sns a.fb {
  background: #2f6db6;
}

section div#contents article div.sns a.tw i {
  background-image: url(../img/TW.png);
}

section div#contents article div.sns a.fb i {
  background-image: url(../img/FB.png);
  background-size: 28px;
  background-position: center 3px;
}

section div#contents article div.sns a.line i {
  background-image: url(../img/LINE.png);
}

section div#contents > dl {
  display: block;
  margin: 0 10px 20px 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

section div#contents > dl dt {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}

section div#contents > dl dt span {
  display: block;
  font-size: 14px;
}

section div#contents > dl ul li {
  float: left;
  list-style: none;
}

section div#contents > dl ul li a {
  display: block;
  line-height: 30px;
  margin-right: 10px;
}

section div#contents > dl dt span:nth-of-type(2) {
  display: block;
  font-size: 12px;
}

/* ================================================================= 
 ver5 calendar
================================================================= */
div#form_calendar {
  width: 100%;
  max-width: 300px;
  margin: 10px auto 10px auto;
}

div#form_calendar div.head {
  position: relative;
  width: 100%;
  height: 30px;
  text-align: center;
}

div#form_calendar div.head span {
  position: absolute;
  display: block;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #6b6b6b;
}

div#form_calendar div.head span:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 20px;
  font-size: 20px;
}

div#form_calendar div.head span:nth-of-type(2) {
  top: 0;
  left: 25px;
}

div#form_calendar div.head span:nth-of-type(3) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
}

div#form_calendar div.head span:nth-of-type(4) {
  top: 0;
  right: 25px;
}

div#form_calendar div.head span:nth-of-type(5) {
  top: 0;
  right: 0;
  width: 20px;
  font-size: 20px;
}

div#form_calendar div.head span:nth-of-type(1):hover,
div#form_calendar div.head span:nth-of-type(5):hover {
  color: #6f94f5;
  cursor: pointer;
}

div#form_calendar table {
  table-layout: fixed;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  width: 100%;
}

div#form_calendar table thead tr th {
  border: none;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  color: #6b6b6b;
}

div#form_calendar table tbody tr {
  height: 30px;
}

div#form_calendar table tbody tr td {
  border: none;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  position: relative;
}

div#form_calendar table tbody tr td:first-of-type {
  border-left: 1px solid #ccc;
  background: #f1f1f1;
}

div#form_calendar table tbody tr td.other {
  background: #f9f9f9;
}

div#form_calendar table tbody tr td label {
  font-size: 12px;
}

div#form_calendar table tbody tr td:last-of-type label {
  color: #6f94f5;
}

div#form_calendar table tbody tr td:first-of-type label,
div#form_calendar table tbody tr td.holiday label {
  color: #f17878;
}

div#form_calendar table tbody tr td.other label {
  font-size: 12px;
  color: #ccc;
}

div#form_calendar table tbody tr td.other:last-of-type label {
  color: #92adf3;
}

div#form_calendar table tbody tr td.other:first-of-type label,
div#form_calendar table tbody tr td.other.holiday label {
  color: #f5acac;
}

div#form_calendar table tbody tr td:hover {
  background: #6dc186 !important;
  cursor: pointer;
}

div#form_calendar table tbody tr td:hover label {
  cursor: pointer;
}

div#form_calendar table tbody tr td.open {
  background: rgba(120, 220, 255, 0.56);
}

div#form_calendar table tbody tr td.close {
  background: rgba(255, 180, 240, 0.56);
}

div#form_calendar table tbody tr td.blog label {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #ffc5c5;
  border-radius: 11px;
}

div#form_calendar dl.open,
div#form_calendar dl.close {
  display: flex;
  font-size: 12px;
}

div#form_calendar dl.open label,
div#form_calendar dl.close label {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 20px;
  font-size: 12px;
}

div#form_calendar dl.open label {
  background: rgba(120, 220, 255, 0.56);
}

div#form_calendar dl.close label {
  background: rgba(204, 204, 204, 0.7);
}

/* ================================================================= 
 ver5 builingual
================================================================= */
div#builingual {
  background: #f1f1f1;
  padding: 5px 0;
}

div#builingual div.progress {
  display: none;
  float: left;
  line-height: 32px;
  color: #2e7200;
  font-weight: bold;
}

div#builingual div.progress img {
  float: left;
  margin-top: 4px;
  padding: 0 10px 0 20px;
}

div#builingual div.language {
  float: right;
  color: #999;
  font-weight: bold;
}

div#builingual div.language select {
  margin: 0 20px 0 10px;
}

div.translate {
  margin: 30px 0 30px 0;
}

section div#contents div#blog_detail + div.translate {
  margin: 10px 10px 30px 10px;
}

section div#contents article > p + div.translate {
  margin: 5px 0 30px 0;
}

/* ================================================================= 
 added: 190216 ver5 form ビルドコンテンツ挿入時に必要
================================================================= */
section div.form_wrap dl {
  display: flex;
}

section div.form_wrap dl dt {
  border: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  background-color: #f5f5f5;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}

section div.form_wrap dl dd {
  border: 1px solid #ccc;
  border-bottom: none;
  background-color: #fff;
  padding: 8px;
  box-sizing: border-box;
}

section div.form_wrap dl dt label,
section div.form_wrap p.annot {
  color: #ff0000;
}

section div.form_wrap dl dd > div {
  display: flex;
}

section div.form_wrap dl dd input[type=text],
section div.form_wrap dl dd input[type=password] {
  width: 300px;
  max-width: 100%;
}

section div.form_wrap dl dd div input[type=text],
section form div.form_wrap dl dd div select {
  margin-bottom: 8px;
}

section div.form_wrap dl dd div:last-of-type input[type=text],
section div.form_wrap dl dd div:last-of-type select {
  margin-bottom: 0;
}

section div.form_wrap dl dd span {
  margin-right: 8px;
  line-height: 32px;
}

section div.form_wrap dl dd input[type=text] + span,
section div.form_wrap dl dd select + span {
  margin-left: 8px;
}

section div.form_wrap dl dd p {
  margin-top: 4px;
}

section div.form_wrap dl dd.addr input,
section div.form_wrap dl dd.ship_addr input {
  width: 100%;
}

section div.form_wrap dl dd.addr select,
section div.form_wrap dl dd.ship_addr select {
  width: 122px !important;
}

section div.form_wrap dl dd.addr div:nth-of-type(1) input,
section div.form_wrap dl dd.ship_addr div:nth-of-type(1) input {
  width: 100px !important;
  text-align: center;
}

section div.form_wrap dl dd.date div,
section div.form_wrap dl dd.birthday div,
section div.form_wrap dl dd.is_entry div {
  float: left;
  margin-right: 8px;
}

section div.form_wrap dl dd.is_entry div {
  display: flex;
  height: 32px;
  align-items: center;
}

section div.form_wrap dl dd.is_entry label {
  width: 80px;
}

section div.form_wrap dl dd.is_entry input[type=text] {
  width: 160px !important;
}

section div.form_wrap dl dd.date input,
section div.form_wrap dl dd.birthday input {
  width: 80px !important;
  text-align: center;
}

section div.form_wrap dl dd.date select,
section div.form_wrap dl dd.birthday select {
  width: 60px !important;
}

section div.form_wrap dl dd.date p,
section div.form_wrap dl dd.birthday p,
section div.form_wrap dl dd.is_entry p {
  padding-top: 4px;
  clear: left;
}

section div.form_wrap dl dd.date div:last-of-type input[type=text],
section div.form_wrap dl dd.birthday div:last-of-type input[type=text],
section div.form_wrap dl dd.date div:last-of-type select,
section div.form_wrap dl dd.birthday div:last-of-type select {
  margin-bottom: 8px;
}

section div.form_wrap dl dd.number input {
  width: 60px !important;
  text-align: right;
}

section div.form_wrap dl dd.radio label,
section div.form_wrap dl dd.checkbox label {
  display: inline-block;
  min-width: 80px;
  margin-right: 8px;
}

section div.form_wrap.confirm dl dd span {
  color: #ff0000;
}

section div.form_wrap.message {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 50px 20px 20px 20px;
  border-radius: 2px;
}

section div.form_wrap.message ul li {
  font-size: 20px;
  margin-bottom: 10px;
}

section div.form_wrap.message p span {
  width: 100%;
  display: block;
  margin-top: 15px;
  font-size: 12px;
}

section div.form_wrap.error {
  background: #ff0000;
  color: #fff;
  margin-bottom: 10px;
}

section div.form_wrap.error p {
  padding: 5px;
}

/* ================================================================= 
 スマホ　CSS
================================================================= */
@media only screen and (max-width: 640px) {
  section div.wrap {
    flex-direction: column-reverse;
  }
  section aside {
    width: 98%;
  }
  section div#contents {
    width: 98%;
  }
  section div#contents article div.sns a {
    background: initial !important;
    width: 40px;
    width: 40px;
  }
  section div#contents article div.sns a span {
    display: none;
  }
  section div#contents article div.sns a i {
    background-size: 40px 40px !important;
    background-position: center center !important;
  }
  /*-----------------------------------------
   added: 190116 table style sp ビルドコンテンツ挿入時に必要
  ------------------------------------------- */
  .tbl_block th {
    text-align: center;
  }
  .tbl_block th, .tbl_block td {
    display: block;
  }
  .tbl_scroll {
    overflow-x: auto;
    white-space: nowrap;
  }
}
.imgL {
  float: left;
  margin-right: 10px;
}

.imgR {
  float: right;
  margin-left: 10px;
}

.imgC {
  margin: 0px auto 0px auto;
  display: block;
}

copy {
  display: inline !important;
  padding: 0 !important;
}

section div#contents div#blog_detail {
  padding: 10px 0;
}

#c10 ol, #c10 li {
  list-style: decimal !important;
  display: list-item;
}

i #c10 li::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
  color: #111;
}

.category {
  align-items: start;
  justify-content: space-between;
}

section.blog aside nav > div {
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

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

aside ul.category li a {
  padding: 20px 10px;
  background-color: #FFF;
  box-shadow: 0 1px 4px #ccc;
  border-radius: 4px;
  display: block;
  color: #333;
  transition: 1s;
}

aside ul.pages li {
  border-bottom: 1px solid #ccc;
}

aside ul.pages li a {
  padding: 10px 0px;
  background-color: #FFF;
  border-radius: 4px;
  display: block;
  color: #333;
  transition: 1s;
}

section.blog #contents .border_blog ul, section.blog #contents .border_blog article {
  word-break: break-all;
}
section.blog #contents .border_blog ul li a, section.blog #contents .border_blog article li a {
  padding: 0;
  color: #111;
  background-color: unset;
  margin: 0;
  font: 400 16px "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
section.blog #contents .border_blog ul li:first-child a, section.blog #contents .border_blog article li:first-child a {
  padding: 0.4em 0;
  color: #111;
  background-color: unset;
  margin: 0;
  font: 700 24px "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
section.blog #contents .title_bg {
  word-break: break-all;
  margin-bottom: 30px;
  padding-top: 120px;
  margin-top: -120px;
}
section.blog #contents .title_bg h1, section.blog #contents .title_bg h2, section.blog #contents .title_bg h3 {
  background-color: #6dc186;
  font: 700 24px "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
}

.border_blog {
  border: 1px solid #6dc186;
  margin: 30px auto;
  padding: 20px;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .border_blog {
    width: 60%;
  }
}
.border_blog h3, .border_blog li:first-child {
  font: 700 24px "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.border_blog ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}

aside div#search button {
  position: absolute;
  top: 0;
  bottom: 0px;
  margin: auto;
  right: 5px;
  border: none;
  background: url(../img/search.png) no-repeat;
  background-size: 22px;
  background-position: center center;
  text-indent: -9999px;
}

section.blog div.wrap aside #calendar #form_calendar table tbody tr td.open {
  background-color: #defbe7;
}

div#form_calendar table tbody tr td.open {
  background: rgba(120, 220, 255, 0.56);
}

div#form_calendar table tbody tr td {
  border: none;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  position: relative;
}

section.blog div.wrap aside #calendar #form_calendar table tbody tr td.close {
  background-color: rgba(204, 204, 204, 0.7);
}

div#form_calendar table tbody tr td.close {
  background: rgba(255, 180, 240, 0.56);
}

section.blog div.wrap aside #calendar #form_calendar dl.open {
  align-items: center;
  margin-bottom: 16px;
}

div#form_calendar dl.open, div#form_calendar dl.close {
  display: flex;
  font-size: 12px;
}

section.blog div.wrap aside #calendar #form_calendar dl.open dt {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.blog div.wrap aside #calendar #form_calendar dl.open label {
  background-color: #defbe7;
}

div#form_calendar dl.open label {
  background: rgba(120, 220, 255, 0.56);
}

div#form_calendar dl.close label {
  background: rgba(204, 204, 204, 0.7);
}

div#form_calendar dl.open label, div#form_calendar dl.close label {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 20px;
  font-size: 12px;
}