@charset "UTF-8";
/*
Author: c.nz
Version: 1.0.6
*/
/* ---------------------------------------------------
　　common
------------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

html {
  font-size: 62.5%;
  font-size: 0.5208333333vw;
}
@media screen and (max-width: 1366px) {
  html { /*font-size: calc(100vw * (9 / 1366));*/ }
}
@media screen and (max-width: 1280px) {
  html { /*font-size: calc(100vw * (8 / 1280));*/ }
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  html {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  font-size: 1.6rem;
}

.acms-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.acms-container #adminBox {
  margin-bottom: 0;
}

.slick-dots li.slick-active button {
  background: none;
}

.js-edit_inplace-hovering {
  left: 50% !important;
  transform: translateX(-50%);
}

.js-fadein {
  opacity: 0;
  transform: translateY(4rem);
  transition: 0.6s;
}

.js-fadein.active {
  opacity: 1;
  transform: translateY(0);
}

#container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.container {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
.container::after {
  content: "";
  clear: both;
  display: block;
}

#trend_notification {
  display: none;
}

a {
  transition: all ease 0.3s;
  box-sizing: border-box;
}
a:link, a:visited {
  color: #222;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

.entry-column a:visited {
  color: #222;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}
img.max {
  width: 100%;
}

p {
  line-height: 1.8;
  margin: 0;
}

.flexbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: space-between;
}

.flexbox.mid {
  align-items: center;
}

.flexbox.center {
  justify-content: center;
}

.flexbox.reverse {
  flex-direction: row-reverse;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

.rel {
  position: relative;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w1200 {
  max-width: 120rem;
}

.txt-lll {
  font-size: 1.375em;
}

.txt-ll {
  font-size: 1.25em;
}

.txt-l {
  font-size: 1.125em;
}

.txt-s {
  font-size: 0.875em;
}

.txt-ss {
  font-size: 0.75em;
}

.txt-sss {
  font-size: 0.625em;
}

.tcol-red {
  color: red;
}

.tcol-orange {
  color: orangered;
}

.tcol-yellow {
  color: orange;
}

.tcol-green {
  color: darkgreen;
}

.tcol-blue {
  color: blue;
}

.tcol-purple {
  color: purple;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.pc-block {
  display: block;
}

.sp-block {
  display: none;
}

.pc-inline {
  display: inline;
}

.sp-inline {
  display: none;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  /*背景固定する場合	html.is-fixed,
  	html.is-fixed body {height: 100%;overflow: hidden;}*/
  a:hover img {
    opacity: 1;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .container {
    max-width: 100%;
  }
  p {
    line-height: 1.4;
  }
  .w1200 {
    width: auto;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
  .pc-block {
    display: none !important;
  }
  .sp-block {
    display: block;
  }
  .pc-inline {
    display: none !important;
  }
  .sp-inline {
    display: inline;
  }
  .pc-hidden {
    display: block;
  }
}
/* ---------------------------------------------------
　　pagetit
------------------------------------------------------ */
.pagetit {
  width: 100%;
  padding: 17.8rem 1rem 13.8rem;
  position: relative;
  background: linear-gradient(-346deg, #EFF9FD 0%, #C5E2F2 100%);
}
.pagetit .page-title {
  width: 120rem;
  max-width: 100%;
  margin: auto;
  text-align: left;
  text-transform: uppercase;
  font-family: "Kanit", sans-serif;
  font-size: 11rem;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  text-shadow: 0 0 2rem rgba(0, 131, 214, 0.1490196078);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-feature-settings: "palt";
}
.pagetit .page-title.sdgs, .pagetit .page-title.nf404 {
  text-transform: none;
}
.pagetit .page-title::after {
  content: "";
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 17.8rem;
  height: 10.5rem;
}
.pagetit .page-title .tit-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #222;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  white-space: normal;
}
.pagetit .page-title .tit-ja::before {
  flex-shrink: 0;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: linear-gradient(270deg, rgba(0, 131, 214, 0) 0%, rgb(0, 131, 214) 100%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  display: block;
  margin-right: 1rem;
  transform: translateY(1.1rem);
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .pagetit {
    min-height: 20rem;
    padding: 7.1rem 2rem 5.1rem 6rem;
  }
  .pagetit .page-title {
    width: 100%;
    font-size: 5rem;
  }
  .pagetit .page-title::after {
    width: 5.7rem;
    height: 3.3rem;
  }
  .pagetit .page-title .tit-ja {
    font-size: 1.6rem;
  }
  .pagetit .page-title .tit-ja::before {
    width: 1rem;
    height: 1rem;
    margin-right: 0.7rem;
    transform: translateY(0.5rem);
  }
}
/* ---------------------------------------------------
　　topicpath
------------------------------------------------------ */
.topicpath {
  background: none;
  width: 100%;
  text-align: center;
  padding: 4.6rem 1rem 6rem;
  margin-bottom: 0;
}
.topicpath .acms-container {
  max-width: 120rem;
}
.topicpath .topicpath-list {
  width: 100%;
  padding: 0;
  text-align: left;
}
.topicpath .topicpath-list .topicpath-item {
  float: none;
  display: inline-block;
  background: none;
  padding: 0;
}
.topicpath .topicpath-list .topicpath-item a {
  line-height: 1.2;
  font-size: 1.5rem;
  display: inline;
  color: #222;
  font-weight: 400;
}
.topicpath .topicpath-list .topicpath-item::before {
  display: inline-block;
  content: "/";
  padding: 0 0.5rem;
}
.topicpath .topicpath-list .topicpath-item:first-child {
  padding: 0;
}
.topicpath .topicpath-list .topicpath-item:first-child::before {
  display: inline-block;
  content: "";
  padding: 0;
}
.topicpath .topicpath-list .topicpath-item .topicpath-link {
  font-size: 1.5rem;
  font-weight: 400;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .topicpath .topicpath-list .topicpath-item a {
    font-size: 1.4rem;
  }
  .topicpath .topicpath-list .topicpath-item .topicpath-link {
    font-size: 1.4rem;
  }
}
/* ---------------------------------------------------
　　header
------------------------------------------------------ */
#header, .follow-content {
  width: 100%;
  position: absolute;
  background: transparent;
  transition: all ease 0.6s;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#header .logo, .follow-content .logo {
  padding: 2.8rem 0 0 4rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#header .logo img, .follow-content .logo img {
  display: block;
  margin-right: 1.8rem;
  width: 25.7rem;
}
#header .logo .txt, .follow-content .logo .txt {
  font-weight: 400;
  color: #222;
  font-size: 1.2rem;
}
#header .menu-box, .follow-content .menu-box {
  margin-right: 4rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
#header .menu-box .menu-wrap, .follow-content .menu-box .menu-wrap {
  margin-top: 3.7rem;
  display: flex;
}
#header .menu-box .menu-wrap .gnavi, .follow-content .menu-box .menu-wrap .gnavi {
  margin-top: 1.8rem;
}
#header .menu-box .menu-wrap .gnavi ul, .follow-content .menu-box .menu-wrap .gnavi ul {
  display: flex;
  column-gap: 4rem;
}
#header .menu-box .menu-wrap .gnavi ul li a, .follow-content .menu-box .menu-wrap .gnavi ul li a {
  color: #222;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.11;
}
#header .menu-box .menu-wrap .tel, .follow-content .menu-box .menu-wrap .tel {
  margin-left: 7rem;
  text-align: right;
  /*font-feature-settings: "palt";*/
}
#header .menu-box .menu-wrap .tel .number, .follow-content .menu-box .menu-wrap .tel .number {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: #222;
  line-height: 1;
}
#header .menu-box .menu-wrap .tel .number .sp-tel, .follow-content .menu-box .menu-wrap .tel .number .sp-tel {
  color: #222;
  line-height: 1;
}
#header .menu-box .menu-wrap .tel .bh, .follow-content .menu-box .menu-wrap .tel .bh {
  color: #222;
  font-size: 1.3rem;
  font-weight: 400;
}
#header .menu-box .menu-wrap .contact, .follow-content .menu-box .menu-wrap .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4rem;
  background: linear-gradient(90deg, rgb(114, 33, 255) 0%, rgb(33, 212, 253) 100%);
  font-size: 1.7rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.23;
  border-radius: 3.8rem;
  padding: 1.6rem 3.9rem 1.9rem;
}
#header .menu-box .menu-wrap .contact::before, .follow-content .menu-box .menu-wrap .contact::before {
  content: "";
  background: url("../images/common/icon-mail.png") no-repeat center/contain;
  width: 2.5rem;
  height: 1.7rem;
  margin-right: 1.1rem;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  #header {
    z-index: 5;
  }
  #header .logo {
    padding: 1rem 0 0 1.1rem;
  }
  #header .logo img {
    margin-right: auto;
    width: 14.8rem;
  }
  #header .menu-box {
    transition: all ease 0.3s;
    position: fixed;
    height: 100dvh;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    margin-right: 0;
    background: #eee;
    display: block;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    padding-bottom: 10rem;
  }
  #header .menu-box.open {
    opacity: 1;
    pointer-events: auto;
  }
  #header .menu-box.open .menu-wrap .tel .number .sp-tel a[href^="tel:"] {
    pointer-events: auto;
  }
  #header .menu-box .menu-wrap {
    margin-top: 9.5rem;
    display: block;
  }
  #header .menu-box .menu-wrap .gnavi ul {
    text-align: center;
    display: block;
    margin-bottom: 10rem;
  }
  #header .menu-box .menu-wrap .gnavi ul li {
    margin-bottom: 3rem;
  }
  #header .menu-box .menu-wrap .gnavi ul li:last-of-type {
    margin-bottom: 0;
  }
  #header .menu-box .menu-wrap .gnavi ul li a {
    color: #222;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1.11;
  }
  #header .menu-box .menu-wrap .tel {
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    width: fit-content;
    max-width: 100%;
  }
  #header .menu-box .menu-wrap .tel .number .sp-tel a[href^="tel:"] {
    pointer-events: none;
  }
  #header .menu-box .menu-wrap .contact {
    margin-left: auto;
    margin-right: auto;
    max-width: 25rem;
  }
  #header .sp-hamburger {
    top: 0;
    right: 0;
    position: fixed;
    z-index: 2;
    width: 6rem;
    height: 6rem;
    background: #fff;
    transition: all ease 0.3s;
  }
  #header .sp-hamburger span {
    transition: all ease 0.3s;
    top: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    display: block;
    width: 2.8rem;
    height: 0.2rem;
    background: linear-gradient(90deg, rgb(114, 33, 255) 0%, rgb(33, 212, 253) 100%);
  }
  #header .sp-hamburger span:nth-of-type(2) {
    top: 2.2rem;
  }
  #header .sp-hamburger span:nth-of-type(3) {
    top: 3.2rem;
  }
  #header .sp-hamburger .txt {
    color: #3726C2;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    position: absolute;
    top: 3.8rem;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
  }
  #header .sp-hamburger.open span {
    top: 2.2rem;
    transform: translateX(-50%) rotate(45deg);
  }
  #header .sp-hamburger.open span:nth-of-type(2) {
    top: 2.2rem;
    transform: translateX(-50%) rotate(-45deg);
  }
  #header .sp-hamburger.open span:nth-of-type(3) {
    opacity: 0;
    transform: translateX(-50%);
  }
}
/* ---------------------------------------------------
	follow-content調整
------------------------------------------------------ */
.follow-content {
  position: fixed;
  top: -500px;
  background: #FFF;
  z-index: 999;
  padding-bottom: 1.3rem;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.0470588235);
}
.follow-content.is-follow {
  position: fixed;
  top: 0;
}
.follow-content .logo {
  margin: 1.4rem 0 0 4rem;
  padding: 0;
}
.follow-content .logo img {
  width: 19.2rem;
}
.follow-content .menu-box {
  margin-right: 2.4rem;
}
.follow-content .menu-box .menu-wrap {
  margin-top: 0;
}
.follow-content .menu-box .menu-wrap .gnavi {
  margin-top: 2.7rem;
}
.follow-content .menu-box .menu-wrap .tel {
  margin-top: 1.4rem;
}
.follow-content .menu-box .menu-wrap .tel .number {
  font-size: 2.7rem;
}
.follow-content .menu-box .menu-wrap .tel .bh {
  font-size: 1.2rem;
}
.follow-content .menu-box .menu-wrap .contact {
  margin-top: 1.3rem;
  margin-left: 2.9rem;
  padding: 1.4rem 3.3rem 1.7rem 3.5rem;
  font-size: 1.6rem;
}
.follow-content .menu-box .menu-wrap .contact::before {
  width: 2.4rem;
  height: 1.6rem;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .follow-content {
    display: none;
  }
}
/* ---------------------------------------------------
　　footer
------------------------------------------------------ */
.f-contact {
  background: url("../images/footer/f-bg.png") no-repeat center/cover;
  padding: 7rem 1rem 10.2rem;
}
.f-contact .tit {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 5rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3.6rem;
}
.f-contact .tit .ja {
  text-transform: unset;
  display: block;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-weight: 700;
}
.f-contact .box {
  border-radius: 1rem;
  width: 100rem;
  max-width: 100%;
  margin: auto;
  background: #fff;
  padding: 5rem 0;
  display: flex;
  text-align: center;
}
.f-contact .box .left {
  width: 50%;
}
.f-contact .box .left .txt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #222;
  margin-bottom: 1.5rem;
}
.f-contact .box .left .number {
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  color: #222222;
  line-height: 1;
}
.f-contact .box .left .number .sp-tel {
  line-height: 1;
  color: #222222;
}
.f-contact .box .left .bh {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  color: #222;
}
.f-contact .box .right {
  width: 50%;
  border-left: 0.1rem solid #0083D6;
  padding-bottom: 1rem;
}
.f-contact .box .right .txt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
  color: #222;
}
.f-contact .box .right .contact {
  margin-top: 3.7rem;
  margin-left: auto;
  margin-right: auto;
  width: 36rem;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgb(114, 33, 255) 0%, rgb(33, 212, 253) 100%);
  font-size: 1.7rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.23;
  border-radius: 3.8rem;
  padding: 1.6rem 3.9rem 1.9rem;
}
.f-contact .box .right .contact::before {
  content: "";
  background: url("../images/common/icon-mail.png") no-repeat center/contain;
  width: 2.5rem;
  height: 1.7rem;
  margin-right: 1.1rem;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .f-contact {
    margin-top: 7.6rem;
    background: url("../images/footer/f-bgsp.png") no-repeat center/cover;
    padding: 6rem 2rem 4rem;
  }
  .f-contact .tit {
    font-size: 2.4rem;
  }
  .f-contact .tit .ja {
    font-size: 1.2rem;
  }
  .f-contact .box {
    width: 100%;
    padding: 3.5rem 3.1rem 3.2rem;
    display: block;
  }
  .f-contact .box .left {
    width: 100%;
    margin-bottom: 2.3rem;
  }
  .f-contact .box .left .txt {
    font-size: 1.5rem;
    margin-bottom: 0.9rem;
  }
  .f-contact .box .left .number {
    font-size: 3.2rem;
  }
  .f-contact .box .left .number .sp-tel {
    line-height: 1;
    color: #222222;
  }
  .f-contact .box .left .bh {
    font-size: 1.4rem;
  }
  .f-contact .box .right {
    width: 100%;
    padding-top: 2.9rem;
    border-top: 0.1rem solid #0083D6;
    border-left: none;
    padding-bottom: 0;
  }
  .f-contact .box .right .txt {
    font-size: 1.5rem;
    margin-bottom: 0.9rem;
  }
  .f-contact .box .right .contact {
    margin-top: 1.2rem;
    width: 100%;
    font-size: 1.6rem;
  }
  .f-contact .box .right .contact::before {
    width: 2.4rem;
    height: 1.6rem;
    margin-right: 1rem;
  }
}
#footer {
  background: #F6F7F8;
  padding: 9.2rem 0 4.7rem;
}
#footer .f-wrap {
  width: 120rem;
  max-width: 100%;
  margin: auto;
  display: flex;
}
#footer .f-wrap .logo {
  width: 23.9rem;
  margin-right: 7.9rem;
}
#footer .f-wrap .logo img {
  width: 100%;
}
#footer .f-wrap .info {
  display: flex;
  gap: 4rem;
}
#footer .f-wrap .info .item {
  max-width: 100%;
}
#footer .f-wrap .info .item:first-of-type {
  width: 28.1rem;
}
#footer .f-wrap .info .item:last-of-type {
  width: 25.1rem;
}
#footer .f-wrap .info .item .name {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  font-weight: 700;
  line-height: 1.11;
  color: #222;
}
#footer .f-wrap .info .item .zip {
  color: rgba(34, 34, 34, 0.8);
  font-size: 1.5rem;
  line-height: 1.92;
}
#footer .f-wrap .info .item .address {
  color: rgba(34, 34, 34, 0.8);
  font-size: 1.5rem;
  line-height: 1.92;
}
#footer .f-wrap .info .item .tel {
  color: rgba(34, 34, 34, 0.8);
  font-size: 1.5rem;
  line-height: 1.92;
}
#footer .f-wrap .info .item .tel .sp-tel {
  color: rgba(34, 34, 34, 0.8);
  font-size: 1.5rem;
  line-height: 1.92;
}
#footer .f-wrap .ac {
  border-left: 0.1rem solid #707070;
  padding-left: 3.1rem;
  margin-left: 4.1rem;
}
#footer .f-wrap .ac .tit {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  font-weight: 700;
  line-height: 1.11;
  color: #222;
  margin-left: 0.9rem;
}
#footer .f-wrap .ac .item {
  margin-left: 0.9rem;
  color: rgba(34, 34, 34, 0.8);
  font-size: 1.5rem;
  line-height: 1.92;
}
#footer .f-wrap .ac .policy {
  display: block;
  border-radius: 1.9rem;
  font-size: 1.5rem;
  color: #000;
  padding: 0.6rem 2.9rem 0.8rem 1.8rem;
  background: #fff;
  position: relative;
  margin-top: 5rem;
}
#footer .f-wrap .ac .policy::after {
  content: "";
  width: 0.7rem;
  height: 1.1rem;
  background: url("../images/common/icon-arrow-r2.png") no-repeat center/contain;
  position: absolute;
  right: 1.52rem;
  top: 50%;
  transform: translateY(-50%);
}
#footer .copyright {
  text-align: center;
  line-height: 2;
  font-size: 1.4rem;
  color: rgba(34, 34, 34, 0.4980392157);
  margin-top: 12.8rem;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  #footer {
    background: #F6F7F8;
    padding: 7rem 0 7.03rem;
  }
  #footer .f-wrap {
    width: 100%;
    max-width: 100%;
    margin: auto;
    display: block;
  }
  #footer .f-wrap .logo {
    width: 20.2rem;
    margin-bottom: 4rem;
    margin-right: auto;
    margin-left: auto;
  }
  #footer .f-wrap .info {
    display: block;
    width: calc(100% - 6rem);
    margin: 0 auto 3rem;
  }
  #footer .f-wrap .info .item {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  #footer .f-wrap .info .item:first-of-type {
    width: 100%;
  }
  #footer .f-wrap .info .item:last-of-type {
    width: 100%;
  }
  #footer .f-wrap .info .item .name {
    font-size: 1.6rem;
  }
  #footer .f-wrap .info .item .zip {
    font-size: 1.3rem;
    display: inline;
  }
  #footer .f-wrap .info .item .address {
    font-size: 1.3rem;
    display: inline;
  }
  #footer .f-wrap .info .item .tel {
    font-size: 1.3rem;
  }
  #footer .f-wrap .info .item .tel .sp-tel {
    font-size: 1.3rem;
  }
  #footer .f-wrap .ac {
    border-top: 0.1rem solid #707070;
    border-left: none;
    padding-left: 0;
    padding-top: 3rem;
    width: calc(100% - 6rem);
    margin: auto;
  }
  #footer .f-wrap .ac .tit {
    font-size: 1.6rem;
    margin-left: 0;
  }
  #footer .f-wrap .ac .item {
    font-size: 1.3rem;
    margin-left: 0;
  }
  #footer .f-wrap .ac .policy {
    width: fit-content;
    font-size: 1.4rem;
    margin-top: 2.3rem;
    padding-right: 5.66rem;
    padding-left: 3.4rem;
    border: 0.1rem solid #EBECEF;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .f-wrap .ac .policy::after {
    content: "";
    width: 0.36rem;
    height: 0.6rem;
    right: 3.3rem;
  }
  #footer .copyright {
    text-align: center;
    line-height: 2;
    font-size: 1.4rem;
    color: rgba(34, 34, 34, 0.4980392157);
    margin-top: 7rem;
  }
}
/* pagetop */
.pagetop {
  display: block;
  position: fixed;
  right: 1rem;
  bottom: -100%;
  z-index: 1000;
  transition: all 0.6s;
}
.pagetop.active {
  display: block;
  bottom: 1rem;
}
.pagetop a {
  display: block;
  width: 6rem;
  height: 6rem;
}
.pagetop a:hover {
  transform: translateY(-3px);
}
.pagetop a:hover img {
  opacity: 1;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .pagetop {
    width: 100%;
  }
  .pagetop.active {
    display: block;
    bottom: 0;
    left: 0;
    right: auto;
  }
  .pagetop .sp-ft {
    width: 100%;
    display: flex;
  }
  .pagetop .sp-ft a:hover {
    transform: none;
  }
  .pagetop .sp-ft .item {
    width: calc((100% - 6rem) / 2);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0083D6;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .pagetop .sp-ft .item.tel {
    border-right: 0.1rem solid #fff;
  }
  .pagetop .sp-ft .item.tel::before {
    content: "";
    width: 1.3rem;
    height: 1.8rem;
    background: url("../images/footer/icon-tel.png") no-repeat center/contain;
    display: block;
    margin-right: 0.5rem;
  }
  .pagetop .sp-ft .item.contact {
    border-left: 0.1rem solid #fff;
  }
  .pagetop .sp-ft .item.contact::before {
    content: "";
    width: 1.8rem;
    height: 1.2rem;
    background: url("../images/footer/icon-mail.png") no-repeat center/contain;
    display: block;
    margin-right: 0.5rem;
  }
  .pagetop .sp-ft .pt {
    display: block;
    width: 6rem;
    height: 6rem;
  }
  .pagetop .sp-ft .pt img {
    width: 100%;
  }
  .pagetop .sp-ft .pt:hover {
    transform: translateY(0);
  }
  .pagetop .sp-ft .pt:hover img {
    opacity: 1;
  }
}
/* ------------------------------
　　スライダー
------------------------------ */
.slick-slider {
  padding: 0 0 1.2rem 0;
}
.slick-slider img {
  margin: 0 auto;
}

.fix-height {
  height: 30rem; /* はじめのちらつき防止 */
  overflow: hidden; /* はじめのちらつき防止 */
}

.slick-slide:hover {
  cursor: pointer;
}

.slick-list:focus:focus {
  position: relative;
}
.slick-list:focus:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: 0.2rem dotted #c41134;
  content: "";
}

