@charset "UTF-8";
/* ===================================================================
メインビジュアル（TOP / 各院ページ共通）

- PC/SP の出し分けは .banner-pc / .banner-sp、右上のお知らせバナーは .int-bnr
  （.int-bnr の基本スタイルは design.scss 側）
- 各院ページの MV は parts/clinic-mv.php が出力する .clinic-mv
=================================================================== */
.banner-sp,
.int-bnr.sp {
  display: none;
}

.banner-pc,
.int-bnr.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .banner-pc,
  .int-bnr.pc {
    display: none;
  }
  .banner-sp,
  .int-bnr.sp {
    display: block;
  }
}
/* --- 各院ページの MV（Smart Slider 3 から移行） --- */
.clinic-mv {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1920/800;
}
@media screen and (max-width: 768px) {
  .clinic-mv {
    aspect-ratio: 320/310;
  }
}
.clinic-mv img {
  max-width: 100%;
}

.clinic-mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* キャッチコピー画像。PC は左寄せ・天地中央、SP は中央下寄せ */
.clinic-mv-copy {
  position: absolute;
  top: 50%;
  left: 1%;
  width: 56.2%;
  height: auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .clinic-mv-copy {
    top: auto;
    bottom: 4%;
    left: 50%;
    width: 94%;
    transform: translateX(-50%);
  }
}

/* お知らせバナー。PC は design.scss の .int-bnr（右上）をそのまま使う */
.clinic-mv .int-bnr {
  height: auto;
}
@media screen and (max-width: 768px) {
  .clinic-mv .int-bnr {
    top: 3%;
    right: auto;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
  }
}
.clinic-mv .int-bnr img {
  display: block;
  width: 100%;
  height: auto;
}

/* 下端の波形ディバイダ。手前のパスはページ背景（#faeff4）と同色で、
   MV から下のセクションへ繋げる。旧 Smart Slider の shape divider 相当 */
