@charset "UTF-8";
/* default
--------------------------------------------------------*/
body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  line-height: 1.6;
}

* {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header,
footer,
section,
article,
aside,
nav,
figure,
figcaption,
main {
  display: block;
}

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

img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
}

:focus {
  outline: none;
}

a,
a:visited,
.hover {
  color: #000;
  text-decoration: none;
  transition: opacity 0.4s;
  cursor: pointer;
}
a:hover,
a:visited:hover,
.hover:hover {
  opacity: 0.5;
}
a:hover,
a:visited:hover,
.hover:hover {
  opacity: 0.5;
}

.txt {
  text-align: justify;
  line-height: 2.1;
}

.font,
.page-title,
.more,
.copy,
#secContact .sec-title,
#body-header .name {
  font-family: "Josefin Sans", sans-serif;
}

/* 基本
--------------------------------------------------------*/
main {
  overflow-x: hidden;
}

.inner {
  position: relative;
  display: block;
  max-width: 1020px;
  margin: 0 auto;
  height: 100%;
}
.inner.md {
  max-width: 920px;
}
.inner.sm {
  max-width: 820px;
}
@media screen and (max-width: 960px) {
  .inner {
    width: 90%;
  }
}

.layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.layout.reverse {
  flex-direction: row-reverse;
}
.layout.v-center {
  align-items: center;
}
.layout.four > * {
  width: calc((100% - 81px) / 4);
  margin-right: 27px;
}
.layout.four > *:nth-of-type(4n) {
  margin-right: 0;
}
.layout.tri {
  justify-content: flex-start;
}
.layout.tri > * {
  width: calc((100% - 66px) / 3);
  margin-right: 33px;
}
.layout.tri > *:nth-of-type(3n) {
  margin-right: 0;
}

br.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  br.sp {
    display: block;
  }
}

.btn01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #061089;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.btn01.rd a {
  height: 60px;
  border-radius: 30px;
}

.btn02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 34px;
  margin: 0 auto;
  font-size: 14px;
  border: solid 1px #707070;
}
.btn02.rd a {
  border-radius: 17px;
}

#body-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 100px;
  height: 100%;
  padding-top: 100px;
  background-color: #061089;
}
#body-header.top {
  background-color: transparent;
}
#body-header.top .name {
  display: none;
}
#body-header.top .youtube {
  position: fixed;
  left: 0;
  top: 70px;
  z-index: 9700;
  display: block;
}
#body-header.top .youtube a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 60px;
  background-color: #fff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
#body-header.top .youtube a img {
  width: 75%;
}
@media screen and (max-width: 960px) {
  #body-header.top .youtube {
    top: 80px;
  }
}
@media screen and (max-width: 960px) {
  #body-header.top .name {
    display: block;
  }
  #body-header.top .title {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  #body-header {
    position: static;
    width: 100%;
    padding-top: 0;
    background-color: transparent;
  }
}
#body-header .youtube {
  display: none;
}
#body-header .title {
  display: none;
}
@media screen and (max-width: 960px) {
  #body-header .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-left: 5%;
    font-size: 14px;
    color: #fff;
    background-color: #061089;
  }
  #body-header .title a {
    color: #fff;
  }
}
#body-header #gnav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9900;
  display: none;
  width: 500px;
  padding-bottom: 10px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #body-header #gnav {
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
  }
}
#body-header #gnav .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 75px;
  z-index: 10;
  cursor: pointer;
  background-color: #fff;
  transition: opacity 0.4s;
}
#body-header #gnav .close:hover {
  opacity: 0.5;
}
#body-header #gnav .close .hambarg {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 22px;
  height: 2px;
  background-color: #061089;
  transition: ease 0.2s;
}
#body-header #gnav .close .hambarg:nth-child(1) {
  transform: translate(50%, -50%) rotate(45deg);
}
#body-header #gnav .close .hambarg:nth-child(2) {
  transform: translate(50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 960px) {
  #body-header #gnav .close {
    width: 60px;
    height: 60px;
  }
  #body-header #gnav .close .hambarg {
    width: 24px;
    height: 1px;
  }
}
#body-header #gnav a {
  color: #061089;
  letter-spacing: 0.1em;
}
#body-header #gnav .totop {
  margin: 28px 0 28px 28px;
  font-size: 18px;
}
#body-header #gnav .totop a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
}
#body-header #gnav .totop a::after {
  content: "";
  display: block;
  position: relative;
  top: 1px;
  width: 10px;
  height: 16px;
  margin-left: 18px;
  background-image: url("./img/arrow01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  #body-header #gnav .totop {
    margin: 24px 0 24px 24px;
  }
}
#body-header #gnav .main-nav {
  padding: 0 40px;
}
@media screen and (max-width: 960px) {
  #body-header #gnav .main-nav {
    padding: 0 20px;
  }
}
#body-header #gnav .main-nav > li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#body-header #gnav .main-nav > li .heading {
  margin-top: 1em;
  font-size: 18px;
  color: #061089;
}
#body-header #gnav .main-nav > li ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
#body-header #gnav .main-nav > li ul li {
  width: 50%;
}
#body-header #gnav .main-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  font-size: 18px;
  line-height: 1;
  transition: ease 0.4s;
}
@media screen and (max-width: 960px) {
  #body-header #gnav .main-nav a {
    height: 60px;
  }
}
#body-header #gnav .main-nav a::after {
  content: "";
  display: block;
  position: relative;
  top: 1px;
  width: 10px;
  height: 16px;
  margin-left: 18px;
  background-image: url("./img/arrow01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#body-header #gnav .main-nav a:hover {
  opacity: 1;
  background-color: #ebedff;
}
#body-header #gnav .sub-nav {
  text-align: center;
}
#body-header #gnav .sub-nav li {
  margin-top: 20px;
}
#body-header #gnav .icon-nav {
  justify-content: center;
  margin-top: 24px;
}
#body-header #gnav .icon-nav li + li {
  margin-left: 36px;
}
@media screen and (max-width: 960px) {
  #body-header #gnav .icon-nav {
    display: none;
  }
}
#body-header #gnav .copy {
  margin-top: 18px;
  font-size: 10px;
  text-align: center;
  color: #061089;
}
@media screen and (max-width: 960px) {
  #body-header #gnav .copy {
    margin-top: 80px;
  }
}
#body-header .navBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  z-index: 9800;
  cursor: pointer;
  background-color: #fff;
  transition: opacity 0.4s;
}
#body-header .navBtn:hover {
  opacity: 0.5;
}
#body-header .navBtn .hambarg {
  position: absolute;
  right: 50%;
  transform: translate(50%, -50%);
  width: 22px;
  height: 2px;
  background-color: #061089;
  transition: ease 0.2s;
}
#body-header .navBtn .hambarg:nth-child(1) {
  top: calc(50% - 7px);
}
#body-header .navBtn .hambarg:nth-child(2) {
  top: 50%;
}
#body-header .navBtn .hambarg:nth-child(3) {
  width: 11px;
  top: calc(50% + 7px);
  transform: translate(100%, -50%);
}
@media screen and (max-width: 960px) {
  #body-header .navBtn {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
  }
  #body-header .navBtn .hambarg {
    width: 24px;
    height: 1px;
  }
  #body-header .navBtn .hambarg:nth-child(1) {
    top: calc(50% - 8px);
  }
  #body-header .navBtn .hambarg:nth-child(3) {
    width: 12px;
    top: calc(50% + 8px);
  }
}
#body-header .icon-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
  font-weight: bold;
}
#body-header .icon-nav a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #061089;
  border-radius: 100%;
}
#body-header .icon-nav a span img {
  width: auto;
  height: auto;
  max-width: 60%;
  max-height: 60%;
}
@media screen and (max-width: 960px) {
  #body-header .sp-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 110px;
    padding: 10px 27px;
    background-color: #061089;
  }
}
#body-header #quick-nav .icon-nav {
  margin-top: 30px;
}
#body-header #quick-nav .icon-nav li + li {
  margin-top: 10px;
}
#body-header #quick-nav .icon-nav a {
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}
#body-header #quick-nav .icon-nav a span {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 960px) {
  #body-header #quick-nav .icon-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }
  #body-header #quick-nav .icon-nav li + li {
    margin-top: 0px;
  }
}
#body-header .name {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 960px) {
  #body-header .name {
    position: static;
    margin-top: 4px;
  }
}

.info-list .img {
  position: relative;
}
.info-list .img::before {
  content: "";
  display: block;
  width: 0;
  padding-top: 100%;
}
.info-list .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-list .data {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 12px;
}
.info-list .date {
  font-size: 14px;
}
.info-list .cate {
  display: block;
  width: 90px;
  padding: 0.3em 0 0.2em;
  font-size: 10px;
  text-align: center;
  color: #000;
  background-color: #e5e3e3;
}
.info-list .title {
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .info-list.layout > * {
    width: 47%;
    margin-right: 6%;
  }
  .info-list.layout > *:nth-child(3n) {
    margin-right: 6%;
  }
  .info-list.layout > *:nth-child(2n) {
    margin-right: 0;
  }
  .info-list.layout > *:nth-child(n+3) {
    margin-top: 40px;
  }
  .info-list .data {
    display: block;
  }
}