.js-slider .slick-list:focus {
  position: relative;
}
.js-slider .slick-list:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 0.2rem dotted #c41134;
  content: "";
}

.main-slider-image {
  height: 30rem;
  background: no-repeat center #333;
  background-size: cover;
}
.main-slider-image a:hover {
  text-decoration: none;
}

.main-slider-text-outer {
  height: 100%;
}

.main-slider-text-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.main-slider-text-inner {
  display: table-cell;
  padding: 0 2rem;
  text-align: center;
  vertical-align: middle;
}

.main-slider-main-copy {
  margin: 0;
  color: #FFF;
  font-weight: bold;
  font-size: 2.4rem;
}

.main-slider-side-copy {
  margin: 0;
  color: #FFF;
  font-size: 1.6rem;
}

/* ちらつき防止 */
.slick-track,
.slick-list {
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
}

/* 矢印ナビゲーション */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 1.9rem;
  height: 6rem;
  margin-top: -2.9rem;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.slick-prev:focus,
.slick-next:focus {
  border: 0.1rem dotted #FFF;
}

.slick-prev {
  left: 1rem;
  background: url("../../images/marker/icon_white_arrow_left.png") no-repeat;
}

.slick-next {
  right: 1rem;
  background: url("../../images/marker/icon_white_arrow_right.png") no-repeat;
}