.clinic-mv-divider {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .clinic-mv-divider {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .clinic-mv-divider {
    height: 30px;
  }
}

.clinic-mv-divider-back {
  fill: #d2c9ff;
}

.clinic-mv-divider-front {
  fill: #faeff4;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none !important;
}

::before, ::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed, object, iframe {
  border: 0;
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.5em;
}

html {
  font-size: 62.5%;
  letter-spacing: 0.05em;
  text-align: justify;
}

body {
  position: relative;
}

p, a, li, dt, dd, time, h1, h2, h3, h4, h5, h6, th, td, span, label, input {
  font-family: "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
}

p, a, li, dt, dd, time, h1, h2, h3, h4, h5, h6, th, td, span {
  font-size: 1.6rem;
  word-break: break-all;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.7em;
}

p, a, li, dt, dd, th, td {
  line-height: 1.75em;
}

p {
  margin-bottom: 1em;
}

.lh2 {
  line-height: 2em;
}

section {
  padding: 100px 0;
}

section.first {
  padding-top: 0;
}

i {
  margin-right: 5px;
}

img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.col-75 {
  width: 75%;
}

.col-74 {
  width: 74%;
}

.col-73 {
  width: 73%;
}

.col-72 {
  width: 72%;
}

.col-71 {
  width: 71%;
}

.col-70 {
  width: 70%;
}

.col-69 {
  width: 69%;
}

.col-68 {
  width: 68%;
}

.col-67 {
  width: 67%;
}

.col-66 {
  width: 66%;
}

.col-65 {
  width: 65%;
}

.col-64 {
  width: 64%;
}

.col-63 {
  width: 63%;
}

.col-62 {
  width: 61%;
}

.col-61 {
  width: 61%;
}

.col-60 {
  width: 60%;
}

.col-59 {
  width: 59%;
}

.col-58 {
  width: 58%;
}

.col-57 {
  width: 57%;
}

.col-56 {
  width: 56%;
}

.col-55 {
  width: 55%;
}

.col-54 {
  width: 54%;
}

.col-53 {
  width: 53%;
}

.col-52 {
  width: 52%;
}

.col-51 {
  width: 51%;
}

.col-50 {
  width: 50%;
}

.col-49 {
  width: 49%;
}

.col-48 {
  width: 48%;
}

.col-47 {
  width: 47%;
}

.col-46 {
  width: 46%;
}

.col-45 {
  width: 45%;
}

.col-44 {
  width: 44%;
}

.col-43 {
  width: 43%;
}

.col-42 {
  width: 42%;
}

.col-41 {
  width: 41%;
}

.col-40 {
  width: 40%;
}

.col-39 {
  width: 39%;
}

.col-38 {
  width: 38%;
}

.col-37 {
  width: 37%;
}

.col-36 {
  width: 36%;
}

.col-35 {
  width: 35%;
}

.col-34 {
  width: 34%;
}

.col-33 {
  width: 33%;
}

.col-32 {
  width: 32%;
}

.col-31 {
  width: 31%;
}

.col-30 {
  width: 30%;
}

.col-29 {
  width: 29%;
}

.col-28 {
  width: 28%;
}

.col-27 {
  width: 27%;
}

.col-26 {
  width: 26%;
}

.col-25 {
  width: 25%;
}

.t-center {
  text-align: center;
}

.f-bold {
  font-weight: 700;
}

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt0 {
  padding-top: 0;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb0 {
  padding-bottom: 0;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.width90 {
  width: 90%;
  margin: 0 auto;
}

.width80 {
  width: 80%;
  margin: 0 auto;
}

.width1400 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.width1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.width1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.width900 {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.width700 {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.bg01 {
  background-color: #ebfaff;
}

.bg-gray {
  background-color: #efefef;
}

.bg-dot01 {
  background-color: #fff;
  background-image: radial-gradient(#f0f5ff 20%, transparent 20%), radial-gradient(#f0f5ff 20%, transparent 20%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}

.bg-stripe {
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(130deg, transparent, transparent 3px, #f8f8f8 3px, #f8f8f8 6px);
}

.bg-stripe02 {
  background-size: auto auto;
  background-color: #e0f3fa;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, #ebf9fe 5px, #ebf9fe 10px);
}

.title01 {
  color: #0067b5;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.title01::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 5px;
  content: "";
  background: #0067b5;
}

.title02 {
  padding: 10px 15px;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 25px;
  background-color: #0067b5;
  color: #fff;
}

.btn-arrow {
  width: 10px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.btn {
  color: #fff;
  display: block;
  padding: 10px 20px;
  font-size: 1.6rem;
  max-width: 300px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 30px;
  margin: 0 auto;
  position: relative;
}

.btn01 {
  border: 1px solid #0067b5;
  background-color: #0067b5;
}

.btn01 .btn-arrow {
  fill: #fff;
}

.btn01:hover {
  color: #0067b5;
  background-color: #fff;
}

.btn01:hover .btn-arrow {
  fill: #0067b5;
}

indent-list {
  display: table;
  margin: 0;
  padding: 0;
}

.indent-list li {
  text-indent: -1em;
  padding-left: 1em;
}

.pcnone600 {
  display: none;
}

.o-hover img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.o-hover img:hover {
  opacity: 0.8;
}

.link-over {
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 100%;
  z-index: 1;
}

.link-over:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.underline:hover {
  text-decoration: underline;
}

header {
  width: 100%;
}

.header-content {
  padding: 30px 0;
}

.header-content02 {
  padding: 30px 0 0;
}

.menu-has-children {
  position: relative;
}

.menu-image-title {
  margin: 10px 0 0;
  width: 100%;
  font-weight: 700;
  font-size: 1.6rem;
  color: #0067b5;
}

.drop-menu {
  position: absolute;
  top: 110%;
  z-index: 1;
  border-radius: 10px;
  padding: 0 5px 5px;
  border: 2px solid #0067b5;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}

.drop-menu li {
  width: 180px;
  padding: 5px 0;
  border: none;
  border-bottom: solid 2px #0067b5;
}

.drop-menu li a {
  width: 100%;
  font-size: 1.4rem;
  display: block;
  color: #0067b5;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  font-weight: 700;
}

.drop-menu li a:hover {
  background-color: #0067b5;
  color: #fff;
  opacity: 1;
}

.drop-menu li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.g-sub-nav {
  position: absolute;
  top: 10px;
  right: 40px;
}

.g-sub-nav .g-sub-nav-list.flex {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.g-sub-nav .g-sub-nav-list.flex a {
  font-size: 1.4rem;
  display: block;
  padding: 5px 15px;
  border-radius: 30px;
  text-align: center;
  margin-left: 15px;
  border: solid 2px #0067b5;
  background-color: #0067b5;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}

.g-sub-nav .g-sub-nav-list.flex a:hover {
  color: #0067b5;
  background-color: #fff;
}

.g-sub-nav02 .g-sub-nav-list.flex {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.g-sub-nav02 .g-sub-nav-list.flex a {
  font-size: 1.4rem;
  display: block;
  padding: 5px 15px;
  border-radius: 30px;
  text-align: center;
  margin-left: 15px;
  border: solid 2px #0067b5;
  background-color: #0067b5;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}

.g-sub-nav02 .g-sub-nav-list.flex a:hover {
  color: #0067b5;
  background-color: #fff;
}

.header-inner.flex {
  max-width: 1400px;
  margin: 0 auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.logo {
  width: 200px;
  margin-bottom: 0;
}

.g-menu-wrap {
  width: calc(100% - 220px);
}

.g-menu-a-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.g-menu-a-list > li {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 16.6666666667%;
  padding: 0 15px;
  border-right: 5px dotted #0067b5;
}

.g-menu-a-list > li:last-of-type {
  margin-right: 0;
  border-right: none;
}

.g-menu-a-list > li .g-menu-icon-img-wrap {
  width: 100%;
}

.g-menu-a-list > li .g-menu-icon-img-wrap img {
  max-height: 50px;
  height: 100%;
  margin: 0 auto;
  width: auto;
  padding-bottom: 0;
}

.g-menu-a-list > li .g-menu-icon-img-wrap svg {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
}

.g-menu-a-list > li .g-menu-icon-img-wrap svg path {
  fill: #e8a0bf;
}

.g-menu-a-list > li > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 110%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.g-menu-a-list > li > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.header-inner02.flex {
  max-width: 1400px;
  margin: 0 auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.logo02 {
  width: 200px;
  margin-bottom: 0;
}

.g-menu-b-left, .g-menu-b-right {
  width: calc(50% - 100px);
}

.g-menu-b-list.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.g-menu-b-list.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.g-menu-b-list > li {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 33.3333333333%;
  padding: 0 15px;
  border-right: 5px dotted #0067b5;
}

.g-menu-b-list > li:last-of-type {
  margin-right: 0;
  border-right: none;
}

.g-menu-b-list > li .g-menu-icon-img-wrap {
  width: 100%;
}

.g-menu-b-list > li .g-menu-icon-img-wrap img {
  max-height: 50px;
  height: 100%;
  margin: 0 auto;
  width: auto;
  padding-bottom: 0;
  border-radius: 20px;
}

.g-menu-b-list > li .g-menu-icon-img-wrap svg {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
}

.g-menu-b-list > li .g-menu-icon-img-wrap svg path {
  fill: #0067b5;
}

.g-menu-b-list > li > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 110%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.g-menu-b-list > li > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.header-box01 {
  margin-bottom: 20px;
}

.header-box01 .logo {
  max-width: 170px;
  width: 100%;
}

.header-box01 .header-box-inner01.flex {
  max-width: 1400px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-box01 .g-nav-tel-pc img {
  max-width: 250px;
  margin-left: auto;
}

.header-box02 {
  margin-bottom: 20px;
}

.header-box02 .logo {
  width: 30%;
}

.header-box02 .logo img {
  max-width: 170px;
  width: 100%;
  margin: 0 auto;
}

.header-box02 .header-box-inner02.flex {
  max-width: 1400px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-box02 .header-box-inner02.flex .g-nav-tel-pc-wrap {
  width: 30%;
}

.header-box02 .header-box-inner02.flex .g-nav-tel-pc img {
  max-width: 250px;
  margin-right: auto;
}

.header-box02 .header-box-inner02.flex .header-sub-box02 {
  width: 30%;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #e2eff9;
}

.header-menu > li {
  padding: 15px 0;
}

.header-menu > li a {
  font-size: 1.6rem;
  color: #0067b5;
  font-weight: 700;
  letter-spacing: 0.01em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
  color: #0067b5;
  padding: 0 40px;
  border-right: #0067b5 3px dotted;
}

.header-menu > li a:hover {
  opacity: 0.8;
}

.header-menu > li:last-of-type a {
  border-right: none;
}

.header-menu .menu-item-has-children {
  position: relative;
}

.header-menu .sub-menu {
  position: absolute;
  top: 100%;
  width: 200px;
  display: none;
  z-index: 5000;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.header-menu .sub-menu li {
  border-bottom: 1px solid #2d8bd3;
}

.header-menu .sub-menu a {
  display: block;
  padding: 10px;
  border-right: none;
  background-color: #0067b5;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 1.4rem;
}

.sp-header, .sp-header02 {
  display: none;
}

.sp-header-inner .logo {
  margin-right: auto;
  width: calc(100% - 155px);
}

.sp-header-inner .logo img {
  max-height: 40px;
  width: auto;
  margin-left: 5px;
}

.sp-header-icon-list {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 50px;
}

.sp-header-icon-list li {
  margin: 0 5px;
}

.sp-header-icon-list li a {
  margin-top: 2px;
  width: 35px;
  height: 35px;
  display: block;
  background-color: #0067b5;
  border-radius: 5px;
}

.sp-header-icon-list li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 5px;
}

.sp-header-icon-list li a svg {
  width: 20px;
  height: 20px;
  height: auto;
  display: block;
}

.sp-header-icon-list li a svg path {
  fill: #fff;
}

#hamburger {
  display: none;
  position: fixed;
  z-index: 5000;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #fff;
}

#hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #0067b5;
  width: 45%;
}

#hamburger span:nth-of-type(1) {
  top: 15px;
}

#hamburger span:nth-of-type(2) {
  top: 23px;
}

#hamburger span:nth-of-type(3) {
  top: 31px;
}

#hamburger.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

#hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

#hamburger.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.mobile-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}

#mobile-nav.none {
  display: none;
}

#mobile-nav {
  z-index: -1;
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 0;
  background-size: auto auto;
  background-color: #0067b5;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, #1370b7 10px, #1370b7 20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
}

#mobile-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

.mobile-logo {
  background-color: #fff;
  padding: 15px 0;
}

.mobile-logo img {
  max-width: 150px;
  margin: 0 auto;
}

.mobile-menu-icon-list {
  width: 100%;
  padding: 20px 15px;
}

.mobile-menu-icon-list > li.sub-off {
  width: 48.5%;
  padding: 10px 10px 15px;
  background-color: #fff;
  margin-bottom: 13px;
  border-radius: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-menu-icon-list > li.sub-off .mobile-menu-inner.flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.mobile-menu-icon-list > li.sub-off .mobile-menu-icon-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.mobile-menu-icon-list > li.sub-off .mobile-menu-title {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  color: #0067b5;
  margin-bottom: 10px;
}

.mobile-menu-icon-list > li.sub-off .mobile-menu-icon {
  margin: 0 auto;
  width: 100%;
}

.mobile-menu-icon-list > li.sub-off .mobile-menu-icon svg {
  width: 100%;
  max-height: 30px;
  height: 100%;
  margin: 0 auto;
  display: block;
}

.mobile-menu-icon-list > li.sub-off .mobile-menu-icon path {
  fill: #e8a0bf;
}

.mobile-menu-icon-list > li.sub-off .mobile-menu-img {
  margin: 0 auto;
  width: 100%;
}

.mobile-menu-icon-list > li.sub-off .mobile-menu-img img {
  width: auto;
  max-height: 30px;
  height: 100%;
  margin: 0 auto;
  display: block;
}

.mobile-menu-icon-list > li.sub-on {
  width: 48.5%;
  padding: 10px 10px 15px;
  background-color: #fff;
  margin-bottom: 13px;
  border-radius: 10px;
  position: relative;
}

.mobile-menu-icon-list > li.sub-on .mobile-menu-inner.flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-menu-icon-list > li.sub-on .mobile-menu-icon-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.mobile-menu-icon-list > li.sub-on .mobile-menu-title {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  color: #0067b5;
  margin-bottom: 5px;
}

.mobile-menu-icon-list > li.sub-on .mobile-menu-icon {
  margin: 0 auto;
  width: 100%;
}

.mobile-menu-icon-list > li.sub-on .mobile-menu-icon svg {
  width: 100%;
  max-height: 35px;
  height: 100%;
  margin: 0 auto;
  display: block;
}

.mobile-menu-icon-list > li.sub-on .mobile-menu-icon path {
  fill: #0067b5;
}

.mobile-menu-icon-list > li.sub-on .mobile-menu-img {
  margin: 0 auto;
  width: 100%;
}

.mobile-menu-icon-list > li.sub-on .mobile-menu-img img {
  width: auto;
  max-height: 35px;
  height: 100%;
  margin: 0 auto;
  display: block;
}

.mobile-menu-icon-list > li.sub-on .mobile-sub-menu {
  margin-top: 15px;
}

.mobile-menu-icon-list > li.sub-on .mobile-sub-menu li {
  margin-top: 5px;
}

.mobile-menu-icon-list > li.sub-on .mobile-sub-menu a {
  display: block;
  padding: 10px;
  background-color: #0067b5;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 5px;
}

.mobile-sub-nav {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 40px;
}

.mobile-sub-nav li {
  margin-bottom: 10px;
}

.mobile-sub-nav li a {
  display: block;
  padding: 10px 15px;
  background-color: #fff;
  color: #0067b5;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 25px;
}

.mobile-nav-wrap {
  margin: 15px 15px 20px 15px;
}

.mobile-nav-wrap .mobile-menu-list {
  background-color: #fff;
  border-radius: 15px;
}

.mobile-nav-wrap .mobile-menu-list > li {
  width: 100%;
}

.mobile-nav-wrap .mobile-menu-list > li > a {
  display: block;
  text-align: center;
  padding: 10px 15px;
  color: #0067b5;
  font-weight: 700;
  font-size: 1.4rem;
  border-top: 2px dashed #0067b5;
}

.mobile-nav-wrap .mobile-menu-list > li:first-of-type a {
  border-top: none;
}

.mobile-nav-wrap .mobile-menu-list .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 15px;
  margin-bottom: 10px;
}

.mobile-nav-wrap .mobile-menu-list .sub-menu li {
  width: 49%;
}

.mobile-nav-wrap .mobile-menu-list .sub-menu li a {
  display: block;
  background-color: #0067b5;
  padding: 5px 10px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
}

.mobile-menu-tel {
  padding: 0 15px;
  margin-bottom: 40px;
}

.moblie-menu-head {
  width: 80%;
  text-align: center;
  font-weight: 700;
  color: #0067b5;
  margin: 0 auto;
  padding: 5px 10px;
  border-radius: 20px;
  margin: 40px auto 15px;
}

.moblie-menu-tel-number {
  font-size: 2.2rem;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.moblie-menu-tel-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.moblie-menu-time {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
}

.slider {
  padding: 0;
  position: relative;
}

#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.spin-wrap {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.spinner {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}

#page-top img {
  max-height: 50px;
  width: auto;
}

#page-top img:hover {
  opacity: 0.8;
}

.important-news {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 60px;
}

.important-news .link-over {
  border-radius: 40px;
}

.important-news .important-news-inner {
  position: relative;
  padding: 10px 20px 20px 20px;
  background-color: #0067b5;
  border-radius: 40px;
}

.important-news .import-news-txt.flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.important-news .import-news-time {
  color: #fff;
  margin: 10px 10px 0 0;
  font-size: 1.6rem;
}

.important-news .import-news-txt01 {
  padding: 5px 10px;
  margin: 10px 10px 0 0;
  color: #0067b5;
  background-color: #fff;
  font-size: 1.4rem;
  border-radius: 5px;
  font-weight: 700;
}

.important-news .import-news-txt02 {
  margin: 10px 0 0 0;
  color: #fff;
  font-size: 1.6rem;
}

.important-news-sp {
  display: none;
}

#breadcrumbs {
  margin-bottom: 40px;
  padding: 10px 15px 12px;
}

#breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
}

#breadcrumbs ul li {
  padding-left: 10px;
  display: inline-block;
  line-height: 2em;
}

#breadcrumbs ul li.separator {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

#breadcrumbs ul li:first-of-type {
  padding-left: 0;
}

#breadcrumbs ul li a, #breadcrumbs ul li {
  font-size: 1.4rem;
}

#breadcrumbs ul li a:hover {
  text-decoration: underline;
}

.pagination {
  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;
  position: relative;
  font-size: 1.6rem;
  margin-top: 30px;
}

.pagination span, .pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 8px;
  color: #0067b5;
  background-color: #c9e7ef;
  text-decoration: none;
  text-align: center;
  line-height: 1.6rem;
  font-size: 1.6rem;
}

.pagination .pager {
  width: 32px;
}

.pagination a:hover, .pagination .current {
  color: #fff;
  border-color: #0067b5;
  background-color: #0067b5;
  font-size: 1.6rem;
}

.pagination a.prev {
  margin-right: 1.6rem;
}

.pagination a.next {
  margin-left: 1.6rem;
}

.pagination a.first {
  display: none;
}

.pagination a.last {
  display: none;
}

.pagination span.page_num {
  display: none;
}

.page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0 20px;
}

.page-nav > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 48%;
  padding: 15px;
  border: 3px solid #f1f1f1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.page-nav div img {
  max-width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-nav div span {
  font-size: 1.4rem;
  width: calc(100% - 115px);
  line-height: 1.75em;
  color: #0067b5;
  font-weight: 700;
}

.tab-panel-a .panel {
  display: none;
}

.tab-panel-a .panel.is-show {
  display: block;
}

.tab-panel-a .tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-panel-a .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
  margin: 0 1.5%;
  border-radius: 25px;
  padding: 15px;
  font-weight: 700;
  color: #0067b5;
  background-color: #dff7f7;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.tab-panel-a .tab:hover {
  cursor: pointer;
}

.tab-panel-a .tab.is-active, .tab-panel-a .tab:hover {
  background-color: #0067b5;
  color: #fff;
}

.tab-panel-b .panel {
  display: none;
}

.tab-panel-b .panel.is-show {
  display: block;
}

.tab-panel-b .panel-inner {
  padding: 40px;
  background-color: #fffff2;
  border-radius: 40px;
  margin-bottom: 40px;
}

.tab-panel-b .panel-inner .news-list01 {
  margin-bottom: 0;
}

.tab-panel-b .tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 40px;
}