#secContact {
  padding: 40px 0 80px;
  background-color: #e4e6f3;
}
#secContact .sec-title {
  margin-bottom: 40px;
  font-size: 24px;
  text-align: center;
}
#secContact .heading {
  margin: 1.3em 0 0.7em;
  font-size: 28px;
  text-align: center;
}
#secContact .contact-list {
  justify-content: center;
  align-items: center;
}
#secContact .contact-list li > * {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
}
#secContact .contact-list li > * span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-top: 0.2em;
  margin-right: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #061089;
  border-radius: 100%;
}
#secContact .contact-list li > * span img {
  width: 54%;
}
#secContact .contact-list li + * {
  margin-left: 50px;
}
@media screen and (max-width: 960px) {
  #secContact .contact-list li + * {
    margin-left: 0;
    margin-top: 20px;
  }
}
#secContact .time {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
}
#secContact .time a {
  text-decoration: underline;
}
#secContact .btn02 {
  margin-top: 20px;
}
#secContact .btn02.contact a {
  font-size: 18px;
  color: #061089;
  border-color: #061089;
  border-width: 2px;
}
@media screen and (max-width: 960px) {
  #secContact .btn02.contact a {
    font-size: 16px;
  }
}
#secContact .map {
  position: relative;
  width: 100%;
  padding-top: 22.4509803922%;
  margin-top: 40px;
}
#secContact .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (max-width: 960px) {
  #secContact .map {
    padding-top: 51.4705882353%;
  }
}

#body-footer {
  position: relative;
  padding: 40px 0 20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #061089;
}
@media screen and (max-width: 960px) {
  #body-footer {
    padding-bottom: 140px;
  }
}
#body-footer .inner {
  position: static;
}
#body-footer a {
  color: #fff;
}
#body-footer .totop {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  transform: translate(-50%, -50%);
}
#body-footer .fnav {
  justify-content: center;
  align-items: center;
}
#body-footer .fnav li + li {
  margin-left: 2.2em;
}
@media screen and (max-width: 960px) {
  #body-footer .fnav {
    margin-top: -1em;
    justify-content: flex-start;
  }
  #body-footer .fnav li {
    margin-right: 2em;
    margin-top: 1em;
  }
  #body-footer .fnav li + li {
    margin-left: 0;
  }
  #body-footer .fnav li:last-child {
    margin-right: 0;
  }
}
#body-footer .btn02 {
  margin-top: 15px;
}
#body-footer .btn02 a {
  border-color: #fff;
}
#body-footer .heading {
  margin: 36px 0;
  font-weight: bold;
}
#body-footer .info {
  line-height: 2;
}
#body-footer .info a {
  text-decoration: underline;
}
#body-footer .info + .link {
  margin-top: 6px;
}
#body-footer .link {
  margin: 20px 0 30px;
}

.lower + #body-footer {
  padding-right: 100px;
}
.lower + #body-footer .totop {
  left: calc(50% - 50px);
}
@media screen and (max-width: 960px) {
  .lower + #body-footer {
    padding-right: 0;
  }
  .lower + #body-footer .totop {
    left: 50%;
  }
}

.bnr-foot {
  padding: 60px 0;
  margin-top: 90px;
  background-color: #cbcbcb;
}
.bnr-foot .bf-list li {
  width: 46.3414634146%;
}
.bnr-foot .bf-list li a {
  display: block;
}

/* トップページ
--------------------------------------------------------*/
#top {
  background-color: #eaeaea;
}
#top #key {
  position: relative;
}
@media screen and (max-width: 960px) {
  #top #key {
    border-bottom: solid 80px #061089;
  }
}
#top #key .page-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 50px;
  font-size: 10px;
  color: #fff;
}
@media screen and (max-width: 960px) {
  #top #key .page-title {
    height: 60px;
    padding-left: 5%;
    padding-right: 80px;
  }
}
#top #key .key-wrap {
  background-color: #061089;
  padding-bottom: 90px;
}
@media screen and (max-width: 960px) {
  #top #key .key-wrap {
    height: calc(100vh - 110px);
    padding-bottom: 0;
  }
}
#top #key .key-wrap .key-slide li {
  position: relative;
}
#top #key .key-wrap .key-slide li .img-wrap {
  position: relative;
  width: 100%;
}
#top #key .key-wrap .key-slide li .img-wrap::before {
  content: "";
  display: block;
  width: 0;
  padding-top: 45.7843137255%;
}
#top #key .key-wrap .key-slide li .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#top #key .key-wrap .key-slide li .img-wrap img:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 960px) {
  #top #key .key-wrap .key-slide li .img-wrap::before {
    padding-top: calc(100vh - 110px);
  }
  #top #key .key-wrap .key-slide li .img-wrap img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top #key .key-wrap .key-slide li .img-wrap img:nth-of-type(1) {
    display: none;
  }
  #top #key .key-wrap .key-slide li .img-wrap img:nth-of-type(2) {
    display: block;
  }
}
#top #key .key-wrap .key-slide li .item-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top #key .key-wrap .key-slide li .item-inner .lead {
  position: absolute;
  /*top: 21.4132762312634%;*/
  top: 35%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 3.3vw;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 960px) {
  #top #key .key-wrap .key-slide li .item-inner .lead {
    top: 30%;
    font-size: 10vw;
  }
}
#top #key .key-wrap .key-slide li .item-inner .lead .catch .line {
  background: linear-gradient(transparent 70%, #ffe032 70%);
}
#top #key .key-wrap .key-slide li .item-inner .lead .heading {
  margin-top: 40px;
  font-size: 4.464vw;
}
#top #key .key-wrap .key-slide li .item-inner .lead .heading .small {
  display: block;
  font-size: 1.785vw;
}
@media screen and (max-width: 960px) {
  #top #key .key-wrap .key-slide li .item-inner .lead .heading {
    font-size: 13.3333333333vw;
  }
  #top #key .key-wrap .key-slide li .item-inner .lead .heading .small {
    font-size: 5.2vw;
  }
}
#top #key .key-wrap .key-slide li .item-inner .btn-list {
  position: absolute;
  bottom: 11.5631691649%;
  left: 0;
  justify-content: center;
  width: 100%;
}
#top #key .key-wrap .key-slide li .item-inner .btn-list li + li {
  margin-left: 38px;
}
@media screen and (max-width: 960px) {
  #top #key .key-wrap .key-slide li .item-inner .btn-list {
    display: none;
  }
}
#top #key .key-wrap .key-slide li:nth-of-type(1) .lead {
  top: 25%;
}
#top #key .key-wrap .key-slide li:nth-of-type(1) .lead .catch:nth-of-type(1) {
  font-size: 22px;
}
@media screen and (max-width: 960px) {
  #top #key .key-wrap .key-slide li:nth-of-type(1) .lead .catch:nth-of-type(1) {
    font-size: 18px;
  }
}
#top #key .key-wrap .key-slide li:nth-of-type(1) .lead .catch .line {
  font-size: 44px;
}
@media screen and (max-width: 960px) {
  #top #key .key-wrap .key-slide li:nth-of-type(1) .lead .catch .line {
    font-size: 30px;
  }
}
#top #key .key-wrap .key-slide li:nth-of-type(1) .deco {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  font-size: 20px;
}
#top #key .key-wrap .key-slide li:nth-of-type(1) .deco::before, #top #key .key-wrap .key-slide li:nth-of-type(1) .deco::after {
  content: "";
  display: block;
  display: inline-block;
  width: 1px;
  height: 23px;
  background-color: #fff;
}
#top #key .key-wrap .key-slide li:nth-of-type(1) .deco::before {
  margin-right: 12px;
  transform: rotate(-45deg);
}
#top #key .key-wrap .key-slide li:nth-of-type(1) .deco::after {
  margin-left: 10px;
  transform: rotate(45deg);
}
#top #key .key-wrap .key-slide li:nth-of-type(1) .solution-list {
  justify-content: center;
}
#top #key .key-wrap .key-slide li:nth-of-type(1) .solution-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin: 0 11px;
  font-size: 16px;
  font-weight: bold;
  color: #061089;
  background-color: #fff;
  border: solid 1px #061089;
  border-radius: 10px;
  text-shadow: none;
}
@media screen and (max-width: 960px) {
  #top #key .key-wrap .key-slide li:nth-of-type(1) .solution-list li {
    width: 120px;
    height: 120px;
    font-size: 14px;
  }
  #top #key .key-wrap .key-slide li:nth-of-type(1) .solution-list li:nth-child(n+3) {
    margin-top: 18px;
  }
}
#top #key .key-wrap .key-slide li:nth-of-type(3) .lead {
  top: 45%;
}
#top #key .key-wrap .key-slide li:nth-of-type(3) .catch {
  font-size: 32px;
}
@media screen and (max-width: 960px) {
  #top #key .key-wrap .key-slide li:nth-of-type(3) .catch {
    font-size: 8.5333333333vw;
  }
}
#top #key .key-wrap .key-slide .slick-dots {
  position: absolute;
  bottom: -28px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 960px) {
  #top #key .key-wrap .key-slide .slick-dots {
    bottom: 30px;
  }
}
#top #key .key-wrap .key-slide .slick-dots li {
  margin: 0 5px;
  height: 8px;
}
#top #key .key-wrap .key-slide .slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 100%;
  background-color: #656464;
  cursor: pointer;
}
#top #key .key-wrap .key-slide .slick-dots li.slick-active button {
  background-color: #fff;
}
#top #key .key-wrap .scroll {
  position: absolute;
  bottom: 120px;
  left: 50px;
  color: #fff;
}
#top #key .key-wrap .scroll span {
  display: block;
  transform: rotate(90deg) translateX(-50%);
}
#top #key .key-wrap .scroll::before {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  left: calc(50% - 1px);
  z-index: 20;
  width: 2px;
  height: 0;
  background-color: rgb(255, 255, 255);
  animation-name: barAnime;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 960px) {
  #top #key .key-wrap .scroll {
    bottom: 60px;
    left: 1.5%;
  }
}
@keyframes barAnime {
  0% {
    top: 23px;
  }
  50% {
    top: 23px;
    height: 60px;
  }
  100% {
    top: 83px;
    height: 0;
  }
}
#top .bnr-list {
  padding-bottom: 45px;
  margin-top: -45px;
}
@media screen and (max-width: 960px) {
  #top .bnr-list {
    margin-top: -40px;
  }
}
#top .bnr-list .bnr-slide {
  margin-top: -20px;
}
#top .bnr-list .bnr-slide li {
  padding: 20px 36px;
}
#top .bnr-list .bnr-slide li img {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 960px) {
  #top .bnr-list .bnr-slide li {
    padding: 0 20px 20px;
  }
}
#top .bnr-list .bnr-slide .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 45px;
  height: 45px;
  text-indent: 9999px;
  border: none;
  background-color: transparent;
  background-image: url("./img/arrow02_1.png");
  background-size: 100% 100%;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  #top .bnr-list .bnr-slide .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