/* ドットのナビゲーション */
.slick-dots {
  position: relative;
  clear: both;
  margin: -3.5rem 0 0 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.8rem;
  font-size: 0;
  background: #FFF;
  border: 0.1rem solid transparent;
  border-radius: 0.7rem;
  content: "";
}

.slick-dots li button:focus {
  border: 0.1rem solid #c41134;
  outline: 0;
}

.slick-dots li:hover button {
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #c41134;
}

.slick-dots button {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

#autoplay-btn {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  width: 5rem;
  height: 5rem;
  color: #FFF;
  background: rgba(0, 0, 0, 0.7);
  border: 0;
  border-radius: 50%;
  outline: 0;
}
#autoplay-btn:hover {
  background: rgba(0, 0, 0, 0.9);
}
#autoplay-btn:active:before, #autoplay-btn:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0.1rem dotted #FFF;
  content: "";
}
#autoplay-btn:after {
  position: absolute;
  top: 1.5rem;
  left: 1.7rem;
  display: block;
  box-sizing: border-box;
  width: 1.6rem;
  height: 2rem;
  margin-left: 0;
  border-top: none;
  border-right: 0.5rem solid #FFF;
  border-bottom: none;
  border-left: 0.5rem solid #FFF;
  content: "";
}
#autoplay-btn.active:after {
  left: 1.5rem;
  width: 0;
  height: 0;
  margin-left: 0.5rem;
  border-color: transparent transparent transparent #FFF;
  border-style: solid;
  border-width: 1rem 0 1rem 1.5rem;
}