.tab-panel-b .tab {
  width: 200px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px 15px 0 0;
  padding: 15px;
  font-weight: 700;
  color: #0067b5;
  background-color: #dff7f7;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.tab-panel-b .tab:first-of-type {
  color: #b64e4e;
  background-color: #f2dbdb;
}

.tab-panel-b .tab:first-of-type:hover {
  background-color: #b64e4e;
  color: #fff;
}

.tab-panel-b .tab:first-of-type.is-active {
  background-color: #b64e4e;
  color: #fff;
}

.tab-panel-b .tab:nth-of-type(2) {
  color: #898733;
  background-color: #dad9b0;
}

.tab-panel-b .tab:nth-of-type(2):hover {
  background-color: #b7b44d;
  color: #fff;
}

.tab-panel-b .tab:nth-of-type(2).is-active {
  background-color: #b7b44d;
  color: #fff;
}

.tab-panel-b .tab:nth-of-type(3) {
  color: #378d2c;
  background-color: #9eca98;
}

.tab-panel-b .tab:nth-of-type(3):hover {
  background-color: #509f60;
  color: #fff;
}

.tab-panel-b .tab:nth-of-type(3).is-active {
  background-color: #509f60;
  color: #fff;
}

.tab-panel-b .tab:hover {
  cursor: pointer;
}

.tablepress-table-name {
  padding: 10px 15px;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 25px;
  background-color: #0067b5;
  color: #fff;
}

table.tablepress {
  border: 1px solid #d1dee8;
}

.tablepress tbody th, .tablepress tbody td {
  padding: 15px;
}

table.tablepress thead th {
  background-color: #0067b5;
  color: #fff;
  text-align: center;
}

table.tablepress thead th {
  border-right: 1px solid #4a8cbe;
}

.tablepress tbody td.column-1 {
  width: 30%;
  font-weight: 700;
  color: #0067b5;
  background-color: #e4f3ff;
}

.tablepress tbody td.column-2 {
  width: 70%;
  background-color: #fff;
}

.tablepress-table-description {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  background-color: #ebf9fd;
}

.table-wrap02 table.tablepress tbody th, .table-wrap02 table.tablepress tbody td {
  width: 20%;
  text-align: center;
}

.table-wrap02 table.tablepress tbody th.column-1 {
  background-color: #0067b5;
}

.table-wrap02 table.tablepress tbody td {
  border-left: 1px solid #d1dee8;
}

.sub-header {
  height: 25vw;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.sub-header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  height: 100%;
}

.sub-header-txt {
  padding: 10px 25px;
  color: #0166b4;
  line-height: 1.5em;
  font-size: 3rem;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.9);
}

.news-list01 {
  margin-bottom: 25px;
}

.news-list01 li {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d1dee8;
}

.news-list01 li .date-cat.flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.news-list01 li .date {
  margin-right: 10px;
  line-height: 1em;
}

.news-list01 li .news-cat a {
  line-height: 1em;
  font-size: 1.2rem;
  padding: 5px 8px;
  font-weight: 700;
  color: #fff;
  background-color: #0067b5;
  border: 1px solid #0067b5;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.news-list01 li .news-cat a:hover {
  background-color: #fff;
  color: #0067b5;
}

.news-list01 li .news-txt {
  margin-bottom: 0;
}

.news-list01 li .news-txt a:hover {
  opacity: 0.7;
}

.news-list01 li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.news-list02 {
  margin-bottom: 25px;
}

.news-list02 li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d1dee8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-list02 li .news-img {
  width: 200px;
}

.news-list02 li .news-img img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.news-list02 li .news-img img:hover {
  opacity: 0.7;
}

.news-list02 li .news-txt {
  line-height: 1.5em;
  margin-bottom: 0;
}

.news-list02 li .news-txt a {
  line-height: 1.5em;
}

.news-list02 li .news-txt a:hover {
  opacity: 0.7;
}

.news-list02 li .news-content {
  width: calc(100% - 220px);
}

.news-list02 li .date-cat.flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.news-list02 li .date {
  margin-right: 10px;
  line-height: 1em;
}