#top .bnr-list .bnr-slide .slick-arrow.slick-prev {
  left: 25.2%;
  transform: translate(-50%, -50%);
  background-image: url("./img/arrow02_2.png");
}
@media screen and (max-width: 960px) {
  #top .bnr-list .bnr-slide .slick-arrow.slick-prev {
    left: 6.2%;
  }
}
#top .bnr-list .bnr-slide .slick-arrow.slick-next {
  right: 25.2%;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 960px) {
  #top .bnr-list .bnr-slide .slick-arrow.slick-next {
    right: 6.2%;
  }
}
#top .bnr-list .bnr-slide .slick-dots {
  position: absolute;
  bottom: -16px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#top .bnr-list .bnr-slide .slick-dots li {
  padding: 0;
  margin: 0 5px;
  height: 8px;
}
#top .bnr-list .bnr-slide .slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 100%;
  background-color: #656464;
  cursor: pointer;
}
#top .bnr-list .bnr-slide .slick-dots li.slick-active button {
  background-color: #061089;
}
#top #secNews {
  position: relative;
  z-index: 20;
  margin-top: 30px;
}
#top #secNews .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 48px;
  color: #fff;
  background-color: #061089;
}
#top #secNews .item {
  width: calc(100% - 150px);
  background-color: #fff;
}
#top #secNews .item a {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0.2em 30px 0 16px;
}
#top #secNews .item a .date {
  font-size: 14px;
  color: #061089;
}
#top #secNews .item a .cate {
  display: block;
  width: 90px;
  padding: 0.3em 0 0.2em;
  margin: 0 1.5em;
  font-size: 10px;
  text-align: center;
  background-color: #e5e3e3;
}
#top #secNews .item a .body {
  flex-grow: 1;
}
#top #secNews .item a .more {
  font-size: 12px;
}
#top #secNews .btn01 a {
  margin: 20px auto 0;
}
@media screen and (max-width: 960px) {
  #top #secNews .inner {
    position: relative;
    display: block;
    background-color: #fff;
  }
  #top #secNews .title {
    margin-bottom: 15px;
  }
  #top #secNews .item {
    width: 100%;
    padding-bottom: 15px;
  }
  #top #secNews .item a {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.2em 16px;
  }
  #top #secNews .item a .date {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    width: calc(100% - 150px);
    height: 48px;
    padding-left: 16px;
  }
  #top #secNews .item a .cate {
    margin: 0;
  }
  #top #secNews .item a .body {
    width: calc(100% - 90px);
    padding-left: 0.5em;
    font-size: 14px;
  }
  #top #secNews .item a .more {
    width: 100%;
    margin-top: 1em;
    text-align: right;
  }
}
#top .content .sec-title {
  margin-bottom: 40px;
  font-size: 24px;
  text-align: center;
}
#top #secService {
  position: relative;
  z-index: 10;
  padding: 100px 0 75px;
  margin-top: -30px;
  background-color: #fff;
}
#top #secService .service-list li {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.16);
}
#top #secService .service-list li + li {
  margin-top: 50px;
}
#top #secService .service-list a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#top #secService .service-list a > * {
  width: 50%;
}
#top #secService .service-list a figure {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  #top #secService .service-list a {
    display: block;
  }
  #top #secService .service-list a > * {
    width: 100%;
  }
}
#top #secService .service-list a .box {
  position: relative;
  padding: 36px 0 0 36px;
}
#top #secService .service-list a .box .heading {
  margin-bottom: 0.4em;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
#top #secService .service-list a .box .txt {
  line-height: 2;
}
#top #secService .service-list a .box .more {
  position: absolute;
  bottom: 16px;
  right: -24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  color: #061089;
}
#top #secService .service-list a .box .more::after {
  content: "";
  display: block;
  width: 47px;
  height: 4px;
  margin-left: 10px;
  background-image: url("./img/arrow03.png");
  background-size: 100% 100%;
}
@media screen and (max-width: 960px) {
  #top #secService .service-list a .box {
    padding: 15px;
  }
  #top #secService .service-list a .box .more {
    position: static;
    justify-content: flex-end;
    margin-top: 15px;
  }
}
#top #secService .service-list .single a .img {
  width: 100%;
}
#top #secService .service-list .single a .img img:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 960px) {
  #top #secService .service-list .single a .img img:nth-of-type(1) {
    display: none;
  }
  #top #secService .service-list .single a .img img:nth-of-type(2) {
    display: block;
  }
}
#top #secService .single {
  padding-top: 60px;
  text-align: center;
}
#top #secService .single .heading {
  margin-bottom: 0.4em;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
#top #secService .single .txt {
  text-align: center;
}
#top #secService .single .txt + .txt {
  margin-top: 1em;
}
#top #secService .single .link-list {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 44px;
}
@media screen and (max-width: 960px) {
  #top #secService .single .link-list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
#top #secService .single .link-list > * {
  width: 265px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#top #secInfo {
  padding-top: 36px;
  color: #fff;
  background-color: #3840a2;
}
#top #secInfo a {
  color: #fff;
}
#top #secInfo .btn01 {
  margin-top: 10px;
  transform: translateY(50%);
}
#top #secInfo .btn01 a {
  margin: 0 auto;
}
#top #secCallender {
  padding: 90px 0 40px;
  background-color: #fff;
  /*
    Calendar
    */
  /*
    Loading animation
    */
  /*
    Event Content
    */
  /*
    Twenty Nineteen theme
    */
}
#top #secCallender .sec-title {
  color: #061089;
}
@media screen and (max-width: 960px) {
  #top #secCallender .sec-title {
    margin-bottom: 20px;
  }
}
#top #secCallender .call-area {
  min-height: 200px;
}
#top #secCallender .xo-event-calendar {
  display: flex;
  flex-direction: column-reverse;
  padding: 0 40px;
  font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