@media screen and (min-width: 768px) {
  .slick-prev {
    left: 5rem;
  }
  .slick-next {
    right: 5rem;
  }
  .fix-height {
    height: 40rem; /* はじめのちらつき防止 */
  }
  .main-slider-image {
    height: 40rem;
  }
  .main-slider-main-copy {
    font-size: 4rem;
  }
  .main-slider-side-copy {
    font-size: 2.4rem;
  }
}
/* ---------------------------------------------------
	btn_menu
------------------------------------------------------ */
.btn_menu {
  display: none;
  position: fixed;
  right: 1.5rem;
  top: 1rem;
  width: 10rem;
  height: 10rem;
  padding: 2rem 2rem 1.5rem;
  cursor: pointer;
  text-align: center;
  z-index: 9999;
  background: #000;
}
.btn_menu .menu-trigger {
  display: inline-block;
  position: relative;
  width: 4rem;
  height: 3.2rem;
  box-sizing: border-box;
  transition: all 0.4s;
}
.btn_menu .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background-color: #FFF;
}
.btn_menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.btn_menu .menu-trigger span:nth-of-type(1) {
  top: 0.4rem;
}
.btn_menu .menu-trigger span:nth-of-type(2) {
  top: 1.4rem;
}
.btn_menu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.btn_menu .menu-trigger.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn_menu .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(1rem) rotate(-35deg);
  transform: translateY(1rem) rotate(-35deg);
}
.btn_menu .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(35deg);
  transform: translateY(0) rotate(35deg);
}
.btn_menu .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
.btn_menu .txt {
  color: #FFF;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
  margin-top: 0.4rem;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .btn_menu {
    display: block;
    width: 6rem;
    height: 6rem;
    padding: 1rem 1rem 1rem;
  }
  .btn_menu .menu-trigger {
    width: 4rem;
    height: 2.6rem;
  }
  .btn_menu .menu-trigger span {
    height: 0.2rem;
  }
  .btn_menu .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .btn_menu .menu-trigger span:nth-of-type(1) {
    top: 0.2rem;
  }
  .btn_menu .menu-trigger span:nth-of-type(2) {
    top: 1.2rem;
  }
  .btn_menu .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
}
/* ---------------------------------------------------
	pager
------------------------------------------------------ */
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem 0;
  font-family: "Poppins", sans-serif;
}
.pager li {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  font-size: 2rem;
  background: #EFEFEF;
  color: #222;
  overflow: hidden;
}
.pager li > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pager li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #222;
  text-decoration: none;
}
.pager li.prev, .pager li.next {
  border: none;
  background: none;
}
.pager li.prev .pager-link, .pager li.prev .pager-link:hover, .pager li.next .pager-link, .pager li.next .pager-link:hover {
  background: none;
  color: #222;
}
.pager li.cur {
  background: #0083D6;
  color: #FFF;
  border-radius: 50%;
}
.pager li .pager-link {
  background: #EFEFEF;
  padding: 1rem;
  font-weight: 500;
}
.pager li .pager-link:active, .pager li .pager-link:focus, .pager li .pager-link:visited {
  color: #222;
}
.pager li .pager-link:hover {
  background: #0083D6;
  color: #FFF;
  opacity: 1;
}