.news-list02 li .news-cat a {
  line-height: 1em;
  font-size: 1.2rem;
  padding: 5px 8px;
  font-weight: 700;
  color: #fff;
  background-color: #0067b5;
  border: 1px solid #0067b5;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.news-list02 li .news-cat a:hover {
  background-color: #fff;
  color: #0067b5;
}

.news-list02 li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.news-list03 li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 22%;
}

.news-list03 li .news-img {
  width: 100%;
  margin-bottom: 20px;
}

.news-list03 li .news-img img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

.news-list03 li .news-img img:hover {
  opacity: 0.7;
}

.news-list03 li .news-txt {
  margin-bottom: 0;
}

.news-list03 li .news-txt:hover {
  opacity: 0.7;
}

.news-list03 li .news-content {
  width: 100%;
}

.news-list03 li .date-cat.flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.news-list03 li .date {
  margin-right: 10px;
  line-height: 1em;
}

.news-list03 li .news-cat a {
  line-height: 1em;
  font-size: 1.2rem;
  padding: 5px 8px;
  font-weight: 700;
  color: #fff;
  background-color: #0067b5;
  border: 1px solid #0067b5;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.news-list03 li .news-cat a:hover {
  background-color: #fff;
  color: #0067b5;
}

.news-list03::after {
  content: "";
  display: block;
  width: 22%;
}