#top #secCallender .xo-months {
  display: flex;
  justify-content: space-between;
}
#top #secCallender .xo-months > * {
  width: 28.5714285714%;
}
@media screen and (max-width: 960px) {
  #top #secCallender .xo-months {
    display: block;
  }
  #top #secCallender .xo-months > * {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
  }
}
#top #secCallender .xo-event-calendar table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
  color: #000;
}
#top #secCallender .xo-event-calendar table tr {
  display: table-row;
}
#top #secCallender .xo-event-calendar table td,
#top #secCallender .xo-event-calendar table th {
  display: table-cell;
  padding: 0;
}
#top #secCallender .xo-event-calendar {
  position: relative;
}
#top #secCallender .xo-event-calendar .xo-month {
  position: relative;
}
#top #secCallender .xo-event-calendar .holiday-closed {
  background-color: #f7d1d1 !important;
}
#top #secCallender .xo-event-calendar .holiday-temporary-closure {
  color: #fff;
  background-color: #f7a6a6 !important;
}
#top #secCallender .xo-event-calendar table.xo-month {
  margin: 0 0 8px 0;
  padding: 0;
  border: none;
  border-width: 1px 0 1px 1px;
}
#top #secCallender .xo-event-calendar table.xo-month th,
#top #secCallender .xo-event-calendar table.xo-month td {
  padding: 0;
  border: none;
  font-size: 12px;
  text-align: center;
}
#top #secCallender .xo-event-calendar table.xo-month > caption {
  /*background-color: #fff;*/
  caption-side: top;
  text-align: center;
}
#top #secCallender .xo-event-calendar table.xo-month .month-header {
  margin: 0;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  font-size: 20px;
  text-align: left;
  border-bottom: solid 1px #707070;
}
#top #secCallender .xo-event-calendar table.xo-month .month-header > span {
  display: inline-block;
  text-align: center;
  font-size: 120%;
  vertical-align: middle;
  line-height: 28px;
}
#top #secCallender .xo-event-calendar table.xo-month button,
#top #secCallender .xo-event-calendar table.xo-month button[disabled] {
  display: none;
}
#top #secCallender .xo-event-calendar table.xo-month > thead th {
  border-width: 0 1px 0 0;
  padding: 0;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  border-bottom: solid 10px transparent;
}
#top #secCallender .xo-event-calendar table.xo-month > thead th.sunday,
#top #secCallender .xo-event-calendar table.xo-month > thead th.saturday {
  color: #000;
}
#top #secCallender .xo-event-calendar table.xo-month .month-week {
  position: relative;
  padding: 0;
  border: 0;
  width: 100%;
  height: 24px;
  overflow: hidden;
}
#top #secCallender .xo-event-calendar table.xo-month .month-week table {
  border: 0;
  margin: 0;
  padding: 0;
}
#top #secCallender .xo-event-calendar table.xo-month .month-dayname {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-width: 1px 0 0 1px;
}
#top #secCallender .xo-event-calendar table.xo-month .month-dayname td {
  border-width: 1px 1px 0 0;
  padding: 0;
}
#top #secCallender .xo-event-calendar table.xo-month .month-dayname td div {
  height: 1000px;
  padding: 4px;
  border-width: 1px 1px 0 0;
  text-align: center;
  font-size: 100%;
  line-height: 1.2em;
}
#top #secCallender .xo-event-calendar table.xo-month .month-dayname td div.other-month {
  opacity: 0;
}
#top #secCallender .xo-event-calendar table.xo-month .month-dayname td div.today {
  color: #00d;
  font-weight: bold;
}
#top #secCallender .xo-event-calendar table.xo-month .month-dayname-space {
  display: none;
}
#top #secCallender .xo-event-calendar table.xo-month .month-event {
  position: relative;
  top: 0;
  background-color: transparent;
}
#top #secCallender .xo-event-calendar table.xo-month .month-event td {
  padding: 0 1px 2px 1px;
  border-width: 0 1px 0 0;
}
#top #secCallender .xo-event-calendar table.xo-month .month-event-space {
  height: 1.5em;
  background-color: transparent;
}
#top #secCallender .xo-event-calendar table.xo-month .month-event-space td {
  border-width: 0 1px 0 0;
}
#top #secCallender .xo-event-calendar table.xo-month .month-event tr,
#top #secCallender .xo-event-calendar table.xo-month .month-event-space tr {
  background-color: transparent;
}
#top #secCallender .xo-event-calendar table.xo-month .month-event-title {
  padding: 0 3px;
  display: block;
  color: #666;
  text-align: left;
  font-size: 0.8em;
  background-color: #ccc;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
}
#top #secCallender .holiday-titles {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #top #secCallender .holiday-titles {
    margin-bottom: 17px;
  }
}
#top #secCallender .xo-event-calendar p.holiday-title {
  margin: 0;
  padding: 2px 0;
  font-size: 14px;
  vertical-align: middle;
}
#top #secCallender .xo-event-calendar p.holiday-title + * {
  margin-left: 20px;
}
#top #secCallender .xo-event-calendar p.holiday-title span {
  margin: 0 6px 0 0;
  padding: 0 0 0 18px;
  border: none;
}
#top #secCallender .xo-event-calendar p.holiday-title:nth-of-type(1) span {
  background-color: #f7d1d1 !important;
}
#top #secCallender .xo-event-calendar p.holiday-title:nth-of-type(2) span {
  background-color: #f7a6a6 !important;
}
#top #secCallender .widget .xo-event-calendar table.xo-month > thead th {
  font-size: 90%;
}
#top #secCallender .xo-event-calendar .loading-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}
#top #secCallender .xoec-loading .xo-months {
  opacity: 0.5;
}
#top #secCallender .xoec-loading .loading-animation {
  width: 40px;
  height: 40px;
  border: 5px rgba(0, 0, 0, 0.2) solid;
  border-top: 5px #4285f4 solid;
  border-radius: 50%;
  animation: loadingCircRot 0.8s infinite linear;
}
@keyframes loadingCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#top #secCallender .xo-event-meta {
  padding: 3.8461% 0;
}
#top #secCallender .xo-event-meta span {
  display: block;
}
#top #secCallender html[lang=ja] .xo-event-calendar .dashicons {
  font-family: dashicons !important;
}

/* lower
--------------------------------------------------------*/
.lower {
  padding-right: 100px;
}
@media screen and (max-width: 960px) {
  .lower {
    padding-right: 0;
  }
}
.lower #page-header .page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  background-image: url("./img/key_lower01.jpg");
  background-size: cover;
  background-position: center;
}
.lower #page-header .local-nav {
  height: 50px;
  font-size: 14px;
  background-color: #ededed;
}
@media screen and (max-width: 960px) {
  .lower #page-header .local-nav {
    height: 50px;
    padding: 0.5em 0;
    font-size: 11px;
  }
}
.lower #page-header .local-nav .inner {
  justify-content: space-between;
  align-items: center;
}
.lower #page-header .local-nav .inner ul {
  flex-grow: 1;
  justify-content: center;
}
.lower #page-header .local-nav .inner ul li + li {
  margin-left: 40px;
}
@media screen and (max-width: 960px) {
  .lower #page-header .local-nav .inner ul {
    padding-left: 20px;
  }
  .lower #page-header .local-nav .inner ul li + li {
    margin-left: 12px;
  }
}

/* service
--------------------------------------------------------*/
#service .content:not(#secContact) .sec-title {
  display: flex;
  align-items: center;
  height: 120px;
  padding-left: 50px;
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #061089;
  background-image: url("./img/bg_service01.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width: 960px) {
  #service .content:not(#secContact) .sec-title {
    padding-left: 15px;
    background-image: url("./img/bg_service01_2.jpg");
  }
}
#service #secEx {
  padding-top: 75px;
}
@media screen and (max-width: 960px) {
  #service #secEx {
    padding-top: 32px;
  }
}
#service #secEx .catch {
  position: relative;
  margin-bottom: 30px;
}
#service #secEx .catch img:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 960px) {
  #service #secEx .catch img:nth-of-type(1) {
    display: none;
  }
  #service #secEx .catch img:nth-of-type(2) {
    display: block;
  }
}
#service #secEx .catch .lead {
  position: absolute;
  top: 30px;
  right: -30px;
  text-align: right;
}
#service #secEx .catch .lead span {
  display: inline-block;
  padding: 13px 24px 11px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #061089;
  background-color: #ffe032;
}
@media screen and (max-width: 960px) {
  #service #secEx .catch .lead span {
    font-size: 16px;
  }
}
#service #secEx .feature-list {
  margin-top: 60px;
  align-items: stretch;
}
@media screen and (max-width: 960px) {
  #service #secEx .feature-list {
    display: block;
  }
}
#service #secEx .feature-list li {
  position: relative;
  width: calc((100% - 22px) / 2);
  padding: 30px 20px 20px;
  background-color: #e4e6f3;
}
@media screen and (max-width: 960px) {
  #service #secEx .feature-list li {
    width: 100%;
  }
}
#service #secEx .feature-list li:nth-child(n+3) {
  margin-top: 33px;
}
@media screen and (max-width: 960px) {
  #service #secEx .feature-list li:nth-child(n+2) {
    margin-top: 33px;
  }
}
#service #secEx .feature-list li .heading .nm {
  position: absolute;
  top: -30px;
  left: 20px;
  font-size: 42px;
  font-weight: bold;
  color: #061089;
}
#service #secEx .feature-list li .heading .line {
  font-size: 22px;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ffe032 70%);
}
#service #secEx .feature-list li .txt {
  margin-top: 1em;
  font-size: 14px;
}
#service .child-cont .cont-title {
  margin-bottom: 32px;
  text-align: center;
}
#service .child-cont .cont-title span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#service .child-cont .cont-title span::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  margin: 14px auto 0;
  background-color: #061089;
}
@media screen and (max-width: 960px) {
  #service .child-cont .cont-title span {
    font-size: 19px;
  }
}
#service .child-cont.sec02 {
  padding-bottom: 120px;
  margin-top: 70px;
}
@media screen and (max-width: 960px) {
  #service .child-cont.sec02 {
    padding-bottom: 60px;
  }
}
#service .child-cont.sec02 .cont-title {
  position: relative;
  margin-bottom: 50px;
}
#service .child-cont.sec02 .cont-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 226px;
  height: 174px;
  background-image: url("./img/deco01.png");
  background-size: 100% 100%;
  transform: translate(65%, -50%);
}
@media screen and (max-width: 960px) {
  #service .child-cont.sec02 .cont-title::before {
    width: 100px;
    height: 75px;
  }
}
#service .child-cont.sec02 .flow {
  margin-top: 40px;
}
#service .child-cont.sec02 .flow .img-list {
  width: 46.3414634146%;
}
#service .child-cont.sec02 .flow .img-list li + li {
  margin-top: 10px;
}
#service .child-cont.sec02 .flow .img-list img:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 960px) {
  #service .child-cont.sec02 .flow .img-list img:nth-of-type(1) {
    display: none;
  }
  #service .child-cont.sec02 .flow .img-list img:nth-of-type(2) {
    display: block;
  }
  #service .child-cont.sec02 .flow .img-list li + li {
    margin-top: 37px;
  }
}
#service .child-cont.sec02 .flow .flow-list {
  width: 48.1707317073%;
}
#service .child-cont.sec02 .flow .flow-list li {
  position: relative;
  display: flex;
}
#service .child-cont.sec02 .flow .flow-list li + li {
  margin-top: 39px;
}
@media screen and (max-width: 960px) {
  #service .child-cont.sec02 .flow .flow-list li + li {
    margin-top: 30px;
  }
}
#service .child-cont.sec02 .flow .flow-list li .nm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 2px;
  font-size: 20px;
  font-weight: bold;
  color: #061089;
  border: solid 1px #061089;
  border-radius: 100%;
}
@media screen and (max-width: 960px) {
  #service .child-cont.sec02 .flow .flow-list li .nm {
    width: 30px;
    height: 30px;
    font-size: 16px;
    padding-top: 0;
  }
}
#service .child-cont.sec02 .flow .flow-list li .nm + span {
  display: block;
  width: calc(100% - 40px - 0.7em);
  padding-top: 0.2em;
  margin-left: 0.7em;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.2em;
  color: #061089;
}
@media screen and (max-width: 960px) {
  #service .child-cont.sec02 .flow .flow-list li .nm + span {
    width: calc(100% - 30px - 0.7em);
    padding-top: 0;
    font-size: 14px;
    line-height: 1.4;
  }
}
#service .child-cont.sec02 .flow .flow-list li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 9px;
  height: 17px;
  background-image: url("./img/arrow05.png");
  background-size: 100% 100%;
}
@media screen and (max-width: 960px) {
  #service .child-cont.sec02 .flow .flow-list li:not(:last-child)::after {
    left: 10px;
    bottom: 3px;
    transform: translateY(120%);
  }
}
#service .child-cont.sec02 .flow .flow-list li:not(:nth-of-type(2))::after {
  transform: translateY(150%);
}
@media screen and (max-width: 960px) {
  #service .child-cont.sec02 .flow .flow-list li:not(:nth-of-type(2))::after {
    transform: translateY(120%);
  }
}
#service .child-cont.sec03 {
  padding: 70px 0 55px;
  background-color: #e4e6f3;
}
@media screen and (max-width: 960px) {
  #service .child-cont.sec03 {
    padding: 35px 0 27px;
  }
}
#service .child-cont.sec03 .cont-title {
  position: relative;
  margin-bottom: 50px;
}
#service .child-cont.sec03 .cont-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 195px;
  height: 223px;
  background-image: url("./img/deco02.png");
  background-size: 100% 100%;
  transform: translate(65%, -60%);
}
@media screen and (max-width: 960px) {
  #service .child-cont.sec03 .cont-title {
    margin-bottom: 32px;
  }
  #service .child-cont.sec03 .cont-title::before {
    width: 90px;
    height: 100px;
    transform: translate(65%, -60%);
  }
}
#service .child-cont.sec03 .facility-list {
  margin-top: 120px;
}
#service .child-cont.sec03 .facility-list li > * {
  width: calc((100% - 50px) / 2);
}
#service .child-cont.sec03 .facility-list li + li {
  margin-top: 50px;
}
#service .child-cont.sec03 .facility-list .img {
  position: relative;
}
#service .child-cont.sec03 .facility-list .img .float {
  position: absolute;
  top: -24px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 194px;
  background-image: url("./img/frame01.png");
  background-size: 100% 100%;
  transform: translateX(-50%);
}
#service .child-cont.sec03 .facility-list .img .float span {
  font-size: 20px;
  text-align: center;
}
#service .child-cont.sec03 .facility-list .box .heading {
  padding-bottom: 20px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #061089;
  border-bottom: solid 1px #707070;
}
#service .child-cont.sec03 .facility-list .box .txt {
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  #service .child-cont.sec03 .facility-list {
    margin-top: 35px;
  }
  #service .child-cont.sec03 .facility-list li {
    display: block;
  }
  #service .child-cont.sec03 .facility-list li > * {
    width: 100%;
  }
  #service .child-cont.sec03 .facility-list li + li {
    margin-top: 25px;
  }
  #service .child-cont.sec03 .facility-list .img .float {
    top: -20px;
    left: -30px;
    width: 150px;
    height: 126px;
    transform: translateX(0);
  }
  #service .child-cont.sec03 .facility-list .img .float span {
    font-size: 14px;
    text-align: center;
  }
  #service .child-cont.sec03 .facility-list .box {
    margin-top: 10px;
  }
  #service .child-cont.sec03 .facility-list .box .heading {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