.serial-nav {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serial-nav .serial-nav-prev {
  text-align: left;
}
.serial-nav .serial-nav-next {
  text-align: right;
}
.serial-nav a {
  display: block;
  padding: 1.5rem 3rem;
  color: #000;
  font-weight: bold;
}
.serial-nav a:active, .serial-nav a:focus, .serial-nav a:hover, .serial-nav a:visited {
  color: #000;
}
.serial-nav a:hover {
  text-decoration: none;
}
.serial-nav .serial-nav-item a {
  color: #222;
  border-radius: 2.5rem;
  background: #EFEFEF;
  min-width: 25.5rem;
  max-width: 100%;
  text-align: center;
  color: #222;
  font-size: 2rem;
}
.serial-nav .serial-nav-item a img {
  width: 0.6rem;
  height: 1.2rem;
  transform: translateY(-0.4rem);
}
.serial-nav .serial-nav-item.serial-nav-prev a img {
  margin-right: 1rem;
}
.serial-nav .serial-nav-item.serial-nav-next a img {
  margin-left: 1rem;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .pager {
    margin: 2rem 0;
  }
  .pager li {
    margin-bottom: 1rem;
    width: 4rem;
    height: 4rem;
  }
  .serial-nav {
    padding: 0 1rem;
  }
  .serial-nav .serial-nav-item {
    width: 48%;
  }
  .serial-nav .serial-nav-item a {
    font-size: 1.6rem;
    padding: 1rem 2rem;
    width: 100%;
    min-width: auto;
  }
  .serial-nav .serial-nav-item a img {
    transform: translateY(-0.3rem);
  }
}
/* ---------------------------------------------------
	子ブログindex
------------------------------------------------------ */
.koblog {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 5rem 0;
}
.koblog .koblog-card-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.koblog .koblog-card-wrap .koblog-card {
  width: 22.5%;
  margin-right: 3.33%;
  margin-bottom: 4rem;
}
.koblog .koblog-card-wrap .koblog-card:nth-child(4n) {
  margin-right: 0;
}
.koblog .koblog-card-wrap .koblog-card .image {
  max-width: 27rem;
  height: 18rem;
  overflow: hidden;
  position: relative;
}
.koblog .koblog-card-wrap .koblog-card .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner .date {
  flex: none;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  line-height: 1;
  margin-right: 1rem;
}
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner .category {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 10rem;
  height: 2.4rem;
  padding: 0 1rem;
  font-size: 1.4rem;
  color: #fff;
  background: #0083d6;
}
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner .text {
  margin-top: 1rem;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .koblog {
    padding: 0 1.5rem 6rem;
  }
  .koblog .koblog-card-wrap {
    justify-content: center;
    margin-top: 3rem;
  }
  .koblog .koblog-card-wrap .koblog-card {
    width: 100%;
    margin-bottom: 2.5rem;
    margin-right: 0;
  }
  .koblog .koblog-card-wrap .koblog-card:last-child {
    margin-right: 0;
  }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner {
    margin-top: 1.5rem;
  }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .image {
    max-width: 100%;
    max-height: 18rem;
  }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .image img {
    width: 100%;
  }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .date {
    font-size: 1.8rem;
  }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .category {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 84.4rem) and (orientation: landscape) {
  .koblog .koblog-card {
    width: 49%;
    margin-right: 2%;
  }
  .koblog .koblog-card:nth-child(2n) {
    margin-right: 0;
  }
}
/* ---------------------------------------------------
	子ブログindex - news用
------------------------------------------------------ */
.koblog-news {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 5rem 0;
}
.koblog-news .koblog-card-wrap {
  display: block;
  margin-top: 3rem;
}
.koblog-news .koblog-card-wrap .koblog-card {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.koblog-news .koblog-card-wrap .koblog-card .image {
  width: 10rem;
  height: 10rem;
  overflow: hidden;
  position: relative;
  margin-right: 2rem;
}
.koblog-news .koblog-card-wrap .koblog-card .image img {
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;*/
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner {
  display: block;
  width: calc(100% - 12rem);
}
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .meta {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .category {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.4rem;
  min-width: 10rem;
  padding: 0 1rem;
  font-size: 1.4rem;
  color: #fff;
  background: #0083d6;
  margin-right: 2rem;
}
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .date {
  flex: none;
  margin-right: 1rem;
  font-size: 2rem;
  line-height: 1;
}
.koblog-news .koblog-card-wrap .koblog-card .text {
  margin-top: 1rem;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .koblog-news {
    max-width: 100%;
    padding: 0 1rem;
  }
  .koblog-news .koblog-card-wrap {
    margin-top: 1rem;
  }
  .koblog-news .koblog-card-wrap .koblog-card .image {
    margin-right: 1rem;
  }
  .koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner {
    width: calc(100% - 11rem);
  }
  .koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .category {
    font-size: 1.4rem;
  }
  .koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .date {
    font-size: 2rem;
  }
  .koblog-news .koblog-card-wrap .koblog-card .text {
    margin-top: 1rem;
  }
}
/* ---------------------------------------------------
	子ブログ詳細
------------------------------------------------------ */
/* タイトル */
.entry > header h2 {
  padding-bottom: 1rem;
  margin-bottom: 4rem;
}
.entry > header .entry-info {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 4rem;
}
.entry > header .entry-info .date {
  flex: none;
  margin-right: 1rem;
  font-size: 2rem;
  line-height: 1;
}
.entry > header .entry-info .category {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.4rem;
  min-width: 10rem;
  padding: 0 1rem;
  font-size: 1.4rem;
  color: #fff;
  background: #0083d6;
}
.entry > .entry-footer {
  max-width: 120rem;
  margin: 2rem auto;
}
.entry > .entry-footer .share-wrapper {
  background: transparent;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .entry > header h2 {
    margin-bottom: 2rem;
  }
  .entry > header .entry-info {
    margin-bottom: 2rem;
    padding: 0 2rem;
  }
  .entry > header .entry-info .date {
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 1;
    width: 100%;
  }
}
/* SNSシェアボタン */
.share-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #999;
  padding: 0.5rem;
}
.share-wrapper .share-list {
  display: inline-block;
}
.share-wrapper .share-item {
  display: inline-block;
  margin: 0 0 0 1.5rem;
  vertical-align: top;
}
.share-wrapper .share-item a {
  color: #999;
  text-decoration: none;
}
.share-wrapper .share-item [class*=acms-icon] {
  font-size: 2.2rem;
  vertical-align: middle;
}
.share-wrapper .share-item .share-item-facebook {
  position: relative;
  color: #1877F2;
  line-height: 1.2;
}
.share-wrapper .share-item .share-item-facebook::before {
  vertical-align: middle;
}
.share-wrapper .share-item .share-item-facebook:focus::before {
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  bottom: -0.1rem;
  left: -0.1rem;
  border: 0.1rem dotted #333;
  content: "";
}
.share-wrapper .share-item .share-item-twitter {
  position: relative;
  color: #55ACEE;
  line-height: 1.2;
}
.share-wrapper .share-item .share-item-twitter::before {
  vertical-align: middle;
}
.share-wrapper .share-item .share-item-twitter:focus::before {
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  bottom: -0.1rem;
  left: -0.1rem;
  border: 0.1rem dotted #333;
  content: "";
}
.share-wrapper .share-item .share-item-x {
  color: #0f1419;
}

/* ---------------------------------------------------
	tag
------------------------------------------------------ */
.taglist {
  width: 100%;
  max-width: 120rem;
  margin: 4rem auto;
  padding: 0;
}
.taglist .tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.taglist .tag a {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 0.1rem solid #999;
}
.taglist .tag a:hover {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 0.1rem solid #999;
  background: #999;
  color: #FFF;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .taglist {
    width: 100%;
    max-width: 100%;
    margin: 2rem auto;
    padding: 0 1rem;
  }
}
/* ---------------------------------------------------
	404
------------------------------------------------------ */
#article-404.entry-title {
  text-align: center;
  margin: 5rem 0;
}

/* ---------------------------------------------------
　　contact
------------------------------------------------------ */
/* a-blog cms デフォルト */
/* ボタン　色付き */
.btn-attention {
  background: #C41134;
  border: 0;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 0.6rem 1.5rem;
  border-radius: 0.3rem;
}

.btn-attention:hover,
.btn-attention:visited {
  color: #FFF;
  text-decoration: none;
}

.btn-attention:focus,
.btn-attention:active {
  color: #FFF;
  -webkit-box-shadow: inset 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.5);
}

.btn-attention:hover {
  color: #FFF;
  background-color: #910021;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C41134), to(#910021));
  background-image: linear-gradient(to bottom, #C41134, #910021);
}

.btn-attention:active,
.btn-attention:focus {
  background: #910021;
}

/* ボタンサイズ大 */
.btn-large {
  background: #666;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 1.5rem 2rem;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

.btn-large:hover,
.btn-large:visited {
  color: #FFF;
  text-decoration: none;
}

.btn-large:focus,
.btn-large:active {
  color: #FFF;
  -webkit-box-shadow: inset 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.5);
}

.btn-large:hover {
  background: #444;
}

.btn-large:active,
.btn-large:focus {
  background: #444;
}

/* ボタンサイズ大 色付き */
.btn-attention-large {
  background: #C41134;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 1.5rem 2rem;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

.btn-attention-large:hover,
.btn-attention-large:visited {
  color: #FFF;
  text-decoration: none;
}

.btn-attention-large:focus,
.btn-attention-large:active {
  color: #FFF;
  -webkit-box-shadow: inset 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.5);
}

.btn-attention-large:hover {
  background: #910021;
}

.btn-attention-large:active,
.btn-attention-large:focus {
  background: #910021;
}

/* デスクトップ：最大360pxボタン 色付き */
.btn-attention-block-large {
  width: 100%;
  background: #C41134;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 1.5rem 2rem;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

.btn-attention-block-large:hover,
.btn-attention-block-large:visited {
  color: #FFF;
  text-decoration: none;
}

.btn-attention-block-large:focus,
.btn-attention-block-large:active {
  color: #FFF;
  -webkit-box-shadow: inset 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.5);
}

.btn-attention-block-large:hover {
  background: #910021;
}

.btn-attention-block-large:active,
.btn-attention-block-large:focus {
  background: #910021;
}

@media (min-width: 768px) {
  .btn-block-large {
    max-width: 36rem;
  }
  .btn-attention-block-large {
    max-width: 36rem;
  }
}
.contact-box .message-group {
  margin: 0 0 3.5rem;
}

.contact-box .message-text {
  color: #c41134;
  font-weight: 700;
}

.contact-box .contact-no {
  margin: 0;
  color: #333;
  font-weight: 700;
  font-size: 3rem;
}

.contact-box .contact-no a {
  color: inherit;
}

.contact-box .error-text {
  margin: 0.5rem 0 0;
  color: #c41134;
}

.contact-box p {
  line-height: 1.6;
}

.contact-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  background: #e5e5e5;
}

.contact-form-heading {
  margin: 4rem 0 1rem;
}

.contact-form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  background: #e5e5e5;
  border-bottom: 0.1rem solid #fff;
}

