@charset "UTF-8";
/*/////////////////////////////
 reset
 /////////////////////////////*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/*  カラー
---------------------------------------------------*/
html {
  line-height: 1;
}

button {
  background: none;
  cursor: pointer;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/*/////////////////////////////
slick
/////////////////////////////*/
.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*/////////////////////////////
 base
 /////////////////////////////*/
body {
  background: #f4f4f4;
  color: #000;
  line-height: 2;
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: bold;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 813px) {
  body {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  body {
    font-size: 16px;
  }
}
.wrap {
  overflow: hidden;
}

.wrap.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

/* list
* ------------------------- */
li {
  list-style: none;
}

/* link
* ------------------------- */
a {
  text-decoration: none;
  color: inherit;
}

/* input
* ------------------------- */
input {
  -webkit-appearance: none;
  border-radius: 0;
}

/* img
* ------------------------- */
img {
  width: 100%;
  height: auto;
  border: 0px;
  display: block;
}

a img {
  border: 0px;
}

@media screen and (max-width: 812px) {
  img {
    outline: none;
  }
}
/* headings
* ------------------------- */
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  font-size: 100%;
}

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

/* other
* ------------------------- */
/* linkbox */
.linkbox {
  cursor: pointer;
}

/* pc,sp */
.spOnly {
  display: none;
}

br.sp {
  display: none;
}

@media screen and (max-width: 812px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  br.sp {
    display: inline;
  }
  br.pc {
    display: none;
  }
}
/* ==========================================================
 shugiin-saitama7
	Created: 2021-8

 module
	00.common
	01.header
	02.footer
	03.main
	04.mainVisual
	05.blockNews
	06.blockAbout
	07.blockProfile
	08.blockCase
	09.blockInq
 ========================================================== */
/*/////////////////////////////
  00. common
	- 1. 
	- 2. 
  - 3. 
/////////////////////////////*/
/*/////////////////////////////
 01. header
/////////////////////////////*/
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #004098;
  z-index: 99;
}
.header .inner {
  padding: 10px 4% 12px;
  position: relative;
}
.header .top .hdg01 {
  color: #fff;
  line-height: 1;
}
.header .top .hdg01 span {
  display: block;
}
.header .top .hdg01 .shibu {
  font-size: 12px;
  letter-spacing: 0.2em;
}
.header .top .hdg01 .name {
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-top: 5px;
}
.header .top .toSite {
  display: none;
}
.header .top .navBtn {
  width: 53px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.header .top .navBtn button {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.header .top .navBtn button:before,
.header .top .navBtn button span:before,
.header .top .navBtn button span:after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -14px;
}
.header .top .navBtn button:before {
  top: 18.5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .top .navBtn button span:before {
  top: 27px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.header .top .navBtn button span:after {
  top: 34.5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .top .navBtn button.open {
  background-color: #004098;
}
.header .top .navBtn button.open span:before {
  opacity: 0;
}
.header .top .navBtn button.open:before {
  top: 27px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .top .navBtn button.open span:after {
  top: 27px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .bottom {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  background: #fff;
  display: none;
}
.header .bottom .navBody {
  padding-top: 36%;
}
@media (min-width: 768px) {
  .header .bottom .navBody {
    padding-top: 14.6666666667%;
  }
}
.header .bottom .navBody .nav {
  text-align: center;
  border-top: #f4f4f4 1px solid;
}
.header .bottom .navBody .nav ul li {
  border-bottom: #f4f4f4 1px solid;
}
.header .bottom .navBody .nav ul li a {
  display: block;
  letter-spacing: 0.2em;
  line-height: 3.625;
}
.header .bottom .navBody .links {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: #004098 10px solid;
  padding-bottom: 0.625em;
}
.header .bottom .navBody .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .bottom .navBody .links ul li {
  width: 1.375em;
  padding: 0 0.875em;
}
.header .bottom .navBody .links ul li a {
  display: block;
}
.header .bottom .navBody .links ul li.note {
  position: relative;
}
.header .bottom .navBody .links ul li.note:before {
  content: "";
  display: block;
  width: 1px;
  height: 0.875em;
  background: #f4f4f4;
  position: absolute;
  top: 50%;
  left: -0.5px;
  margin-top: -0.4375em;
}

/*/////////////////////////////
 02. footer
/////////////////////////////*/
.footer {
  text-align: center;
  border-bottom: #004098 8px solid;
  padding-bottom: 1.25em;
  margin-top: 2.8125em;
  position: relative;
}
.footer .copy {
  font-size: 0.625em;
  line-height: 1;
  letter-spacing: 0.2em;
}
.footer .toTop {
  width: 3.125em;
  position: absolute;
  right: 3.4666666667%;
  bottom: 4.375em;
}
.footer .toTop p a {
  color: #fff;
  font-weight: 800;
  text-align: center;
  line-height: 3.125;
  display: block;
  background: #004098;
}

/*/////////////////////////////
 03. main
/////////////////////////////*/
.main {
  overflow: hidden;
}
.main .hdg02 {
  font-size: 1.5em;
  line-height: 1;
  text-align: center;
}
.main .hdg02 span {
  display: inline-block;
  padding-bottom: 0.625em;
  position: relative;
}
.main .hdg02 span:after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background: #004098;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1em;
}
.main .sns {
  background: #fff;
  padding: 13.3333333333% 0 21.3333333333%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.main .sns.is-hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 1.875em, 0);
          transform: translate3d(0, 1.875em, 0);
  -webkit-transition: none;
  transition: none;
}
.main .sns .inner {
  padding: 0 3.2%;
}
.main .sns .inner .column + .column {
  margin-top: 1.25em;
}

/*/////////////////////////////
 04. mainVisual
/////////////////////////////*/
.mainVisual {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100vh;
  padding-top: 52px;
}
.mainVisual .inner {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url("../images/mv_sp_202410.jpg");
  background-position: center center;
  background-size: cover;
}
.mainVisual .text {
  color: #fff;
  position: absolute;
  bottom: 1.6875em;
  left: 4.8%;
  border-left: #004098 5px solid;
  padding-left: 0.6875em;
}
.mainVisual .text .shibu {
  font-size: 0.9375em;
  line-height: 1.333;
  letter-spacing: 0.2em;
}
.mainVisual .text .name {
  font-size: 2.6875em;
  line-height: 1.2558139535;
  letter-spacing: 0.2em;
}
.mainVisual .text .person {
  font-size: 1.5em;
  line-height: 1.333;
  letter-spacing: 0.2em;
}

/*/////////////////////////////
 05. blockNews
/////////////////////////////*/
.blockNews {
  padding-top: 9.3333333333%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.blockNews.is-hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 1.875em, 0);
          transform: translate3d(0, 1.875em, 0);
  -webkit-transition: none;
  transition: none;
}
.blockNews .news {
  margin-top: 10.6666666667%;
}
.blockNews .news .slick-list {
  padding: 0 8.8%;
}
.blockNews .news .col {
  margin: 0 0.4375em;
}
.blockNews .news .col .in {
  display: block;
}
.blockNews .news .col .image {
  overflow: hidden;
  position: relative;
}
.blockNews .news .col .image span {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.blockNews .news .col .image span:after {
  content: "";
  display: block;
  padding-top: 87.1186440678%;
}
.blockNews .news .col .image .cat {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 0.75em;
  letter-spacing: 0.2em;
  line-height: 2.5;
  text-align: center;
  background: #004098;
  min-width: 10em;
  padding: 0 1.25em;
  position: absolute;
  top: 0;
  left: 0;
}
.blockNews .news .col .detail {
  margin-top: 0.9375em;
  padding: 0 0.625em;
}
.blockNews .news .col .detail .title {
  font-size: 1.125em;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
}
.blockNews .news .col .detail .text {
  letter-spacing: 0.2em;
  margin-top: 0.625em;
}

/*/////////////////////////////
 06. blockAbout
/////////////////////////////*/
.blockAbout {
  margin-top: 9.3333333333%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.blockAbout.is-hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 1.875em, 0);
          transform: translate3d(0, 1.875em, 0);
  -webkit-transition: none;
  transition: none;
}
.blockAbout .heading {
  background: #fff;
  padding: 24% 0 0;
}
.blockAbout .heading .hdg {
  padding: 0 3.2%;
}
.blockAbout .heading .lead {
  font-size: 1.5em;
  line-height: 1.75;
  letter-spacing: 0.2em;
  margin-top: 1.25em;
}
.blockAbout .heading .text {
  font-size: 1.125em;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
  margin-top: 1.6666666667em;
}
.blockAbout .heading .visual {
  margin-top: 3.125em;
}
.blockAbout .body {
  margin-top: 5.3333333333%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.blockAbout .body.is-hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 1.875em, 0);
          transform: translate3d(0, 1.875em, 0);
  -webkit-transition: none;
  transition: none;
}
.blockAbout .body .lead {
  font-size: 1.125em;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
  padding: 0 3.2%;
}
.blockAbout .body .lyt {
  margin-top: 9.3333333333%;
  padding: 0 3.2%;
}
.blockAbout .body .lyt .box {
  background: #fff;
  padding: 1.875em;
}
.blockAbout .body .lyt .box + .box {
  margin-top: 5.698005698%;
}
.blockAbout .body .lyt .box .title p {
  line-height: 1;
}
.blockAbout .body .lyt .box .title p .num {
  color: #fff;
  width: 1.5625em;
  font-size: 2em;
  font-weight: 900;
  line-height: 1.5625;
  text-align: center;
  margin: 0 auto;
  display: block;
  background: #004098;
}
.blockAbout .body .lyt .box .title p .t {
  font-size: 2em;
  line-height: 1.125;
  margin-top: 0.3125em;
  display: block;
}
.blockAbout .body .lyt .box .text {
  margin-top: 0.875em;
  padding-top: 0.9375em;
  border-top: #aaaaaa 1px solid;
}
.blockAbout .body .lyt .box .text p {
  color: #7c7c7c;
  font-size: 1.125em;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
}

/*/////////////////////////////
 07. blockProfile
/////////////////////////////*/
.blockProfile {
  margin-top: 10.6666666667%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.blockProfile.is-hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 1.875em, 0);
          transform: translate3d(0, 1.875em, 0);
  -webkit-transition: none;
  transition: none;
}
.blockProfile .heading .box {
  padding-top: 13.3333333333%;
  background: #fff;
}
.blockProfile .heading .box .in:before {
  content: "";
  display: block;
  width: 14.625em;
  height: 15.5em;
  background: url("../images/image02.png") no-repeat;
  background-position: left top;
  background-size: 100% auto;
  margin-left: auto;
}
.blockProfile .heading .box .in .name {
  font-size: 2.625em;
  line-height: 1;
  margin-top: 0.3571428571em;
  padding: 0 3.2%;
}
.blockProfile .heading .box .in .name rt {
  font-size: 0.380952381em;
  text-align: center;
}
.blockProfile .heading .box .in .name small {
  font-size: 0.7619047619em;
  letter-spacing: 0.2em;
}
.blockProfile .heading .box .in .text {
  letter-spacing: 0.1em;
  padding: 0 3.2%;
  margin-top: 1.25em;
}
.blockProfile .heading .sub {
  padding: 5.3333333333% 3.2% 6.6666666667%;
  background: #fff;
}
.blockProfile .heading .sub .lyt .column + .column {
  margin-top: 1.875em;
}
.blockProfile .heading .sub .lyt .column .title {
  font-size: 1.125em;
  line-height: 1;
}
.blockProfile .heading .sub .lyt .column .title:before {
  content: "";
  width: 1.1111111111em;
  height: 1.1111111111em;
  display: inline-block;
  background: #004098;
  vertical-align: top;
  margin-right: 0.5555555556em;
}
.blockProfile .heading .sub .lyt .column .text {
  letter-spacing: 0.1em;
  margin-top: 0.625em;
}
.blockProfile .body {
  padding: 6.6666666667% 3.2% 0;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.blockProfile .body.is-hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 1.875em, 0);
          transform: translate3d(0, 1.875em, 0);
  -webkit-transition: none;
  transition: none;
}
.blockProfile .body .block + .block {
  margin-top: 1.25em;
}
.blockProfile .body .block .hdg a {
  display: block;
  font-size: 1.5em;
  text-align: center;
  line-height: 2.0416666667;
  background: #fff;
  border: #004098 1px solid;
  position: relative;
}
.blockProfile .body .block .hdg a:before, .blockProfile .body .block .hdg a:after {
  content: "";
  display: block;
  width: 0.625em;
  height: 3px;
  background: #004098;
  position: absolute;
  top: 50%;
  right: 0.8333333333em;
  margin-top: -1.5px;
}
.blockProfile .body .block .hdg a:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.blockProfile .body .block .hdg a.open:after {
  opacity: 0;
}
.blockProfile .body .block .content {
  padding-top: 2.1875em;
  display: none;
}
.blockProfile .body .block .content .text {
  font-size: 1.125em;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
}
.blockProfile .body .block .content .text + .text {
  margin-top: 1.5em;
}
.blockProfile .body .block .content .lyt .col + .col {
  margin-top: 1.5625em;
}
.blockProfile .body .block .content .lyt .col .history + .history {
  margin-top: 1.5625em;
}
.blockProfile .body .block .content .lyt .col .history .item {
  font-size: 1.125em;
  line-height: 1.7777777778;
  padding-left: 1.6666666667em;
  position: relative;
}
.blockProfile .body .block .content .lyt .col .history .item:before {
  content: "";
  width: 1.1111111111em;
  height: 1.1111111111em;
  display: inline-block;
  background: #004098;
  vertical-align: middle;
  margin-right: 0.5555555556em;
  position: absolute;
  top: 0.3888888889em;
  left: 0;
}
.blockProfile .body .block .content .lyt .col .history .list {
  letter-spacing: 0.2em;
  margin-top: 0.9375em;
}
.blockProfile .body .block .content .lyt .col .history .list li {
  padding-left: 1.875em;
}