#service #secSt {
  padding-top: 100px;
}
@media screen and (max-width: 960px) {
  #service #secSt {
    padding-top: 60px;
  }
}
#service #secSt.content:not(#secContact) .sec-title {
  background-image: url("./img/bg_service02.jpg");
}
@media screen and (max-width: 960px) {
  #service #secSt.content:not(#secContact) .sec-title {
    background-image: url("./img/bg_service02_2.jpg");
  }
}
#service #secSt .problem {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  #service #secSt .problem {
    margin-top: 32px;
  }
}
#service #secSt .problem .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: bold;
}
#service #secSt .problem .heading span {
  display: block;
  margin: 0 10px;
}
#service #secSt .problem .heading::before, #service #secSt .problem .heading::after {
  content: "";
  display: block;
  width: 17px;
  height: 30px;
  background-image: url("./img/deco03.png");
  background-size: 100% 100%;
}
#service #secSt .problem .heading::before {
  transform: scale(-1, 1);
}
@media screen and (max-width: 960px) {
  #service #secSt .problem .heading {
    font-size: 17px;
  }
}
#service #secSt .problem .prob-list li {
  position: relative;
  width: calc((100% - 99px) / 4);
  background-color: #fff;
  border: solid 1px #061089;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  #service #secSt .problem .prob-list li {
    width: 47%;
  }
  #service #secSt .problem .prob-list li:nth-child(n+3) {
    margin-top: 6%;
  }
}
#service #secSt .problem .prob-list li::before {
  content: "";
  display: block;
  padding-top: 100%;
  width: 0;
}
#service #secSt .problem .prob-list li span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #061089;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.16);
}
#service #secSt .flow {
  margin-top: 75px;
}
@media screen and (max-width: 960px) {
  #service #secSt .flow {
    margin-top: 50px;
  }
}
#service #secSt .flow .title {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #service #secSt .flow .title {
    font-size: 23px;
  }
}
#service #secSt .flow .flow-list li {
  align-items: stretch;
}
@media screen and (max-width: 960px) {
  #service #secSt .flow .flow-list li {
    position: relative;
    display: block;
    padding-bottom: 80px;
  }
  #service #secSt .flow .flow-list li:last-child {
    padding-bottom: 0;
  }
}
#service #secSt .flow .flow-list li + li {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  #service #secSt .flow .flow-list li + li {
    margin-top: 0;
  }
}
#service #secSt .flow .flow-list li img {
  width: 46.3414634146%;
}
@media screen and (max-width: 960px) {
  #service #secSt .flow .flow-list li img {
    width: 100%;
  }
}
#service #secSt .flow .flow-list li .box {
  position: relative;
  width: 47.5609756098%;
}
@media screen and (max-width: 960px) {
  #service #secSt .flow .flow-list li .box {
    position: static;
    width: 100%;
  }
}
#service #secSt .flow .flow-list li .box .heading {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #061089;
}
@media screen and (max-width: 960px) {
  #service #secSt .flow .flow-list li .box .heading {
    margin: 12px 0 10px;
    font-size: 19px;
  }
}
#service #secSt .flow .flow-list li .box .txt {
  font-size: 14px;
}
#service #secSt .flow .flow-list li:not(:last-child) .box::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 54px;
  background-image: url("./img/arrow06.png");
  background-size: 100% 100%;
}
@media screen and (max-width: 960px) {
  #service #secSt .flow .flow-list li:not(:last-child) .box::after {
    bottom: 15px;
    left: 50%;
    width: 60px;
    height: 50px;
    transform: translateX(-50%);
  }
}
#service #secSt .flow .register {
  margin-top: 34px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #707070;
}
#service #secBy {
  padding: 70px 0 50px;
}
#service #secBy.content:not(#secContact) .sec-title {
  background-image: url("./img/bg_service03.jpg");
}
@media screen and (max-width: 960px) {
  #service #secBy.content:not(#secContact) .sec-title {
    background-image: url("./img/bg_service03_2.jpg");
  }
}
#service #secBy .cont-title {
  position: relative;
}
@media screen and (max-width: 960px) {
  #service #secBy .cont-title {
    margin-bottom: 0px;
  }
}
#service #secBy .cont-title .float {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 204px;
  height: 129px;
  padding-bottom: 18px;
  font-size: 12px;
  letter-spacing: 0;
  color: #fff;
  background-image: url("./img/frame02.png");
  background-size: 100% 100%;
  transform: translate(75%, -50%);
}
#service #secBy .cont-title .float::after {
  display: none;
}
@media screen and (max-width: 960px) {
  #service #secBy .cont-title .float {
    position: static;
    width: 250px;
    height: 150px;
    margin: 30px auto 0;
    font-size: 16px;
    transform: translate(0, 0);
  }
}
#service #secBy .fee-table {
  width: 100%;
  border-collapse: collapse;
}
#service #secBy .fee-table caption {
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 960px) {
  #service #secBy .fee-table caption {
    font-size: 13px;
  }
}
#service #secBy .fee-table th,
#service #secBy .fee-table td {
  width: 25%;
  padding: 1em 0.5em;
  font-size: 14px;
  border: solid 1px #000;
}
@media screen and (max-width: 960px) {
  #service #secBy .fee-table th,
  #service #secBy .fee-table td {
    padding: 0.3em 0.3em;
    line-height: 1.2;
  }
}
#service #secBy .fee-table th {
  font-size: 13px;
  background-color: #e4e6f3;
}
@media screen and (max-width: 960px) {
  #service #secBy .fee-table td {
    padding: 0.8em 0.3em 0.6em;
    font-size: 15px;
  }
}
#service #secBy .fee-table th:nth-child(1) {
  padding: 0;
  background-image: url("./img/slash01.png");
  background-size: 100% 100%;
}
#service #secBy .fee-table th:nth-child(1) > span {
  display: flex;
  width: 100%;
  height: 50px;
}
#service #secBy .fee-table th:nth-child(1) > span span {
  display: flex;
  justify-content: center;
  width: 50%;
  padding: 0.3em 0;
}
#service #secBy .fee-table th:nth-child(1) > span span:nth-of-type(1) {
  align-items: flex-end;
}
#service #secBy .fee-table th:nth-child(1) > span span:nth-of-type(2) {
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  #service #secBy .fee-table th:nth-child(1) > span {
    flex-direction: column-reverse;
    font-size: 12px;
  }
  #service #secBy .fee-table th:nth-child(1) > span span {
    align-items: center;
    width: 100%;
    height: 50%;
    padding: 0.3em;
    line-height: 1;
  }
  #service #secBy .fee-table th:nth-child(1) > span span:nth-of-type(1) {
    justify-content: flex-start;
  }
  #service #secBy .fee-table th:nth-child(1) > span span:nth-of-type(2) {
    align-items: flex-end;
    justify-content: flex-end;
  }
}
#service #secBy .fee-table td:nth-child(1) {
  text-align: center;
}
#service #secBy .fee-table td:nth-child(n+2) {
  text-align: right;
  font-size: 16px;
}
#service #secBy .caution {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 960px) {
  #service #secBy .caution {
    text-align: justify;
  }
}
#service #secBy .insurance {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
}
#service #secBy .insurance caption {
  font-size: 14px;
  text-align: right;
}
#service #secBy .insurance th,
#service #secBy .insurance td {
  width: 25%;
  padding: 0.7em 0.5em 0.5em;
  font-size: 14px;
  border: solid 1px #000;
}
#service #secBy .insurance td {
  text-align: right;
  font-size: 16px;
}
#service #secBy .example {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  #service #secBy .example {
    padding: 0 5%;
    margin-top: 35px;
  }
}
#service #secBy .example > .heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#service #secBy .example .float-list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  #service #secBy .example .float-list {
    display: block;
  }
}
#service #secBy .example .float-list li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 284px;
  height: 240px;
  margin: 0 20px;
  text-align: center;
  background-image: url("./img/frame01_2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  #service #secBy .example .float-list li:nth-of-type(1) {
    margin-left: 0;
  }
}
#service #secBy .example .float-list li .heading {
  font-size: 18px;
  font-weight: bold;
  color: #061089;
}
#service #secBy .example .float-list li .txt {
  margin-top: 10px;
  text-align: center;
  line-height: 1.5;
}
#service #secBy .example .float-list li:nth-of-type(2) {
  background-image: url("./img/frame01_3.png");
  background-size: 90% 90%;
  background-position: center;
}
#service #secBy .example .float-list li:nth-of-type(2) .pop {
  left: auto;
  right: 0;
}
@media screen and (max-width: 960px) {
  #service #secBy .example .float-list li:nth-of-type(2) {
    margin-left: auto;
    margin-right: 0;
  }
}
#service #secBy .example .float-list li .pop {
  position: absolute;
  top: -20px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border-radius: 100%;
}
#service #secBy .example .caution {
  margin-top: -20px;
  font-size: 12px;
  text-align: right;
}
#service #secBy .example .annotation li {
  font-size: 14px;
  line-height: 2.1;
}
@media screen and (max-width: 960px) {
  #service #secBy .example .annotation {
    margin-top: 10px;
  }
}
#service #secBy .sec02 {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  #service #secBy .sec02 {
    margin-top: 50px;
  }
  #service #secBy .sec02 .inner {
    width: 100%;
  }
}
#service #secBy .sec02 .cont-title::before {
  display: none;
}
#service #secBy .sec02 .cont-title br {
  display: none;
}
@media screen and (max-width: 960px) {
  #service #secBy .sec02 .cont-title br {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  #service #secBy .sec02 .simulation {
    padding: 24px 5%;
    margin-top: 24px;
    background-color: #e4e6f4;
  }
}
#service #secBy .sec02 .simulation .caution {
  display: flex;
  justify-content: space-between;
}
#service #secBy .sec02 .simulation .simuform-wrap {
  padding: 30px;
  margin-top: 10px;
  background-color: #e4e6f4;
}
@media screen and (max-width: 960px) {
  #service #secBy .sec02 .simulation .simuform-wrap {
    padding: 0 16px;
    margin-top: 30px;
  }
}
#service #secBy .sec02 .simulation .simuform-wrap .simu-table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 960px) {
  #service #secBy .sec02 .simulation .simuform-wrap .simu-table * {
    display: block;
  }
  #service #secBy .sec02 .simulation .simuform-wrap .simu-table tr:first-child {
    display: none;
  }
  #service #secBy .sec02 .simulation .simuform-wrap .simu-table tr {
    margin-bottom: 30px;
  }
}
#service #secBy .sec02 .simulation .simuform-wrap .simu-table tr:not(:first-child) th {
  font-weight: bold;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  #service #secBy .sec02 .simulation .simuform-wrap .simu-table tr:not(:first-child) th {
    display: inline-block;
    width: auto;
    font-size: 15px;
    font-weight: bold;
  }
}
#service #secBy .sec02 .simulation .simuform-wrap .simu-table tr:not(:first-child) th,
#service #secBy .sec02 .simulation .simuform-wrap .simu-table tr:not(:first-child) td {
  box-sizing: content-box;
  height: 28px;
  border-bottom: solid 20px #e4e6f4;
}
@media screen and (max-width: 960px) {
  #service #secBy .sec02 .simulation .simuform-wrap .simu-table tr:not(:first-child) th,
  #service #secBy .sec02 .simulation .simuform-wrap .simu-table tr:not(:first-child) td {
    height: auto;
    box-sizing: border-box;
    border: none;
  }
}
@media screen and (max-width: 960px) {
  #service #secBy .sec02 .simulation .simuform-wrap .simu-table tr:not(:first-child) th {
    border-bottom: solid 2px #061089;
  }
}
#service #secBy .sec02 .simulation .simuform-wrap .simu-table tr:not(:first-child) td:last-child {
  padding-right: 30px;
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 960px) {
  #service #secBy .sec02 .simulation .simuform-wrap .simu-table tr:not(:first-child) td:last-child {
    padding-right: 16px;
    font-size: 14px;
    border: none;
  }
  #service #secBy .sec02 .simulation .simuform-wrap .simu-table tr:not(:first-child) td:last-child span {
    color: #061089;
  }
  #service #secBy .sec02 .simulation .simuform-wrap .simu-table tr:not(:first-child) td:last-child .fee {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 30px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-color: #d0d4f1;
  }
}
#service #secBy .sec02 .simulation .simuform-wrap .simu-table th,
#service #secBy .sec02 .simulation .simuform-wrap .simu-table td {
  width: 20%;
  border: solid 10px #e4e6f4;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  #service #secBy .sec02 .simulation .simuform-wrap .simu-table th,
  #service #secBy .sec02 .simulation .simuform-wrap .simu-table td {
    border: none;
  }
}
#service #secBy .sec02 .simulation .simuform-wrap .simu-table td {
  background-color: #fff;
}
#service #secBy .sec02 .simulation .simuform-wrap .simu-table td span {
  display: none;
}
#service #secBy .sec02 .simulation .simuform-wrap .simu-table td.empty {
  background-color: transparent;
}
@media screen and (max-width: 960px) {
  #service #secBy .sec02 .simulation .simuform-wrap .simu-table td {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 16px;
    margin-top: 20px;
    background-color: transparent;
  }
  #service #secBy .sec02 .simulation .simuform-wrap .simu-table td span {
    display: block;
    width: 5em;
    padding-right: 1em;
    text-align: right;
  }
  #service #secBy .sec02 .simulation .simuform-wrap .simu-table td.empty {
    display: none;
  }
}
#service #secBy .sec02 .simulation .simuform-wrap .simu-table .select-wrap {
  position: relative;
  padding-right: 6px;
}
@media screen and (max-width: 960px) {
  #service #secBy .sec02 .simulation .simuform-wrap .simu-table .select-wrap {
    width: calc(100% - 5em);
    height: 30px;
    padding-right: 0;
  }
}
#service #secBy .sec02 .simulation .simuform-wrap .simu-table .select-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  display: block;
  width: 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 8px 5px 0 5px;
  pointer-events: none;
  transform: translateY(-50%);
}
#service #secBy .sec02 .simulation .simuform-wrap .simu-table select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
}
#service #secBy .sec02 .simulation .sum-box {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  #service #secBy .sec02 .simulation .sum-box {
    padding: 0 16px;
    margin-top: 50px;
  }
}
#service #secBy .sec02 .simulation .sum-box dl {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
#service #secBy .sec02 .simulation .sum-box dl * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 45px;
  font-size: 18px;
  font-weight: bold;
}
#service #secBy .sec02 .simulation .sum-box dl dt {
  color: #fff;
  background-color: #061089;
}
@media screen and (max-width: 960px) {
  #service #secBy .sec02 .simulation .sum-box dl dt {
    width: 34%;
  }
}
#service #secBy .sec02 .simulation .sum-box dl dd {
  border: solid 1px #061089;
}
@media screen and (max-width: 960px) {
  #service #secBy .sec02 .simulation .sum-box dl dd {
    width: 66%;
    background-color: #fff;
  }
}
#service #secBy .sec02 .simulation .caution-list {
  padding-left: 50px;
  margin-top: 20px;
  font-size: 12px;
}
#service #secBy .sec02 .simulation .caution-list li {
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #service #secBy .sec02 .simulation .caution-list {
    padding: 0 32px;
    margin-top: 16px;
  }
}