.contact-form-group fieldset {
  display: contents;
  border: 0;
}

.contact-form-label {
  margin: 0;
  padding: 1rem 1rem 0;
  font-weight: 700;
  text-align: left;
}

.contact-form-control, .contact-form-label {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.contact-form-control {
  padding: 1rem;
}

.contact-form-grid {
  margin: 0 -0.5rem;
}

.acms-entry .contact-form-col,
.contact-form-col {
  margin: 0 0 1rem;
  padding: 0 0.5rem;
}

.acms-entry .contact-form-col:last-child,
.contact-form-col:last-child {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .contact-form {
    width: 100%;
  }
  .contact-form-label {
    padding: 1.5rem 1.5rem 0.5rem;
    vertical-align: top;
  }
  .contact-form-control {
    padding: 0.5rem 1.5rem 1.5rem;
  }
  .contact-form-col {
    margin: 0;
  }
}
.contact-box .mail-step {
  margin: 0 0 2.5rem;
  padding: 0 1rem;
  background: #e5e5e5;
  counter-reset: a;
  display: flex;
}

.contact-box .mail-step-item {
  float: none;
  display: flex;
  align-items: center;
  margin: 0 0.5rem;
  padding: 1.4rem 0 1rem;
  color: #999;
  font-weight: 700;
  list-style: none;
  border-bottom: 0.4rem solid transparent;
  font-size: 1.4rem;
}

.contact-box .mail-step-item:before {
  content: counter(a) ".";
  counter-increment: a;
  position: relative;
}

.contact-box .mail-step-item-current {
  color: #333;
  border-bottom: 4px solid #333;
}

@media screen and (min-width: 768px) {
  .contact-box .mail-step-item {
    margin: 0 1rem;
    padding: 1.8rem 0 1.4rem;
    font-size: 16px;
  }
}
.form-btn-box {
  margin: 0 1rem 5rem;
  text-align: center;
}

.form-btn {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .form-btn-send {
    width: 100%;
    max-width: 36rem;
  }
}
.label-required {
  margin: 0 0.5rem;
  padding: 0.2rem 0.8rem;
  color: #fff;
  background: #c41134;
  border-radius: 0.3rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .label-required {
    margin: 0 1rem;
  }
}
.contact-box select[required]:required {
  border: 0.1rem solid #c49511;
}

.contact-box select.focused:invalid {
  border: 0.1rem solid #c41134;
}

.contact-box select[required]:valid {
  border: 0.1rem solid #a7a7aa;
}

.contact-box input[required]:required,
.contact-box textarea[required]:required {
  background: #fffdeb;
}

.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
  background: #ffebee;
}