/*/////////////////////////////
 08. blockCase
/////////////////////////////*/
.blockCase {
  margin-top: 6.6666666667%;
  padding: 24% 0 10.6666666667%;
  background: #fff;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.blockCase.is-hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 1.875em, 0);
          transform: translate3d(0, 1.875em, 0);
  -webkit-transition: none;
  transition: none;
}
.blockCase .case {
  margin-top: 10.6666666667%;
}
.blockCase .case .slick-list {
  padding: 0 8.8%;
}
.blockCase .case .col {
  margin: 0 0.4375em;
}
.blockCase .case .col .in {
  display: block;
}
.blockCase .case .col .image {
  overflow: hidden;
  position: relative;
}
.blockCase .case .col .image span {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.blockCase .case .col .image span:after {
  content: "";
  display: block;
  padding-top: 87.1186440678%;
}
.blockCase .case .col .image .cat {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  line-height: 2.5;
  text-align: center;
  background: #004098;
  min-width: 10em;
  padding: 0 1.25em;
  position: absolute;
  top: 0;
  left: 0;
}
.blockCase .case .col .detail {
  margin-top: 0.9375em;
  padding: 0 0.625em;
}
.blockCase .case .col .detail .title {
  font-size: 1.125em;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
}
.blockCase .case .col .detail .text {
  letter-spacing: 0.2em;
  margin-top: 0.625em;
}

/*/////////////////////////////
 09. blockInq
/////////////////////////////*/
.blockInq {
  padding: 6.6666666667% 0 10.6666666667%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.blockInq.is-hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 1.875em, 0);
          transform: translate3d(0, 1.875em, 0);
  -webkit-transition: none;
  transition: none;
}
.blockInq .inq {
  margin-top: 10.6666666667%;
}
.blockInq .inq ul li {
  margin: 1.25em 10.6666666667% 0;
}
.blockInq .inq ul li a {
  text-align: center;
  display: block;
  background: #fff;
  border: #004098 1px solid;
  -webkit-box-shadow: 0px 8px 15px -8px rgba(0, 64, 152, 0.4);
          box-shadow: 0px 8px 15px -8px rgba(0, 64, 152, 0.4);
  padding: 1.875em 0;
}
.blockInq .inq ul li a span {
  display: block;
  font-weight: 900;
  line-height: 1;
}
.blockInq .inq ul li a .t {
  font-size: 1.25em;
}
.blockInq .inq ul li a .s {
  font-size: 0.6875em;
  margin-top: 0.5454545455em;
}