/* products
--------------------------------------------------------*/
#products #page-header {
  margin-bottom: 80px;
}
#products #page-header .local-nav .inner ul {
  justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  #products #page-header {
    margin-bottom: 30px;
  }
  #products #page-header .local-nav .inner {
    padding-top: 0.4em;
  }
  #products #page-header .local-nav .inner .heading {
    width: 11em;
  }
  #products #page-header .local-nav .inner ul {
    width: calc(100% - 11em);
    padding-left: 0;
    justify-content: flex-start;
  }
  #products #page-header .local-nav .inner ul li {
    width: 33%;
    white-space: nowrap;
  }
  #products #page-header .local-nav .inner ul li + li {
    margin-left: 0;
  }
  #products #page-header .local-nav .inner ul li:nth-child(n+4) {
    margin-top: 0.6em;
  }
}
#products .product .popup {
  display: none;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding: 110px 0;
  background-color: rgba(0, 0, 0, 0.75);
}
#products .product .popup .pop-inner {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
#products .product .popup .pop-inner .pop-close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 34px;
  color: #000;
  text-decoration: none;
  transition: opacity 0.4s;
  cursor: pointer;
}
#products .product .popup .pop-inner .pop-close:hover {
  opacity: 0.5;
}
#products .product .popup .pop-inner .pop-close:hover {
  opacity: 0.5;
}
#products .product .popup .pop-inner .btn-link {
  margin-top: 14px;
}
#products .product .popup .pop-inner .btn-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 60px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 30px;
}
#products .product .sec-head {
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #products .product .sec-head {
    margin-bottom: 30px;
  }
}
#products .product .sec-head .sec-title {
  font-size: 28px;
  font-weight: bold;
}
#products .product .sec-head .sec-title span {
  font-size: 0.8em;
}
#products .product .sec-head .select {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 960px) {
  #products .product .sec-head .select {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
  }
  #products .product .sec-head .select > p {
    font-size: 0.9em;
  }
}
#products .product .sec-head .select > *:first-child {
  margin-right: 1.2em;
}
@media screen and (max-width: 960px) {
  #products .product .sec-head .select > *:first-child {
    margin-right: 0;
  }
}
#products .product .sec-head .select .select-btn {
  color: #000;
  text-decoration: none;
  transition: opacity 0.4s;
  cursor: pointer;
}
#products .product .sec-head .select .select-btn:hover {
  opacity: 0.5;
}
#products .product .sec-head .select .select-btn:hover {
  opacity: 0.5;
}
#products .product .sec-head .select .popup {
  display: none;
}
#products .product + .product .inner {
  padding-top: 60px;
  border-top: solid 1px #000;
}
@media screen and (max-width: 960px) {
  #products .product + .product .inner {
    padding-top: 30px;
  }
}
#products .product-list {
  padding-left: 50px;
  padding-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #products .product-list {
    padding-bottom: 30px;
  }
}
#products .product-list li {
  width: 200px;
}
#products .product-list li:nth-child(n+4) {
  margin-top: 50px;
}
#products .product-list li .item {
  display: block;
  color: #000;
  text-decoration: none;
  transition: opacity 0.4s;
  cursor: pointer;
}
#products .product-list li .item:hover {
  opacity: 0.5;
}
#products .product-list li .item:hover {
  opacity: 0.5;
}
#products .product-list::after {
  content: "";
  display: block;
  width: 200px;
  height: 0;
}
@media screen and (max-width: 960px) {
  #products .product-list {
    padding-left: 0;
  }
  #products .product-list li {
    width: 46%;
  }
  #products .product-list li:nth-child(n+3) {
    margin-top: 30px;
  }
  #products .product-list li:nth-child(n+4) {
    margin-top: 30px;
  }
}