.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
  background: #fff;
}

.contact-box input[type=date],
.contact-box input[type=datetime-local],
.contact-box input[type=datetime],
.contact-box input[type=email],
.contact-box input[type=month],
.contact-box input[type=number],
.contact-box input[type=password],
.contact-box input[type=search],
.contact-box input[type=tel],
.contact-box input[type=text],
.contact-box input[type=time],
.contact-box input[type=url],
.contact-box input[type=week] {
  font-size: 1.6rem;
  box-sizing: border-box;
  padding: 0 0.5rem;
}

.contact-box textarea {
  font-size: 1.6rem;
  padding: 0.5rem 0.5rem 0.4rem;
}

.contact-box select {
  background-color: #f7f7f7;
  min-height: 3rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  font-size: 1.6rem;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .contact-box input[type=date],
  .contact-box input[type=datetime-local],
  .contact-box input[type=datetime],
  .contact-box input[type=email],
  .contact-box input[type=month],
  .contact-box input[type=number],
  .contact-box input[type=password],
  .contact-box input[type=search],
  .contact-box input[type=tel],
  .contact-box input[type=text],
  .contact-box input[type=time],
  .contact-box input[type=url],
  .contact-box input[type=week],
  .contact-box textarea {
    padding: 0.5rem 0.8rem;
  }
  .contact-box select {
    padding-left: 0.8rem;
    min-height: 4rem;
  }
}
.valid-mark {
  display: none;
}