/*/////////////////////////////
 RWD
/////////////////////////////*/
@media (min-width: 813px) {
  .header {
    background: #fff;
    z-index: 99;
  }
  .header .inner {
    padding: 0;
  }
  .header .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 5.5555555556% 10px 2.0833333333%;
    border-bottom: #f4f4f4 1px solid;
  }
  .header .top .hdg01 {
    color: #333;
  }
  .header .top .hdg01 .shibu {
    font-size: 11px;
  }
  .header .top .hdg01 .name {
    font-size: 32px;
    margin-top: 10px;
  }
  .header .top .toSite {
    display: block;
    width: 320px;
  }
  .header .top .toSite p a {
    font-size: 14px;
    line-height: 2.7142857143;
    text-align: center;
    display: block;
    border: #004098 1px solid;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 8px -5px rgba(0, 64, 152, 0.4);
            box-shadow: 0px 5px 8px -5px rgba(0, 64, 152, 0.4);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header .top .toSite p a:hover {
    color: #fff;
    background-color: #004098;
  }
  .header .top .navBtn {
    display: none;
  }
  .header .bottom {
    position: static;
    background: none;
    display: block !important;
    border-bottom: #f4f4f4 1px solid;
  }
  .header .bottom .navBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 5.2083333333% 0 0;
  }
  .header .bottom .navBody .nav {
    border-top: none;
    border-right: #f4f4f4 1px solid;
  }
  .header .bottom .navBody .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .bottom .navBody .nav ul li {
    width: 10.625em;
    border-left: #f4f4f4 1px solid;
    border-bottom: none;
  }
  .header .bottom .navBody .nav ul li a {
    line-height: 52px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header .bottom .navBody .nav ul li a:hover {
    color: #004098;
    background-color: #f4f4f4;
  }
  .header .bottom .navBody .links {
    position: static;
    border-bottom: none;
    padding-bottom: 0;
  }
  .header .bottom .navBody .links ul li {
    width: 1.3125em;
  }
  .header .bottom .navBody .links ul li a {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .header .bottom .navBody .links ul li a:hover {
    opacity: 0.7;
  }
  .footer {
    padding-bottom: 1.875em;
    margin-top: 1.875em;
  }
  .footer .copy {
    font-size: 0.75em;
  }
  .footer .toTop {
    right: 4.8611111111%;
    bottom: 3.75em;
  }
  .main .hdg02 {
    font-size: 2.625em;
    text-align: left;
  }
  .main .hdg02 span {
    width: 16.6666666667em;
    display: block;
    padding-bottom: 0.5952380952em;
  }
  .main .hdg02 span:after {
    width: 100%;
    height: 4px;
    left: 0;
    margin-left: 0;
  }
  .main .container {
    width: 90.2777777778%;
    max-width: 1300px;
    margin: 0 auto;
  }
  .main .sns {
    padding: 2.5em 0 3.4375em;
  }
  .main .sns .inner {
    width: 73.8461538462%;
    padding: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main .sns .inner .column {
    width: 48.9583333333%;
  }
  .main .sns .inner .column + .column {
    margin-top: 0;
  }
  .mainVisual {
    padding-top: 127px;
  }
  .mainVisual .inner {
    background-image: url("../images/mv_pc_202410.jpg");
  }
  .mainVisual .text {
    bottom: 5.8125em;
    left: 4.8611111111%;
    padding: 4.375em 0 0.75em 1.5625em;
    text-shadow: 0 0px 10px rgba(0, 0, 0, 0.4);
  }
  .mainVisual .text .shibu {
    font-size: 1.5em;
  }
  .mainVisual .text .name {
    font-size: 4em;
    line-height: 1;
    margin-top: 0.3125em;
  }
  .mainVisual .text .person {
    font-size: 2em;
  }
  .blockNews {
    padding-top: 5.3125em;
  }
  .blockNews .inner {
    padding: 0 3.8461538462%;
  }
  .blockNews .news {
    margin: 4.1666666667% -0.8333333333% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blockNews .news .slick-list {
    padding: 0;
  }
  .blockNews .news .col {
    width: 32.1666666667%;
    margin: 0 0.8333333333%;
  }
  .blockNews .news .col a {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .blockNews .news .col a:hover {
    opacity: 0.7;
  }
  .blockNews .news .col .image span:after {
    padding-top: 66.5803108808%;
  }
  .blockNews .news .col .detail {
    padding: 0;
  }
  .blockNews .news .col .detail .text {
    margin-top: 0.75em;
  }
  .blockAbout {
    margin-top: 5em;
    padding-bottom: 5em;
    background: #fff;
    border-bottom: #004098 20px solid;
  }
  .blockAbout .heading {
    padding: 5em 0 0;
    position: relative;
  }
  .blockAbout .heading:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 24.2361111111%;
    background: url("../images/triangle.svg") no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .blockAbout .heading .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .blockAbout .heading .hdg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 82.8461538462%;
    padding: 4.625em 3.125em 3.75em;
    margin: -5.625em 0 0 -3.8461538462%;
    background: #fff;
    position: relative;
    z-index: 2;
  }
  .blockAbout .heading .lead {
    font-size: 2.5em;
    line-height: 1.5;
    margin-top: 1.125em;
  }
  .blockAbout .heading .lead span {
    display: block;
    padding-left: 3.75em;
  }
  .blockAbout .heading .text {
    margin-top: 2.5em;
  }
  .blockAbout .heading .visual {
    margin: 0 -5.3846153846% 0 0;
    position: relative;
    z-index: 1;
  }
  .blockAbout .body {
    background: #f4f4f4;
    margin-top: 0;
    padding: 2.5em 0 3.125em;
  }
  .blockAbout .body .lead {
    font-size: 1.75em;
    line-height: 1.5;
    text-align: center;
    padding: 0;
  }
  .blockAbout .body .lyt {
    margin-top: 3.8461538462%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blockAbout .body .lyt .box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 30.7692307692%;
    padding: 2.5em 1.5625em 3.75em;
    margin: 0 1.1538461538%;
  }
  .blockAbout .body .lyt .box + .box {
    margin-top: 0;
  }
  .blockAbout .body .lyt .box .title p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blockAbout .body .lyt .box .title p .num {
    margin: 0;
  }
  .blockAbout .body .lyt .box .title p .t {
    margin: 0 0 0 0.3125em;
  }
  .blockAbout .body .lyt .box .text {
    padding-top: 1.25em;
  }
  .blockProfile {
    margin-top: 4.0625em;
  }
  .blockProfile .heading .box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 96.1538461538%;
    padding: 2.5em 3.125em 2.8125em;
  }
  .blockProfile .heading .box .in:before {
    display: none;
  }
  .blockProfile .heading .box .in .name {
    margin-top: 0.8333333333em;
    padding: 0;
  }
  .blockProfile .heading .box .in .text {
    padding: 0;
    margin-top: 1.875em;
  }
  .blockProfile .heading .sub {
    margin-top: 3.75em;
    padding: 1.25em 0 3.75em;
  }
  .blockProfile .heading .sub .lyt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 3.125em;
    position: relative;
  }
  .blockProfile .heading .sub .lyt:after {
    content: "";
    display: block;
    width: 35.625em;
    height: 36.3125em;
    background: url("../images/image02.png") no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: -3.75em;
  }
  .blockProfile .heading .sub .lyt .column + .column {
    margin: 0 0 0 1.25em;
  }
  .blockProfile .heading .sub .lyt .column .text {
    padding-left: 1.875em;
  }
  .blockProfile .body {
    padding: 2.5em 0 0;
  }
  .blockProfile .body .block {
    background: #fff;
    padding: 2.5em 3.125em 2.8125em;
  }
  .blockProfile .body .block + .block {
    margin-top: 3.125em;
  }
  .blockProfile .body .block .hdg a {
    font-size: 1.75em;
    text-align: left;
    line-height: 1;
    background: none;
    padding-bottom: 0.3571428571em;
    border: none;
    border-bottom: #004098 4px solid;
    display: inline-block;
    pointer-events: none;
  }
  .blockProfile .body .block .hdg a:before, .blockProfile .body .block .hdg a:after {
    display: none;
  }
  .blockProfile .body .block .content {
    padding-top: 2.8125em;
    display: block !important;
  }
  .blockProfile .body .block .content .lyt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blockProfile .body .block .content .lyt .col + .col {
    margin: 0 0 0 5.9375em;
  }
  .blockProfile .body .block .content .lyt .col .history + .history {
    margin-top: 3.75em;
  }
  .blockProfile .body .block .content .lyt .col .history .list {
    margin-top: 0.625em;
  }
  .blockCase {
    margin-top: 11.875em;
    padding: 6.25em 0;
    border-top: #004098 20px solid;
  }
  .blockCase .inner {
    padding: 0 3.8461538462%;
  }
  .blockCase .case {
    margin: 4.1666666667% -0.8333333333% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blockCase .case .slick-list {
    padding: 0;
  }
  .blockCase .case .col {
    width: 32.1666666667%;
    margin: 0 0.8333333333%;
  }
  .blockCase .case .col a {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .blockCase .case .col a:hover {
    opacity: 0.7;
  }
  .blockCase .case .col .image span:after {
    padding-top: 66.5803108808%;
  }
  .blockCase .case .col .detail {
    padding: 0;
  }
  .blockCase .case .col .detail .text {
    margin-top: 0.75em;
  }
  .blockInq {
    padding: 3.75em 0 5em;
  }
  .blockInq .inner {
    padding: 0 0 0 3.8461538462%;
  }
  .blockInq .inq {
    margin-top: 4.8%;
  }
  .blockInq .inq ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blockInq .inq ul li {
    width: 32%;
    margin: 0;
  }
  .blockInq .inq ul li a {
    padding: 2.25em 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .blockInq .inq ul li a:hover {
    background-color: #004098;
    color: #fff;
  }
  .blockInq .inq ul li a .t {
    font-size: 2em;
  }
  .blockInq .inq ul li a .s {
    font-size: 1em;
    margin-top: 0.5em;
  }
}