/* company
--------------------------------------------------------*/
#company #secCompany {
  padding-bottom: 110px;
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  #company #secCompany {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #company #secCompany {
    padding-bottom: 50px;
  }
}
#company #secCompany .sec-title {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #company #secCompany .sec-title {
    margin-bottom: 25px;
  }
}
#company #secCompany .comp-cont {
  padding-left: 50px;
}
#company #secCompany .comp-cont + .comp-cont {
  margin-top: 70px;
}
@media screen and (max-width: 960px) {
  #company #secCompany .comp-cont {
    padding-left: 0;
  }
  #company #secCompany .comp-cont + .comp-cont {
    margin-top: 50px;
  }
}
#company #secCompany .heading {
  margin-bottom: 1.5em;
  font-size: 20px;
  font-weight: bold;
  color: #061089;
}
@media screen and (max-width: 960px) {
  #company #secCompany .heading {
    font-size: 18px;
    margin-bottom: 1em;
  }
}
#company #secCompany .comp-list div {
  padding: 1.2em 0;
  border-top: solid 1px #000;
}
#company #secCompany .comp-list div:last-child {
  border-bottom: solid 1px #000;
}
#company #secCompany .comp-list div dt {
  width: 200px;
  padding-left: 50px;
}
@media screen and (max-width: 960px) {
  #company #secCompany .comp-list div dt {
    width: 6em;
    padding-left: 0;
  }
}
#company #secCompany .comp-list div dd {
  width: calc(100% - 200px);
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #company #secCompany .comp-list div dd {
    width: calc(100% - 6em);
    line-height: 1.8;
  }
}
#company #secCompany .img {
  margin-bottom: 30px;
}
#company #secCompany .base-list.layout > * {
  width: 47.4025974026%;
}
@media screen and (max-width: 960px) {
  #company #secCompany .base-list.layout > * {
    width: 100%;
  }
}
#company #secCompany .base-list.layout > * + * {
  margin-top: 27px;
}
#company #secCompany .base-list dt {
  margin-bottom: 0.8em;
  font-size: 22px;
  font-weight: bold;
}
#company #secCompany .base-list dd {
  line-height: 2;
}
#company #secCompany .base-list dd a {
  color: #061089;
}
#company #secCompany .map {
  margin: 50px 0 65px;
}
#company #secCompany .map iframe {
  display: block;
  width: 100%;
  height: 230px;
  border: none;
}
@media screen and (max-width: 960px) {
  #company #secCompany .map {
    margin: 20px 0 60px;
  }
  #company #secCompany .map iframe {
    height: 170px;
  }
}
#company #secCompany .shop-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #company #secCompany .shop-list {
    display: block;
  }
}
#company #secCompany .shop-list li {
  width: calc((100% - 50px) / 3);
}
@media screen and (max-width: 768px) {
  #company #secCompany .shop-list li {
    width: 100%;
    max-width: 3750px;
    margin: 0 auto;
  }
  #company #secCompany .shop-list li + * {
    margin-top: 20px;
  }
}
#company #secCompany .shop-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  color: #fff;
  background-color: #93261f;
}

/* info
--------------------------------------------------------*/
#info #secArchives {
  padding: 75px 0 55px;
  color: #fff;
  background-color: #3840a2;
}
@media screen and (max-width: 960px) {
  #info #secArchives {
    padding: 32px 0 27px;
  }
}
#info #secArchives a {
  color: #fff;
}
#info #secArchives .info-list li:nth-child(n+4) {
  margin-top: 70px;
}
@media screen and (max-width: 960px) {
  #info #secArchives .info-list li:nth-child(n+4) {
    margin-top: 40px;
  }
}
#info #secArchives .page-nation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
#info #secArchives .page-nation > div > * {
  display: inline-block;
  padding: 0 0.1em;
  margin: 0 10px;
  font-size: 19px;
  border-bottom: solid 1px transparent;
}
#info #secArchives .page-nation span {
  border-color: #fff;
}
@media screen and (max-width: 960px) {
  #info #secArchives .page-nation {
    margin-top: 50px;
  }
}
#info #secSingle {
  padding: 75px 0 55px;
  background-color: #3840a2;
}
@media screen and (max-width: 960px) {
  #info #secSingle {
    padding: 32px 0 27px;
  }
}
#info #secSingle .article {
  padding: 24px 36px 40px;
  background-color: #fff;
  border-radius: 14px;
}
@media screen and (max-width: 960px) {
  #info #secSingle .article {
    padding: 18px 18px 20px;
  }
}
#info #secSingle .article .art-inner {
  padding: 0 85px;
}
@media screen and (max-width: 960px) {
  #info #secSingle .article .art-inner {
    padding: 0;
  }
}
#info #secSingle .data {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}
#info #secSingle .date {
  font-size: 14px;
}
#info #secSingle .cate {
  display: block;
  width: 90px;
  padding: 0.3em 0 0.2em;
  font-size: 10px;
  text-align: center;
  color: #000;
  background-color: #e5e3e3;
}
#info #secSingle .title {
  margin-bottom: 18px;
  font-size: 20px;
  text-align: center;
}
#info #secSingle .catch {
  margin-bottom: 24px;
}
#info #secSingle .body p {
  font-size: 14px;
  line-height: 2.1;
}
#info #secSingle .body img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
#info #secSingle .body p + p {
  margin-top: 30px;
}
#info #secSingle .page-nation {
  margin-top: 100px;
}
#info #secSingle .page-nation > *.prev a::before, #info #secSingle .page-nation > *.next a::after {
  content: "";
  display: block;
  position: relative;
  top: -2px;
  width: 9px;
  height: 15px;
  margin-left: 16px;
  background-image: url("./img/arrow04.png");
  background-size: 100% 100%;
}
#info #secSingle .page-nation > *.prev a::before {
  margin-left: 0;
  margin-right: 16px;
  transform: rotate(180deg);
}
#info #secSingle .page-nation > * a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#info #secSingle .reration {
  padding: 60px 0 35px;
  color: #fff;
}
#info #secSingle .reration a {
  color: #fff;
}
#info #secSingle .reration .heading {
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #info #secSingle .reration .heading {
    margin-bottom: 22px;
  }
}
#info #secSingle .reration li .data {
  margin-bottom: 8px;
}
#info #secSingle .reration li .title {
  margin-bottom: 0;
  font-size: 16px;
  text-align: left;
}
#info #secSingle .reration .btn01 {
  margin-top: 36px;
}
#info #secSingle .reration .btn01 a {
  margin: 0 auto;
}