.valid-mark.valid {
  display: inline;
  float: right;
  color: #5cb85c;
}

.invalid {
  background-color: #ffebee !important;
}

/* 以下、調整用 */
.contact-box {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

.contact-box .tel-box {
  width: 68rem;
  margin: 0 auto 4rem;
  border: 0.1rem solid #000;
  text-align: center;
}

.contact-box .tel-box a {
  padding: 3rem 0;
  display: block;
}

.contact-box .tel-box a:hover {
  text-decoration: none;
}

.contact-box .tel-box h2 {
  margin-bottom: 0;
  padding: 0;
}

.contact-box .tel-box h2::before {
  display: none;
}

.entry-column .contact-box ul li {
  background: none;
  padding: 0;
}

.contact-box .contact-no {
  font-size: 4rem;
}

.contact-box .contact-no + p {
  margin-bottom: 0;
}

.contact-form, .contact-form-group {
  background: none;
}

.contact-form-group {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 1.6rem;
}

.contact-form-label {
  border-bottom: 0.1rem solid #ccc;
  font-size: 1.6rem;
  width: 33.3333333333%;
  padding: 1rem;
}

.contact-form-control {
  border-bottom: 0.1rem solid #ccc;
  font-size: 1.6rem;
  width: 66.6666666667%;
  padding: 1rem;
}

.contact-box input[type=date], .contact-box input[type=datetime-local], .contact-box input[type=datetime], .contact-box input[type=email], .contact-box input[type=month], .contact-box input[type=number], .contact-box input[type=password], .contact-box input[type=search], .contact-box input[type=tel], .contact-box input[type=text], .contact-box input[type=time], .contact-box input[type=url], .contact-box input[type=week] {
  padding: 0.5rem;
}

.contact-box select {
  min-height: 4rem;
}

.contact-box .acms-admin-form-radio {
  display: block;
  margin-bottom: 1rem;
}

.contact-box .radio-sub {
  display: inline-block;
  padding-left: 25px;
  margin-bottom: 1rem;
}

.form-btn-box {
  margin: 2rem 1rem;
}

.contact-box .btn-attention-block-large {
  position: relative;
  display: block;
  width: 100%;
  padding: 2.5rem 5rem;
  border: 0.2rem solid #000;
  color: #000;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #FFF;
  transition: all 0.25s ease;
  border-radius: 0;
  margin: auto;
}

.contact-box .btn-attention-block-large:active, .contact-box .btn-attention-block-large:focus, .contact-box .btn-attention-block-large:hover {
  opacity: 0.8;
}

.contact-box .btn-large {
  padding: 2.5rem 3rem;
  border-radius: 0;
  border: 0.2rem solid #666;
}

input, select {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
}

.contact-box .message-back-link a {
  color: #222;
}

.label-any {
  margin: 0 1rem;
  padding: 0.2rem 0.8rem;
  color: #fff;
  background: #666;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  float: right;
}

.label-required {
  float: right;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .contact-box .tel-box {
    width: 94%;
  }
  .contact-box .contact-no {
    font-size: 2.8rem;
  }
  .contact-box .fax {
    font-size: 2rem;
  }
  .contact-form-control, .contact-form-label {
    display: block;
    width: 100%;
  }
  .label-any {
    margin: 0 0.5rem;
  }
}
/* reCAPTCHA */
.grecaptcha-badge {
  bottom: 8rem !important;
}

/* ------------------------------
　　print
------------------------------ */
@page {
  size: A4;
  margin: 5mm;
}
@media print {
  body {
    width: 1000px;
    font-size: 16px;
  }
}