.news-list03::before {
  content: "";
  display: block;
  width: 22%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.news-list01 li .news-cat a {
  background-color: #0067b5;
  border: 1px solid #0067b5;
}

.news-list01 li .news-cat a:hover {
  color: #0067b5;
  background-color: #fff;
}

.tab-news-wrap {
  margin-top: 60px;
}

.tab-news-wrap .news-list01 li {
  border-bottom: 1px solid #9e9e9e;
}

.tab-news-wrap .news-list01 li:last-of-type {
  border-bottom: none;
}

.tab-news-wrap .news-list01 li .news-cat a {
  background-color: #b64e4e;
  border: 1px solid #b64e4e;
}

.tab-news-wrap .news-list01 li .news-cat.news a:hover {
  color: #b64e4e;
  background-color: #fff;
}

.tab-news-wrap .news-list01 li .news-cat.file a {
  background-color: #b6b44e;
  border: 1px solid #b6b44e;
}

.tab-news-wrap .news-list01 li .news-cat.file a:hover {
  color: #b6b44e;
  background-color: #fff;
}

.tab-news-wrap .news-list01 li .news-cat.album a {
  background-color: #509f60;
  border: 1px solid #509f60;
}

.tab-news-wrap .news-list01 li .news-cat.album a:hover {
  color: #509f60;
  background-color: #fff;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.contact-band {
  padding: 60px 0;
  background-color: #ebf9fe;
}

.contact-band-inner {
  padding: 0 15px;
}

.contact-band-title {
  font-weight: 700;
  text-align: center;
  font-size: 2.8rem;
  color: #0067b5;
  margin-bottom: 40px;
}

.cf-cb-txt {
  text-align: center;
}

.contact-band-tel-block.flex {
  margin-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-band-tel-box {
  margin: 0 2%;
}

.cf-cb-head {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 25px;
}

.cf-tel-number {
  font-size: 2.2rem;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cf-tel-number:hover {
  opacity: 0.7;
}

.cf-cb-time {
  text-align: center;
}

.contact-band-tel-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.footer {
  background-color: #0067b5;
  padding: 100px 0 15px;
}

.footer-inner {
  max-width: 1400px;
  margin: 0 auto 80px;
}

.footer-logo-address {
  width: 500px;
}

.footer-logo {
  padding-bottom: 40px;
  border-bottom: 5px dotted #fff;
  margin-bottom: 40px;
}

.footer-address p, .footer-address a {
  color: #fff;
}

.footer-address p {
  margin-bottom: 0;
  margin-top: 5px;
}

.footer-address p:first-of-type {
  margin-top: 0;
}

.footer-address .name {
  margin-bottom: 0;
}

.footer-address a:hover {
  color: #5993c0;
}

.footer-nav-wrap {
  width: calc(100% - 600px);
}

.footer-menu-title {
  background-color: #fff;
  color: #0067b5;
  font-weight: 600;
  padding: 5px 30px;
  border-radius: 20px;
}

.footer-menu-title .fa-flag {
  margin-right: 10px;
}

.footer-nav.flex {
  width: 98%;
  margin: 0 auto 25px;
}

.footer-nav.flex .left {
  width: 47.5%;
}

.footer-nav.flex .right {
  width: 47.5%;
  margin-left: 5%;
}

.footer-menu a {
  color: #fff;
  font-size: 1.6rem;
}

.footer-menu a:hover {
  color: #5993c0;
}

.footer-menu > li > a {
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #6b98bb;
  display: block;
}

.footer-menu .sub-menu {
  margin: 5px 0 20px;
  padding-top: 5px;
}

.footer-menu .sub-menu li {
  padding-left: 10px;
  padding-bottom: 3px;
}

.footer-menu .sub-menu a {
  font-size: 1.4rem;
}

.copyright p {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}

.greeting-txt {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.archive-info-wrap {
  margin-bottom: 100px;
}

.archive-info-wrap main {
  width: calc(100% - 460px);
}

.archive-info-list {
  width: 100%;
}

.archive-info-list li {
  width: 100%;
}

.archive-info-list > li {
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
}

.archive-info-list > li:first-of-type {
  border-top: 0;
}

.archive-info-img {
  width: 200px;
}

.archive-info-img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.archive-info-txt {
  width: calc(100% - 240px);
}

.archive-time-cat {
  margin-bottom: 20px;
}

.archive-time-cat time {
  font-size: 1.8rem;
  margin-right: 10px;
}

.archive-info-title a {
  font-size: 2rem;
  letter-spacing: 0;
}

.archive-info-title a:hover {
  color: #0067b5;
}

.archive-info-cat a {
  display: block;
  background-color: #0067b5;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  margin-right: 10px;
  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid #0067b5;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  line-height: 1em;
}

.archive-info-cat a:hover {
  background-color: #fff;
  color: #0067b5;
}

.single-info-wrap {
  margin-bottom: 100px;
}

.single-info-wrap main {
  width: calc(100% - 460px);
}

.single-info-article {
  margin-bottom: 60px;
}

.single-info-date-cat {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-info-date-cat time {
  margin-right: 10px;
}

.single-info-date-cat span a {
  display: block;
  background-color: #0067b5;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  margin-right: 10px;
  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid #0067b5;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  line-height: 1em;
}

.single-info-date-cat span a:hover {
  background-color: #fff;
  color: #0067b5;
}

.single-info-title {
  color: #0067b5;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.single-info-content p {
  font-size: 18px;
  margin-bottom: 20px;
}

.single-info-catch-img {
  margin-bottom: 40px;
}

.single-info-catch-img img {
  border-radius: 25px;
}

.gallery-list {
  margin-bottom: 20px;
}

.gallery-list li {
  width: 24%;
  margin-bottom: 15px;
}

.gallery-list li p {
  display: none;
}

.gallery-list a img {
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 10px;
}

.gallery-list a img:hover {
  opacity: 0.7;
}

.gallery-list::before {
  content: "";
  display: block;
  width: 24%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.gallery-list::after {
  content: "";
  display: block;
  width: 24%;
}

.file-list {
  margin-bottom: 20px;
}

.file-list li {
  width: 48%;
  margin-bottom: 20px;
}

.file-list a {
  display: block;
  padding: 15px 20px;
  text-align: center;
  color: #0067b5;
  background-color: #ebf9fd;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.file-list a:hover {
  color: #fff;
  background-color: #0067b5;
}

.file-list svg {
  margin-right: 10px;
}

.single-info-article h2 {
  font-size: 22px;
  padding: 10px 15px;
  color: #0167b5;
  font-weight: 700;
  background: #def1ff;
  border-left: solid 5px #0167b5;
  margin-bottom: 20px;
}

.single-info-article h3 {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #0167b5;
  font-weight: 700;
  border-bottom: solid 2px #0167b5;
}

.sidebar {
  width: 400px;
}

.sidebar input {
  width: calc(100% - 35px) !important;
}

.search-box {
  margin-bottom: 40px;
}

.search-icon {
  width: 20px;
  margin-left: 10px;
}

.search-icon {
  fill: #8b8b8b;
}

.search-icon:hover {
  fill: #0067b5;
}

.sidebar h3 {
  font-size: 2rem;
  padding: 0;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  background-color: #0067b5;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.sidebar .side-box {
  margin-bottom: 40px;
}

.side-box li, .widget_archive li {
  padding: 10px 0;
  border-bottom: 1px dashed #0067b5;
}

.side-box li a, .widget_archive li a {
  font-size: 1.6rem;
}

.side-box li a:hover, .widget_archive li a:hover {
  color: #0067b5;
}

.edit-wrap {
  position: relative;
}

.com-post-link {
  text-align: center;
  color: #fff;
  background-color: #d94343;
  display: block;
  max-width: 100px;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 40px auto 0;
}

.com-post-link:hover {
  opacity: 0.8;
}

.recruit-feed01 > li {
  width: 100%;
  padding: 40px;
  background-color: #ebf9fd;
  margin-top: 40px;
  border-radius: 10px;
  position: relative;
}

.recruit-feed01 > li:first-of-type {
  margin-top: 0;
}

.recruit-feed01 .recruit-img {
  width: 25%;
}

.recruit-feed01 .recruit-img img {
  height: 205px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.recruit-feed01 .recruit-content {
  width: 70%;
}

.recruit-feed01 .time-cat {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.recruit-feed01 .time-cat time {
  margin-right: 10px;
}

.recruit-feed01 h3 {
  font-size: 2.4rem;
  color: #0067b5;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 3px solid #0067b5;
}

.recruit-feed01 .recruit-sub.flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.recruit-feed01 .recruit-sub.flex li {
  font-size: 1.6rem;
  margin-right: 15px;
}

.recruit-feed01 .recruit-sub.flex span {
  color: #fff;
  background-color: #0067b5;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 700;
  margin-right: 5px;
  font-size: 1.4rem;
}

.recruit-feed01 .recruit-feed-intro p {
  font-size: 1.4rem;
}

.recruit-single-time {
  margin-bottom: 10px;
}

.recruit-single-title {
  text-align: center;
  font-size: 2.4rem;
  padding: 15px 20px;
  background-color: #e4f3ff;
  font-weight: 700;
  color: #0067b5;
  margin-bottom: 25px;
}

.recruit-single-img {
  max-width: 500px;
  margin: 0 auto 20px;
}

.recruit-single-content {
  margin: 40px 0;
}

.job-table {
  width: 100%;
  border: 1px solid #d1dee8;
  margin-bottom: 40px;
}

.job-table tr {
  padding: 20px 0;
  border-bottom: 1px solid #d1dee8;
}

.job-table th, .job-table td {
  padding: 30px;
  font-size: 1.6rem;
}

.job-table th {
  width: 30%;
  font-weight: 700;
  color: #0067b5;
  background-color: #e4f3ff;
}

.job-table td {
  width: 70%;
}

.entry-btn a {
  position: relative;
  display: block;
  padding: 15px 20px;
  text-align: center;
  font-size: 2.2rem;
  max-width: 300px;
  margin: 0 auto;
  background-color: #0067b5;
  color: #fff;
  font-weight: 700;
  border: 1px solid #0067b5;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.entry-btn a:hover {
  background-color: #fff;
  color: #0067b5;
}

.entry-btn svg {
  position: absolute;
  left: 10px;
  top: 22px;
}

.entry-btn a:hover svg path {
  color: #0067b5;
}

.contents-none {
  margin-top: 50px;
  font-size: 1.8rem;
  text-align: center;
}

input[type=text], textarea, input[type=email], input[type=tel] {
  background-color: #f3f3f3;
  border-radius: 5px;
  font-size: 1.4rem;
  padding: 10px 15px;
  width: 100%;
  color: #1a1a1a;
}

#searchform input[type=text] {
  width: 88%;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background: #f2e0e0;
  color: #dd3232;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-radius: 30px;
  padding: 10px 15px;
  line-height: 1.5em;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1.4rem;
  margin-top: 5px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output {
  border: 2px solid #1a1a1a;
  font-size: 1.8rem;
  text-align: center;
}

.wpcf7-list-item-label {
  font-size: 1.4rem;
}

.wpcf7-list-item-label:hover {
  cursor: pointer;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #accea8;
}

.contact-form01 {
  width: 100%;
  margin-bottom: 40px;
}

.contact-form01 tbody {
  border: 1px solid #d1dee8;
  border-bottom: none;
}

.contact-form01 th {
  font-size: 1.6rem;
  width: 30%;
  vertical-align: middle;
  padding: 10px 15px;
  background-color: #e4f3ff;
  border-bottom: 1px solid #d1dee8;
  color: #0067b5;
  font-weight: 700;
}

.contact-form01 td {
  font-size: 1.6rem;
  width: 70%;
  padding: 25px 15px;
  vertical-align: middle;
  border-bottom: 1px solid #d1dee8;
}

.required {
  padding: 5px 10px;
  color: #f3f3f3;
  background-color: #0067b5;
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 10px;
}

input[type=submit], input[type=button] {
  padding: 15px 20px;
  background: #0067b5;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 300px;
  margin: 0 auto;
  border: 1px solid #0067b5;
  margin: 0 auto;
}

input[type=submit]:hover, input[type=button]:hover {
  color: #0067b5;
  background: #fff;
  cursor: pointer;
}

input[type=checkbox] {
  vertical-align: -8px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  border-radius: 3px;
  width: 22px !important;
  height: 22px !important;
  background: #dedede;
  border: none !important;
}

input[type=checkbox]:checked {
  background: #0067b5;
  border: none !important;
}

input[type=checkbox]:checked:before {
  position: absolute;
  left: 1px;
  top: 16px;
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input[type=checkbox]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  width: 15px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input[type=radio] {
  -webkit-appearance: none;
  position: relative;
  margin-right: 2px;
  border-radius: 50%;
  width: 18px !important;
  height: 18px !important;
  background: #dedede;
  border: none !important;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

input[type=radio]:checked:before {
  position: absolute;
  left: 3px;
  top: 3px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0067b5;
}

.privacy-check {
  text-align: center;
  margin-bottom: 30px;
}

.privacy-check .wpcf7-list-item-label {
  font-size: 1.6rem;
  vertical-align: -3px;
}

.privacy-check .wpcf7-list-item {
  margin-bottom: 10px;
}

.privacy-check a {
  font-size: 1.4rem;
  color: #0067b5;
}

.privacy-check a:hover {
  text-decoration: underline;
}

.complete-txt {
  text-align: center;
  margin-bottom: 60px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background-color: #ebf9fe;
  padding: 15px;
  color: #0067b5;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 10px;
  line-height: 1.75em;
}

.privacy-head {
  font-size: 2rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 3px #0067b5;
  margin-top: 40px;
  color: #0067b5;
  font-weight: 700;
}

.privacy-head:nth-of-type(1) {
  margin-top: 0;
}

.privacy-head span {
  color: #0067b5;
  margin-left: 5px;
  font-weight: 700;
  font-size: 1.4rem;
}

.wsp-pages-title {
  display: none;
}

.wsp-pages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wsp-pages-list li {
  width: 23%;
  margin-bottom: 20px;
}

.wsp-pages-list::before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.wsp-pages-list::after {
  content: "";
  display: block;
  width: 23%;
}

.wsp-pages-list li a {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  color: #0067b5;
  font-weight: 700;
  background-color: #ebf9fd;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.wsp-pages-list li a:hover {
  background-color: #0067b5;
  color: #fff;
}

#wpmem_login {
  width: 100% !important;
  margin-bottom: 100px !important;
}

#wpmem_login legend {
  display: none;
}

#wpmem_login fieldset, #wpmem_reg fieldset {
  margin: 0 !important;
}

#wpmem_login .div_text, #wpmem_login .button_div {
  width: 100% !important;
}

#wpmem_login label, #wpmem_reg label {
  margin-bottom: 10px;
  display: block !important;
}

#wpmem_login input[type=checkbox] {
  margin: 0 !important;
}

#wpmem_login input[type=text], #wpmem_login input[type=password] {
  width: 100% !important;
}

#wpmem_login .button_div label {
  display: inline-block !important;
  vertical-align: 5px;
}

#wpmem_login .buttons {
  width: 100% !important;
  margin: 30px 0 0 0;
  background-color: #0067b5 !important;
  border: 1px solid #0067b5 !important;
  border-radius: 25px !important;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#wpmem_login .buttons:hover {
  color: #0067b5 !important;
  background-color: #fff !important;
}

.wpmem_msg {
  width: 100% !important;
  padding: 15px !important;
  font-size: 1.4rem !important;
  line-height: 1.75em !important;
  background: #f6dfdf !important;
  border: 2px solid #db9191 !important;
  color: #bf3030 !important;
  font-weight: bold !important;
}

.wpmem_msg a {
  display: none !important;
}

.search-txt01 {
  font-weight: 700;
  font-size: 2rem;
  color: #0067b5;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 3px solid #0067b5;
}

.error-inner {
  margin-bottom: 100px;
}

.error-inner p {
  text-align: center;
  margin-bottom: 0;
}

.error-url {
  font-style: italic;
  font-size: 2rem;
}

.error-url span {
  font-style: italic;
  font-size: 2rem;
}

/*======================================================================================================================

SP (旧 style-sp.css を統合)

======================================================================================================================*/
/*======================================================================================================================

Common

======================================================================================================================*/
/* font ==============================================================================================================*/
@media screen and (max-width: 1024px) {
  p,
  a,
  li,
  dt,
  dd,
  time,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  th,
  td,
  span {
    font-size: 1.4rem;
  }
}
/* layout ==============================================================================================================*/
@media screen and (max-width: 1400px) {
  .width1400 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .width1200 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .width1000 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 900px) {
  .width900 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 700px) {
  .width700 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  section {
    padding: 60px 0;
  }
  .flex-turn01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .mb30 {
    margin-bottom: 1.5em;
  }
  .mb60 {
    margin-bottom: 3em;
  }
  .mb80 {
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 820px) {
  .col-45,
  .col-46,
  .col-47,
  .col-48,
  .col-49 {
    width: 100%;
  }
  .col-45:first-of-type,
  .col-46:first-of-type,
  .col-47:first-of-type,
  .col-48:first-of-type,
  .col-49 {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  section {
    padding: 40px 0;
  }
}
/* parts ==============================================================================================================*/
@media screen and (max-width: 1024px) {
  .title01 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .title02 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 820px) {
  .menu-a-txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  p,
  a,
  li,
  dt,
  dd,
  th,
  td,
  span {
    font-size: 1.4rem;
  }
  .title01 {
    font-size: 2.2rem;
  }
  .title01::before {
    width: 20px;
    height: 3px;
  }
  .btn-arrow {
    top: 17px;
  }
  .pcnone600 {
    display: block;
  }
}
/*======================================================================================================================

animation

======================================================================================================================*/
@media screen and (max-width: 600px) {
  .link-over:hover {
    background-color: rgba(255, 255, 255, 0);
  }
  .o-hover img:hover {
    opacity: 1;
  }
}
/*======================================================================================================================

Header

======================================================================================================================*/
/* グローバルナビ共通パーツ =============================================================================================*/
/* アイコン有りロゴ左ナビ ================================================================================================*/
/* アイコン有りロゴ中央ナビ =============================================================================================*/
/* アイコン無ナビ =============================================================================================*/
@media screen and (max-width: 1400px) {
  .header-inner.flex,
  .header-box01,
  .header-box02 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .header-menu > li a {
    font-size: 1.4rem;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header-content,
  .header-content02 {
    padding: 0;
  }
  .header-inner,
  .header-inner02,
  .header-content02 {
    display: none;
  }
  .g-sub-nav {
    display: none;
  }
  .header-box02 {
    padding: 0 15px;
  }
}
/*======================================================================================================================

モバイルメニュー

======================================================================================================================*/
@media screen and (max-width: 1024px) {
  #hamburger {
    display: block;
  }
  .sp-header {
    display: block;
    width: 100%;
    padding: 5px 0;
    height: 50px;
  }
  .sp-header02 {
    display: block;
    width: 100%;
    padding: 15px 0;
  }
  .logo {
    max-width: 150px;
    margin: auto;
  }
  .logo img {
    width: 100%;
  }
}
/*======================================================================================================================

スライダー

======================================================================================================================*/
/*======================================================================================================================

ローディング

======================================================================================================================*/
/*======================================================================================================================

ページトップ

======================================================================================================================*/
@media screen and (max-width: 1024px) {
  #page-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 2;
  }
  #page-top img {
    max-height: 40px;
    width: auto;
  }
}
/*======================================================================================================================

重要なお知らせ

======================================================================================================================*/
@media screen and (max-width: 1024px) {
  .important-news {
    display: none;
  }
  .important-news-sp {
    display: block;
  }
  .important-news-sp .important-news-inner {
    position: relative;
    padding: 10px 20px 20px 20px;
    background-color: #0067B5;
  }
  .important-news-sp .import-news-txt.flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .important-news-sp .import-news-time {
    color: #fff;
    font-size: 1.6rem;
    margin: 10px 10px 0 0;
  }
  .important-news-sp .import-news-txt01 {
    padding: 5px 10px;
    margin: 10px 10px 0 0;
    color: #0067B5;
    background-color: #fff;
    font-size: 1.4rem;
    border-radius: 5px;
    font-weight: bold;
  }
  .important-news-sp .import-news-txt02 {
    color: #fff;
    font-size: 1.6rem;
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  .important-news-sp .import-news-txt01 {
    padding: 2px 7px;
    font-size: 1.2rem;
  }
  .important-news-sp .import-news-txt02 {
    font-size: 1.4rem;
  }
}
/*======================================================================================================================

 パンくず

======================================================================================================================*/
@media screen and (max-width: 1024px) {
  #breadcrumbs {
    padding-right: 0;
    overflow-x: auto;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  #breadcrumbs ul {
    display: block;
    padding-right: 15px;
  }
}
@media screen and (max-width: 600px) {
  #breadcrumbs {
    margin-bottom: 20px;
    padding-right: 0;
  }
  #breadcrumbs ul li a,
  #breadcrumbs ul li {
    font-size: 1.2rem;
  }
  #breadcrumbs ul li {
    padding-left: 3px;
  }
  #breadcrumbs ul li:before {
    font-size: 1.2rem;
    padding-right: 3px;
  }
}
/*======================================================================================================================

ページネーション

======================================================================================================================*/
@media screen and (max-width: 1024px) {
  .page-nav > div {
    display: block;
    padding: 10px;
  }
  .page-nav div img {
    max-width: 100%;
    height: 17vw;
    width: 100%;
    margin-bottom: 10px;
  }
  .page-nav div span {
    text-align: center;
    width: 100%;
    display: block;
  }
}
/*======================================================================================================================

タブ

======================================================================================================================*/
@media screen and (max-width: 1024px) {
  .tab-panel-b .tab-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }
  .tab-panel-b .tab {
    width: 30%;
    font-size: 1.4rem;
  }
  .tab-panel-b .panel-inner {
    padding: 20px 20px 5px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
}
/*======================================================================================================================

Table

======================================================================================================================*/
@media screen and (max-width: 1024px) {
  .tablepress-table-name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .table-wrap01 .tablepress tbody td.column-1 {
    width: 100%;
    display: block;
    text-align: center;
  }
  .table-wrap01 .tablepress tbody td.column-2 {
    width: 100%;
    display: block;
    text-align: center;
  }
  .table-wrap02.scroll600 {
    overflow-x: scroll;
  }
  .table-wrap02.scroll600 table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
}
/*======================================================================================================================

sub-header

======================================================================================================================*/
@media screen and (max-width: 1024px) {
  .sub-header {
    height: 35vw;
  }
  .sub-header-txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .sub-header {
    height: 50vw;
  }
  .sub-header-txt {
    font-size: 1.8rem;
  }
}
/*======================================================================================================================

新着情報ショートコード

======================================================================================================================*/
@media screen and (max-width: 1024px) {
  .news-list01 li .news-cat a,
  .news-list02 li .news-cat a,
  .news-list03 li .news-cat a {
    font-size: 1rem;
    padding: 4px 8px;
  }
  .news-list03 li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d1dee8;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .news-list03 li .news-img {
    width: 200px;
    margin-bottom: 0;
  }
  .news-list03 li .news-content {
    width: calc(100% - 220px);
  }
  .news-list03 li .news-img img {
    height: 150px;
  }
  .news-list03 li:last-of-type {
    border-bottom: none;
  }
}
@media screen and (max-width: 600px) {
  .news-list02 li .news-img,
  .news-list03 li .news-img {
    width: 140px;
  }
  .news-list02 li .news-img img,
  .news-list03 li .news-img img {
    height: 20vw;
    min-height: 100px;
  }
  .news-list02 li .news-content,
  .news-list03 li .news-content {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 450px) {
  .news-list02 li .news-txt a,
  .news-list03 li .news-txt a {
    letter-spacing: 0;
    line-height: 1.5em;
  }
  .news-list02 li .date-cat.flex,
  .news-list03 li .date-cat.flex {
    margin-bottom: 5px;
  }
  .news-list02 li .date,
  .news-list03 li .date {
    font-size: 1.2rem;
    margin: 0 0 10px;
    width: 100%;
  }
  .news-cat {
    display: block;
  }
}
/*======================================================================================================================

Instagram

======================================================================================================================*/
/*======================================================================================================================

gmap

======================================================================================================================*/
/*======================================================================================================================

年間行事

======================================================================================================================*/
@media screen and (max-width: 1024px) {
  .event-wrap-a .event-list .event-title {
    font-size: 1.8rem;
  }
  .event-wrap-a .event-list > li {
    width: 100%;
    margin-bottom: 20px;
  }
  .event-wrap-a .event-list .event-list02 li {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .event-wrap-a .event-list .event-img-wrap {
    width: 200px;
  }
  .event-wrap-a .event-list .event-content {
    width: calc(100% - 220px);
  }
  .event-wrap-a .event-list .event-img-wrap img {
    height: 180px;
  }
  .event-wrap-a .event-other .other-title {
    max-width: 300px;
    font-size: 1.6rem;
  }
  .event-wrap-b .event-list > li {
    width: 48%;
    margin-bottom: 40px;
  }
  .event-wrap-b .event-list .event-title {
    font-size: 2rem;
  }
  .flow-wrap-a .flow-list > li {
    width: 100%;
    margin-bottom: 20px;
  }
  .flow-wrap-a .flow-list .flow-img-wrap img {
    height: 180px;
  }
  .flow-wrap-a .flow-list .flow-img-wrap {
    width: 200px;
  }
  .flow-wrap-a .flow-list .flow-content {
    width: calc(100% - 220px);
  }
  .flow-wrap-a .flow-list .flow-title {
    font-size: 1.8rem;
  }
  .flow-wrap-b .flow-list .flow-title {
    font-size: 1.8rem;
  }
  .flow-wrap-b .flow-list .flow-head {
    font-size: 2rem;
  }
}
@media screen and (max-width: 820px) {
  .tab-panel-a .tab-group {
    margin-bottom: 20px;
  }
  .tab-panel-a .tab {
    width: 47%;
    margin-bottom: 15px;
  }
  .event-wrap-b .event-list .event-img-wrap img {
    height: 40vw;
  }
  .flow-list-wrap .timeline {
    width: 30px;
    margin: auto 0;
    background-size: 3px;
    height: calc(100% - 70px);
  }
  .flow-list-wrap .timeline .sun {
    max-width: 30px;
    top: -40px;
  }
  .flow-list-wrap .timeline .moon {
    max-width: 30px;
    bottom: -30px;
  }
  .flow-wrap-b .flow-list li {
    margin-bottom: 20px;
  }
  .flow-wrap-b .flow-list li:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flow-wrap-b .flow-list .flow-content {
    width: 50%;
    padding-right: 0;
    margin-top: 40px;
  }
  .flow-wrap-b .flow-list li .flow-img-wrap {
    width: 50%;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .flow-wrap-b .flow-list li .flow-img-wrap {
    width: 100%;
  }
  .flow-wrap-b .flow-list .flow-content {
    width: 100%;
    margin-top: 20px;
  }
  .flow-wrap-b .flow-list .flow-head {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .flow-wrap-b .flow-list li:last-of-type {
    margin-bottom: 40px;
  }
  .flow-list-wrap .timeline {
    margin-top: 30px;
    height: calc(100% - 30px);
  }
}
@media screen and (max-width: 450px) {
  .event-wrap-a .event-list .event-title {
    font-size: 1.6rem;
  }
  .event-wrap-a .event-list .event-img-wrap {
    width: 140px;
  }
  .event-wrap-a .event-list .event-img-wrap img {
    height: 140px;
  }
  .event-wrap-a .event-list .event-content {
    width: calc(100% - 160px);
  }
  .event-wrap-a .event-list .event-list02 li {
    font-size: 1.2rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .event-wrap-a .event-list .event-title {
    margin-bottom: 10px;
  }
  .event-wrap-a .event-other .other-title,
  .event-wrap-b .event-other .other-title {
    max-width: 240px;
    font-size: 1.4rem;
  }
  .event-other-inner p {
    font-size: 1.2rem;
  }
  .event-wrap-b .event-list .event-title {
    font-size: 1.6rem;
    padding: 5px 10px;
    left: 15px;
  }
  .event-wrap-b .event-list .event-content {
    margin-top: 30px;
  }
  .event-wrap-b .event-list .event-list02 li {
    font-size: 1.2rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .flow-wrap-a .flow-list .flow-img-wrap {
    width: 140px;
  }
  .flow-wrap-a .flow-list .flow-img-wrap img {
    height: 140px;
  }
  .flow-wrap-a .flow-list .flow-content {
    width: calc(100% - 160px);
  }
  .flow-wrap-a .flow-list .flow-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .flow-wrap-a .flow-list .flow-list02 li {
    font-size: 1.2rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .flow-other-inner p {
    font-size: 1.2rem;
  }
  .flow-wrap-b .flow-list li .flow-img-wrap img {
    height: 50vw;
  }
}
/*======================================================================================================================

1日の流れ

======================================================================================================================*/
/*======================================================================================================================

ページメニュー

======================================================================================================================*/
@media screen and (max-width: 1024px) {
  .p-menu-a li {
    width: 48%;
    margin-bottom: 30px;
  }
  .menu-a-title {
    font-size: 1.6rem;
    -webkit-transform: translate(20px, -25px);
    transform: translate(20px, -25px);
  }
  .menu-a-txt {
    line-height: 1.75em;
  }
}
@media screen and (max-width: 820px) {
  .menu-a-txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 450px) {
  .menu-a-txt {
    font-size: 1.2rem;
  }
  .menu-a-title {
    font-size: 1.4rem;
    margin: -20px auto 10px;
    padding: 5px 10px;
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
  }
}
/*======================================================================================================================

インタビュー

======================================================================================================================*/
@media screen and (max-width: 1024px) {
  .interview-a-name {
    font-size: 1.6rem;
  }
  .interview-b-name {
    font-size: 1.6rem;
  }
  .interview-a-position {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .interview-b-position {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .interview-a-q,
  .interview-a-a {
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: top 1px left 0;
    font-size: 1.4rem;
  }
  .interview-b-q,
  .interview-b-a {
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: top 1px left 0;
    font-size: 1.4rem;
  }
  .interview-a-img img {
    height: 25vw;
  }
  .interview-b-img img {
    height: 25vw;
  }
  .interview-a-img-wrap {
    width: 100%;
  }
  .interview-a-content {
    width: 100%;
  }
  .interview-list-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .interview-list-a > li {
    width: 48%;
  }
  .interview-a-img-wrap {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .interview-list-a > li {
    width: 100%;
  }
  .interview-list-b > li {
    width: 100%;
  }
  .interview-a-img img {
    height: 60vw;
  }
  .interview-b-img img {
    height: 60vw;
  }
}
/*======================================================================================================================

Q&A

======================================================================================================================*/
@media screen and (max-width: 1024px) {
  .faq-q {
    padding-left: 30px;
    background-size: 25px auto;
    font-size: 1.4rem;
  }
  .faq-a {
    padding-left: 30px;
    background-size: 25px auto;
    font-size: 1.4rem;
  }
}
/*======================================================================================================================

 お問い合わせ帯

======================================================================================================================*/
@media screen and (max-width: 1024px) {
  .contact-band-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 450px) {
  .cf-tel-number {
    font-size: 1.8rem;
    margin-right: 5px;
  }
  .contact-band-tel-icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}
/*======================================================================================================================

 FOOTER

======================================================================================================================*/
@media screen and (max-width: 1400px) {
  .footer-inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 40px 0 15px;
  }
  .footer-logo-address,
  .footer-nav-wrap {
    width: 100%;
  }
  .footer-inner {
    margin-bottom: 10px;
  }
  .footer-logo-address {
    margin-top: 40px;
  }
  .footer-logo img {
    max-width: 300px;
    margin: 0 auto;
  }
  .footer-logo {
    padding-bottom: 0px;
    margin-bottom: 20px;
    border-bottom: none;
  }
  .footer-address p {
    text-align: center;
  }
  .footer-menu a {
    color: #fff;
    font-size: 1.4rem;
  }
  .footer-menu .sub-menu li {
    padding-left: 0px;
  }
  .footer-menu .sub-menu a {
    font-size: 1.4rem;
    padding-left: 0;
  }
  .footer-menu > li > a {
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .footer-nav.flex .left,
  .footer-nav.flex .right {
    width: 100%;
    margin: 0;
  }
  .footer-menu-title {
    font-size: 1.6rem;
  }
  .sns-icon-title p span {
    font-size: 1.2rem;
  }
  .sns-icon-wrap.flex .line {
    margin: 0 10px;
  }
  .copyright p {
    margin: 10px 0 0;
    font-size: 1.2rem;
  }
}
/*======================================================================================================================

 TOP

======================================================================================================================*/
@media screen and (max-width: 1024px) {
  .greeting-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .greeting-txt {
    font-size: 1.4rem;
  }
  .btn {
    font-size: 1.4rem;
    max-width: 280px;
  }
}
/*======================================================================================================================

 新着情報アーカイブ

======================================================================================================================*/
@media screen and (max-width: 1024px) {
  .archive-info-wrap main {
    width: 100%;
    margin-bottom: 40px;
  }
  .sidebar {
    width: 100%;
  }
  .archive-info-title a {
    font-size: 1.6rem;
  }
  .archive-time-cat time {
    font-size: 1.6rem;
  }
  .sidebar h3 {
    font-size: 1.6rem;
  }
  .side-box li a,
  .widget_archive li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 820px) {
  .archive-info-txt {
    width: calc(100% - 220px);
  }
  .archive-info-title {
    line-height: 1.5em;
  }
  .archive-info-title a {
    font-size: 1.4rem;
  }
  .archive-time-cat time {
    font-size: 1.4rem;
  }
  .archive-info-cat a {
    font-size: 1rem;
    margin-right: 10px;
    padding: 4px 8px;
  }
  .archive-time-cat {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .archive-info-img {
    width: 140px;
  }
  .archive-info-img img {
    height: 20vw;
    min-height: 100px;
  }
  .archive-info-txt {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 450px) {
  .archive-time-cat {
    margin-bottom: 5px;
  }
  .archive-time-cat time {
    font-size: 1.2rem;
    margin: 0 0 10px;
    width: 100%;
    line-height: 1em;
  }
}
/*======================================================================================================================

 新着情報シングル

======================================================================================================================*/
@media screen and (max-width: 1024px) {
  .single-info-wrap main {
    width: 100%;
  }
  .single-info-title {
    font-size: 2rem;
  }
  .file-list a {
    font-size: 1.4rem;
  }
  .single-info-catch-img img {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 820px) {
  .gallery-list li {
    width: 32%;
  }
  .gallery-list::before {
    display: none;
  }
  .gallery-list::after {
    width: 32%;
  }
  .gallery-list a img {
    height: 22vw;
  }
}
@media screen and (max-width: 600px) {
  .single-info-title {
    letter-spacing: 0;
    font-size: 1.8rem;
  }
  .page-nav {
    margin: 40px 0;
  }
  .page-nav div img {
    height: 25vw;
  }
  .page-nav div span {
    font-size: 1.2rem;
  }
  .file-list li {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .single-info-title {
    font-size: 1.6rem;
  }
  .gallery-list li {
    width: 48%;
  }
  .gallery-list::after {
    display: none;
  }
  .gallery-list a img {
    height: 30vw;
  }
}
/*======================================================================================================================

 サイドバー

======================================================================================================================*/
/*======================================================================================================================

採用情報

======================================================================================================================*/
@media screen and (max-width: 1024px) {
  .recruit-feed01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .recruit-feed01 > li {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .recruit-feed01 > li:nth-of-type(2) {
    margin-top: 0;
  }
  .recruit-feed01 .recruit-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .recruit-feed01 .recruit-content {
    width: 100%;
    margin-bottom: auto;
  }
  .recruit-feed01 h3 {
    font-size: 1.8rem;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 3px solid #0067B5;
  }
  .recruit-feed01 .recruit-sub.flex li {
    font-size: 1.4rem;
    margin-right: 15px;
    margin-bottom: 6px;
  }
  .recruit-feed01 .recruit-sub.flex {
    margin-bottom: 10px;
  }
  .recruit-feed01 .recruit-sub.flex span {
    font-size: 1.2rem;
  }
  .recruit-single-title {
    font-size: 1.6rem;
  }
  .recruit-single-content {
    margin: 20px 0 30px;
  }
  .job-table th,
  .job-table td {
    padding: 20px;
    font-size: 1.4rem;
  }
  .entry-btn a {
    font-size: 1.8rem;
  }
  .contents-none {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 820px) {
  .recruit-feed01 > li {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .recruit-feed01 > li {
    width: 100%;
  }
  .recruit-feed01 > li {
    margin-top: 40px;
  }
  .recruit-feed01 > li:nth-of-type(2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 450px) {
  .job-table th,
  .job-table td {
    display: block;
    width: 100%;
    text-align: center;
  }
}
/* 採用情報シングルページ ================================================================================================*/
/*======================================================================================================================

お問い合わせ

======================================================================================================================*/
@media screen and (max-width: 1024px) {
  .contact-form01 th,
  .contact-form01 td {
    font-size: 1.4rem;
  }
  .required {
    padding: 3px 10px;
    font-size: 1rem;
  }
  .privacy-check .wpcf7-list-item-label {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 820px) {
  .contact-form01 th,
  .contact-form01 td {
    display: block;
    width: 100%;
  }
  input[type=submit],
  input[type=button] {
    font-size: 1.6rem;
  }
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    font-size: 1.4rem;
    border-radius: 0;
  }
}
@media screen and (max-width: 450px) {
  input[type=submit],
  input[type=button] {
    width: 100%;
  }
}
/*======================================================================================================================

プライバシーポリシー

======================================================================================================================*/
@media screen and (max-width: 1024px) {
  .privacy-head {
    font-size: 1.8rem;
  }
  .privacy-head span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 820px) {
  .privacy-head {
    font-size: 1.8rem;
  }
  .privacy-head span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .privacy-head {
    font-size: 1.6rem;
  }
}
/*======================================================================================================================

サイトマップ

======================================================================================================================*/
@media screen and (max-width: 1024px) {
  .wsp-pages-list li {
    width: 31%;
  }
  .wsp-pages-list::before {
    display: none;
  }
  .wsp-pages-list li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 820px) {
  .wsp-pages-list li {
    width: 48%;
  }
  .wsp-pages-list::before {
    width: 48%;
  }
}
@media screen and (max-width: 450px) {
  .wsp-pages-list li a {
    font-size: 1.2rem;
    padding: 10px;
  }
}
/*======================================================================================================================

ログイン

======================================================================================================================*/
@media screen and (max-width: 600px) {
  #wpmem_login,
  #wpmem_reg {
    font-size: 1.4rem !important;
  }
  .wpmem_msg {
    font-size: 1.2rem !important;
  }
}
/*======================================================================================================================

 検索結果ページ

======================================================================================================================*/
@media screen and (max-width: 1024px) {
  .search-txt01 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .search-txt01 {
    font-size: 1.6rem;
  }
}
/*======================================================================================================================

 404

======================================================================================================================*/
/*======================================================================================================================

 SP 復元分（旧 style-sp-min.css 由来）

 scss/style-sp.scss は style-sp-min.css の生成元ではなく内容が古かったため、
 統合時に取りこぼした宣言を実配信ファイルから復元したもの。

======================================================================================================================*/
@media screen and (max-width: 820px) {
  .col-25,
  .col-26,
  .col-27,
  .col-28,
  .col-29,
  .col-30,
  .col-31,
  .col-32,
  .col-33,
  .col-34,
  .col-35,
  .col-36,
  .col-37,
  .col-38,
  .col-39,
  .col-40,
  .col-41,
  .col-42,
  .col-43,
  .col-44,
  .col-50,
  .col-51,
  .col-52,
  .col-53,
  .col-54,
  .col-55,
  .col-56,
  .col-57,
  .col-58,
  .col-59,
  .col-60,
  .col-61,
  .col-62,
  .col-63,
  .col-64,
  .col-65,
  .col-66,
  .col-67,
  .col-68,
  .col-69,
  .col-70,
  .col-71,
  .col-72,
  .col-73,
  .col-74,
  .col-75 {
    width: 100%;
  }
  .col-25,
  .col-26,
  .col-27,
  .col-28,
  .col-29,
  .col-30,
  .col-31,
  .col-32,
  .col-33,
  .col-34,
  .col-35,
  .col-36,
  .col-37,
  .col-38,
  .col-39,
  .col-40,
  .col-41,
  .col-42,
  .col-43,
  .col-44,
  .col-45,
  .col-46,
  .col-47,
  .col-48,
  .col-50,
  .col-51,
  .col-52,
  .col-53,
  .col-54,
  .col-55,
  .col-56,
  .col-57,
  .col-58,
  .col-59,
  .col-60,
  .col-61,
  .col-62,
  .col-63,
  .col-64,
  .col-65,
  .col-66,
  .col-67,
  .col-68,
  .col-69,
  .col-70,
  .col-71,
  .col-72,
  .col-73,
  .col-74,
  .col-75 {
    margin-bottom: 40px;
  }
  .flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sp-flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  section {
    padding: 60px 0;
  }
  .mt10 {
    margin-top: 5px;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mt30 {
    margin-top: 15px;
  }
  .mt40 {
    margin-top: 20px;
  }
  .mt50 {
    margin-top: 25px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .mt70 {
    margin-top: 35px;
  }
  .mt80 {
    margin-top: 40px;
  }
  .mt90 {
    margin-top: 45px;
  }
  .mt100 {
    margin-top: 50px;
  }
  .mb10 {
    margin-bottom: 5px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .mb70 {
    margin-bottom: 35px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .mb90 {
    margin-bottom: 45px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
  .pt0 {
    padding-top: 0;
  }
  .pt10 {
    padding-top: 5px;
  }
  .pt20 {
    padding-top: 10px;
  }
  .pt30 {
    padding-top: 15px;
  }
  .pt40 {
    padding-top: 20px;
  }
  .pt50 {
    padding-top: 25px;
  }
  .pt60 {
    padding-top: 30px;
  }
  .pt70 {
    padding-top: 35px;
  }
  .pt80 {
    padding-top: 40px;
  }
  .pt90 {
    padding-top: 45px;
  }
  .pt100 {
    padding-top: 50px;
  }
  .pb0 {
    padding-bottom: 0;
  }
  .pb10 {
    padding-bottom: 5px;
  }
  .pb20 {
    padding-bottom: 10px;
  }
  .pb30 {
    padding-bottom: 15px;
  }
  .pb40 {
    padding-bottom: 20px;
  }
  .pb50 {
    padding-bottom: 25px;
  }
  .pb60 {
    padding-bottom: 30px;
  }
  .pb70 {
    padding-bottom: 35px;
  }
  .pb80 {
    padding-bottom: 40px;
  }
  .pb90 {
    padding-bottom: 45px;
  }
  .pb100 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 450px) {
  .news-list02 li .news-txt a,
  .news-list03 li .news-txt a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 820px) {
  .com-post-link {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .footer-inner.flex {
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .sns-icon-wrap {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 450px) {
  .archive-info-title a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .single-info-article h2 {
    font-size: 18px;
    padding: 10px 15px;
  }
  .single-info-article h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 1.4rem;
  }
}