/* privacy
--------------------------------------------------------*/
#privacy #secPrivacy {
  padding: 130px 0 90px;
  font-size: 14px;
  line-height: 2.1;
}
#privacy #secPrivacy * {
  line-height: 2.1;
}
#privacy #secPrivacy .inner {
  max-width: 580px;
}
#privacy #secPrivacy .sec-title {
  margin-bottom: 2em;
}
#privacy #secPrivacy .txt {
  margin-bottom: 2em;
}
#privacy #secPrivacy dl dt {
  margin-bottom: 1em;
}
#privacy #secPrivacy dl dd + dt {
  margin-top: 2em;
}
@media screen and (max-width: 960px) {
  #privacy #secPrivacy {
    padding: 75px 0;
  }
}

/* covid
--------------------------------------------------------*/
#covid #secGuide {
  padding: 130px 0 90px;
  font-size: 14px;
  line-height: 2.1;
}
#covid #secGuide * {
  line-height: 2.1;
}
#covid #secGuide .inner {
  max-width: 580px;
}
#covid #secGuide .sec-title {
  margin-bottom: 60px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #covid #secGuide .sec-title {
    margin-bottom: 22px;
    line-height: 1.6;
  }
  #covid #secGuide .sec-title span.sp {
    display: none;
  }
}
#covid #secGuide .txt {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  #covid #secGuide .txt {
    margin-top: 22px;
  }
}
#covid #secGuide .new {
  margin-top: 60px;
}
#covid #secGuide .new .heading {
  margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
  #covid #secGuide .new {
    margin-top: 40px;
  }
}
#covid #secGuide .measures {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  #covid #secGuide .measures {
    margin-top: 60px;
  }
}
#covid #secGuide .measures .heading {
  font-size: 18px;
}
#covid #secGuide .measures > dl > dt {
  margin-top: 2em;
}
#covid #secGuide .measures > dl > dd dl dd + dt {
  margin-top: 2em;
}
#covid #secGuide .measures > dl + p {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  #covid #secGuide .measures > dl + p {
    margin-top: 35px;
  }
}
@media screen and (max-width: 960px) {
  #covid #secGuide {
    padding: 30px 0 75px;
  }
}

/* contact
--------------------------------------------------------*/
#contact #secForm {
  padding: 66px 0;
  background-color: #3840a1;
}
#contact #secForm .container {
  padding: 75px 0 110px;
  background-color: #fff;
  border-radius: 14px;
}
@media screen and (max-width: 960px) {
  #contact #secForm .container {
    padding: 28px 18px 42px;
  }
}
#contact #secForm .container .wrap {
  max-width: 645px;
  margin: 0 auto;
}
#contact #secForm .container .sec-title {
  margin-bottom: 1.5em;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#contact #secForm .container .lead {
  margin-bottom: 2.1em;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #contact #secForm .container .lead br {
    display: none;
  }
}
#contact #secForm .container .form-list div {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
#contact #secForm .container .form-list div + div {
  margin-top: 18px;
}
@media screen and (max-width: 960px) {
  #contact #secForm .container .form-list div {
    display: block;
  }
}
#contact #secForm .container .form-list dt {
  padding: 14px 10px;
  width: 210px;
  margin-right: 14px;
  font-size: 14px;
  line-height: 1;
  background-color: #e5e6f3;
  border-radius: 5px;
}
#contact #secForm .container .form-list dt span {
  display: inline-block;
  line-height: 1;
  color: #ff0000;
}
@media screen and (max-width: 960px) {
  #contact #secForm .container .form-list dt {
    width: 100%;
  }
}
#contact #secForm .container .form-list dd {
  width: calc(100% - 224px);
}
@media screen and (max-width: 960px) {
  #contact #secForm .container .form-list dd {
    width: 100%;
    margin-top: 5px;
  }
}
#contact #secForm .container .form-list input[type=text],
#contact #secForm .container .form-list input[type=email],
#contact #secForm .container .form-list input[type=number],
#contact #secForm .container .form-list input[type=submit],
#contact #secForm .container .form-list button,
#contact #secForm .container .form-list select,
#contact #secForm .container .form-list textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  display: block;
  padding: 10px;
  border: none;
  background-color: #f5f5f5;
  border-radius: 5px;
}
#contact #secForm .container .form-list input[type=text],
#contact #secForm .container .form-list input[type=email],
#contact #secForm .container .form-list input[type=number],
#contact #secForm .container .form-list select {
  width: 100%;
  height: 45px;
}
#contact #secForm .container .form-list textarea {
  width: 100%;
  height: 240px;
}
#contact #secForm .container .form-list .post {
  display: flex;
  align-items: center;
}
#contact #secForm .container .form-list .post span:nth-of-type(2) {
  margin: 0 10px;
}
@media screen and (max-width: 960px) {
  #contact #secForm .container .form-list .post span:nth-of-type(2) {
    width: 27px;
    margin: 0;
    text-align: center;
  }
}
#contact #secForm .container .form-list .post input[type=number]:nth-of-type(1) {
  width: 30.8056872038%;
  max-width: 130px;
}
@media screen and (max-width: 960px) {
  #contact #secForm .container .form-list .post input[type=number]:nth-of-type(1) {
    width: 100px;
  }
}
#contact #secForm .container .form-list .post input[type=number]:nth-of-type(2) {
  width: 37.9146919431%;
  max-width: 160px;
}
@media screen and (max-width: 960px) {
  #contact #secForm .container .form-list .post input[type=number]:nth-of-type(2) {
    width: calc(100% - 127px);
    max-width: 100%;
  }
}
#contact #secForm .container .form-list .tel {
  display: flex;
  align-items: center;
}
#contact #secForm .container .form-list .tel span:not(.wpcf7-form-control-wrap) {
  width: 16px;
  text-align: center;
}
#contact #secForm .container .form-list .tel .wpcf7-form-control-wrap {
  width: calc((100% - 32px) / 3);
}
#contact #secForm .container .form-list .select-wrap {
  position: relative;
  width: 180px;
}
@media screen and (max-width: 960px) {
  #contact #secForm .container .form-list .select-wrap {
    width: 198px;
  }
}
#contact #secForm .container .form-list .select-wrap span {
  display: block;
  width: 100%;
}
#contact #secForm .container .form-list .select-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 10;
  display: block;
  width: 16px;
  height: 8px;
  background-image: url("./img/arrow07.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  pointer-events: none;
}
#contact #secForm .container .caution {
  margin-top: 60px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #contact #secForm .container .caution {
    text-align: justify;
  }
}
#contact #secForm .container .caution a {
  color: #061089;
  text-decoration: underline;
}
#contact #secForm .container .agree-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 47px;
  margin: 24px auto 0;
  font-size: 14px;
  background-color: #e5e6f3;
  border-radius: 5px;
  cursor: pointer;
}
#contact #secForm .container .agree-wrap .wpcf7-form-control-wrap {
  position: static;
}
#contact #secForm .container .agree-wrap br {
  display: none;
}
@media screen and (max-width: 960px) {
  #contact #secForm .container .agree-wrap {
    height: 65px;
  }
}
#contact #secForm .container .agree-wrap > span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 35px;
}
@media screen and (max-width: 960px) {
  #contact #secForm .container .agree-wrap > span {
    flex-direction: column-reverse;
    padding: 10px;
  }
}
#contact #secForm .container .agree-wrap > span > span:nth-of-type(1) {
  margin: 0 1em 0 0;
  color: #ff0000;
}
@media screen and (max-width: 960px) {
  #contact #secForm .container .agree-wrap > span > span:nth-of-type(1) {
    margin: 0;
    padding-left: 35px;
  }
}
#contact #secForm .container .agree-wrap > span .wpcf7-list-item {
  margin: 0;
}
#contact #secForm .container .agree-wrap > span .wpcf7-list-item-label {
  color: #000;
}
#contact #secForm .container .agree-wrap input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: solid 2px #707070;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  #contact #secForm .container .agree-wrap input[type=checkbox] {
    left: 50%;
    top: auto;
    bottom: 10px;
    transform: translateY(0) translateX(-140%);
  }
}
#contact #secForm .container .agree-wrap .agree {
  position: static;
}
#contact #secForm .container .btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  margin: 50px auto 0;
}
#contact #secForm .container .btns br {
  display: none;
}
#contact #secForm .container .btns span {
  display: none;
}
@media screen and (max-width: 960px) {
  #contact #secForm .container .btns {
    display: block;
    margin-top: 40px;
  }
}
#contact #secForm .container .btns * {
  display: block;
  width: calc((100% - 18px) / 2);
  height: 50px;
}
@media screen and (max-width: 960px) {
  #contact #secForm .container .btns * {
    width: 215px;
    height: 37px;
    margin: 0 auto;
  }
  #contact #secForm .container .btns * + * {
    margin-top: 15px;
  }
}
#contact #secForm .container .btns input,
#contact #secForm .container .btns button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  border-radius: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #000;
  text-decoration: none;
  transition: opacity 0.4s;
  cursor: pointer;
}
#contact #secForm .container .btns input:hover,
#contact #secForm .container .btns button:hover {
  opacity: 0.5;
}
#contact #secForm .container .btns input {
  color: #fff;
  background-color: #3840a1;
}/*# sourceMappingURL=style.css.map */