@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&family=Lato&display=swap");
/* ===========================================
リセットcss
=========================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}

/* ===========================================
初期設定
=========================================== */
html {
  width: 100%;
  height: auto;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  /* IE11用 */
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  color: #333333;
  background-color: #ffffff;
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: normal;
  word-spacing: normal;
}
body.js-fixed {
  position: fixed;
  top: 0px;
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ===========================================
CMSスタイル
=========================================== */
/* html5用 */
article,
aside,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* スタイルリセット
============================== */
/* iOSでのデフォルトスタイルをリセット */
input[type=reset],
input[type=submit],
input[type=button] {
  border-radius: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=reset]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=reset]:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input.fedbt,
input[type=reset],
input[type=button],
input[type=text],
input[type=submit] {
  border-radius: 0;
}

/* プレースホルダー文字色 */
:-moz-placeholder {
  color: #6f6f6f;
}
:-ms-input-placeholder {
  color: #6f6f6f;
}
:placeholder-shown {
  color: #6f6f6f;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #6f6f6f;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #6f6f6f;
}

a[href],
label[for],
input[type=button],
input[type=submit],
input[type=reset],
input[type=image],
input[type=radio],
input[type=checkbox],
select {
  cursor: pointer;
}

button {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-family: "Gabarito", "Noto Sans JP", "メイリオ", sans-serif;
  -webkit-appearance: none;
  color: inherit;
}

fieldset {
  border: none;
}

address {
  font-style: normal;
}

a img {
  vertical-align: middle;
}

/* ガイダンス系
============================== */
/* noscriptメッセージ */
p.jsmessage {
  background-color: #fff;
  padding: 10px;
  margin: 0;
  color: #000;
}

/* 本文へ移動隠しジャンプ 基本的にjsではなくcssで実装*/
.blockskip {
  padding: 0;
}

.skip {
  width: 1px;
  color: #000000;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #ffffff;
  position: absolute;
  left: -3000px;
  z-index: 99999;
}

a.skip {
  color: #003377;
  background-color: #ffffff;
  text-align: center;
  padding: 2px 0;
  top: auto;
}

a.skip:active {
  display: block;
  width: 99.99%;
  font-size: 100%;
  line-height: 1.6;
  top: 0;
  left: 0;
}

a.skip:focus {
  display: block;
  width: 99.99%;
  font-size: 100%;
  line-height: 1.6;
  top: 0;
  left: 0;
}

/* スペーサー、ガイダンス、隠しジャンプ */
.blockjump {
  margin: 0;
  padding: 0;
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
}

.img-guidance {
  margin: 0 !important;
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  position: absolute;
  overflow: hidden;
}

hr {
  display: none;
}

.guidance {
  margin: 0 !important;
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  position: absolute;
  overflow: hidden;
}

/* 目隠し見出し用指定 */
img[src="/images/spacer.gif"],
.txtno-display {
  margin: 0;
  padding: 0;
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
}

/* コンテンツを視覚的に隠す[スクリーンリーダーからはアクセス可]ページ内リンクのとび先に使用不可 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

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

/* フォントサイズ
============================== */
h1 {
  font-size: 3.4rem;
  position: relative;
  text-align: left;
}

h2 {
  font-size: 2.4rem;
  position: relative;
}

h3 {
  font-size: 2rem;
  position: relative;
}

h4 {
  font-size: 1.8rem;
  position: relative;
}

h5 {
  font-size: 1.7rem;
  position: relative;
}

h6 {
  font-size: 1.6rem;
}

p,
address,
table,
dt,
dd {
  line-height: 1.5;
  font-size: 1.6rem;
}

li {
  line-height: 1.5;
  font-size: 1.6rem;
}

/* スタイル回り込み解除 */
.t-box,
.t-box2 {
  margin-bottom: 0.85em;
}

.t-box > p,
.t-box2 > p {
  padding-left: 0;
  padding-right: 0;
}

ul {
  list-style: none;
}

ol {
  padding-left: 30px;
  padding-bottom: 0.85em;
  padding-right: 30px;
}

dl {
  margin-bottom: 15px;
}

dt {
  font-weight: bold;
}

/* リンク関連
============================== */
/*  通常のリンク色  */
a {
  color: #333333;
}
a:visited {
  color: #800080;
}
@media (hover: hover) {
  a:hover {
    color: #173093;
  }
}

a:focus {
  text-decoration: none;
}

/* ページ内リンク下線消し */
a:not([href]) {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  vertical-align: bottom;
}

a:hover:not([href]) {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

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

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

/* ------------------------
    スライダー 
------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    overflow: visible !important;
  }
  .pagetop {
    display: none;
  }
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1366px;
  min-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .container {
    position: relative;
    max-width: none;
    min-width: auto;
  }
  .container::after {
    position: absolute;
    content: "";
    width: 60%;
    aspect-ratio: 1385/506;
    background-image: url(../images/content_bg_sp.png);
    background-size: cover;
    top: -46px;
    right: 0;
    z-index: -1;
  }
}
.container--contact .container__inner {
  padding: 40px 20px 80px;
}
@media screen and (max-width:767px) {
  .container--contact .container__inner {
    padding: 30px 10px 80px;
  }
}

.container__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1200px;
  padding: 32px 20px 100px;
}
@media screen and (max-width:767px) {
  .container__inner {
    width: 100%;
    padding: 20px 16px 60px;
  }
}

.header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-width: 1240px;
  margin: 0 auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}
@media screen and (max-width:767px) {
  .header {
    position: absolute;
    max-width: none;
    min-width: auto;
    height: 56px;
  }
}
.header--simple .header__top {
  padding: 15px 0 20px;
  border-bottom: none;
}
@media screen and (max-width:767px) {
  .header--simple .header__top {
    padding: 0;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1366px;
  min-width: 1240px;
}
@media screen and (max-width:767px) {
  .header__inner {
    width: 100%;
    min-width: auto;
    padding: 13px 20px;
  }
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:767px) {
  .header__top {
    padding: 0;
  }
}

.header__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1326px;
  padding: 0 20px;
}
@media screen and (max-width:767px) {
  .header__top-inner {
    padding: 0;
  }
}

.header__logo a {
  display: inline-block;
}
.header__logo h1 {
  font-size: 0;
}
@media screen and (max-width:767px) {
  .header__logo {
    width: 335px;
    height: auto;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-top: 16px;
}
@media screen and (max-width:767px) {
  .header__nav {
    display: none;
  }
}

.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #173093;
  border-radius: 100px;
}

.search__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  background-color: #edf4fe;
  border-radius: 100px;
  gap: 8px;
}

.search__tab-item {
  position: relative;
  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: 94px;
  height: 30px;
  font-weight: bold;
  font-size: 1.4rem;
  color: #374653;
  border-radius: 100px;
  cursor: pointer;
}
.search__tab-item a {
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .search__tab-item {
    width: 50%;
  }
}
.search__tab-item.js-tab-active {
  background-color: #173093;
}
.search__tab-item.js-tab-active a {
  color: #ffffff;
}

.search__box-item {
  display: none;
}
.search__box-item.js-content-active {
  display: block;
}
.search__box-item .gsc-input {
  border: none;
  width: 208px;
}
.search__box-item #gsc-iw-id1 {
  width: 100%;
  border: none;
  background-color: transparent;
}
.search__box-item .gsc-input {
  background-color: transparent;
  padding: 0 !important;
}
.search__box-item .gsc-input-box {
  background-color: transparent;
  border: none;
  padding: 0;
}
.search__box-item .gsib_a {
  border: none;
  background-color: transparent;
  height: 46px;
  padding-left: 20px;
}
@media screen and (max-width:767px) {
  .search__box-item .gsib_a {
    height: 54px;
    padding: 6px 0px 6px 30px;
  }
}
.search__box-item .gsib_b {
  display: none;
}
.search__box-item .gsc-search-box {
  margin: 0;
}
.search__box-item .gsc-search-button {
  padding: 0;
  border: none;
  background-color: transparent;
}
.search__box-item .gsc-search-button-v2 {
  background-color: inherit;
  background-image: url(../images/search_icon.png);
  background-repeat: no-repeat;
  background-position: 6px 50%;
  background-size: 22px 24px;
  width: 50px;
  height: 46px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width:767px) {
  .search__box-item .gsc-search-button-v2 {
    width: 50px;
    height: 54px;
  }
}
@media (hover: hover) {
  .search__box-item .gsc-search-button-v2:hover {
    background-color: transparent;
  }
}
.search__box-item .gsc-search-button-v2 svg {
  display: none;
}
.search__box-item .id_search-box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search__box-item .id_search-box .iconMokutekiSearchWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 8px;
}
.search__box-item .id_search-box .moktekiTabInput {
  width: 200px;
  border: none;
}
.search__box-item .id_search-box .moktekiTabInput:focus {
  outline: none;
}
.search__box-item .id_search-box .mokutekiTabBtn {
  background-color: inherit;
  background-image: url(../images/search_icon.png);
  background-repeat: no-repeat;
  background-position: 6px 50%;
  background-size: 22px 24px;
  width: 50px;
  height: 46px;
  padding: 0;
  margin: 0;
}

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

.language-button {
  position: relative;
  display: inline-block;
  background-color: #173093;
  border-radius: 100px;
  text-decoration: none;
  color: #ffffff;
  line-height: 1;
  font-size: 1.4rem;
  font-family: "Gabarito", "Noto Sans JP", "メイリオ", sans-serif;
  padding: 15px 8px 15px 38px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.language-button:visited, .language-button:link {
  color: #ffffff;
}
@media (hover: hover) {
  .language-button:hover {
    background-color: #102766;
  }
}
.language-button::after {
  position: absolute;
  content: "";
  background-image: url(../images/language_button.png);
  background-size: cover;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.header__gnavi {
  position: relative;
}
@media screen and (max-width:767px) {
  .header__gnavi {
    display: none;
  }
}

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

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

.gnavi__item:last-child .gnavi__button::after {
  content: none;
}

.gnavi__button {
  position: relative;
  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: 100%;
  height: 50px;
  padding: 0 32px;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-decoration: none;
}
.gnavi__button span {
  position: relative;
}
.gnavi__button span::after {
  position: absolute;
  content: "";
  background-image: url(../images/gnavi_triangle.png);
  background-size: cover;
  width: 20px;
  height: 10px;
  top: 46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  visibility: hidden;
}
.gnavi__button::before {
  position: absolute;
  content: "";
  width: 76%;
  height: 2px;
  left: 0;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  left: 50%;
  background: #173093;
  bottom: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.gnavi__button::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #c1c1c1;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  .gnavi__button:hover::before {
    -webkit-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
  }
}
.gnavi__button:visited {
  color: #222222;
}
.gnavi__button.is-active::before, .gnavi__button.is-current::before {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
.gnavi__button.is-active span {
  position: relative;
}
.gnavi__button.is-active span::after {
  opacity: 1;
  visibility: visible;
}

.gnavi__submenu {
  position: absolute;
  width: 840px;
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  visibility: hidden;
  background-color: #ffffff;
  border: 1px solid #173093;
  border-radius: 8px;
}
.gnavi__submenu.is-show {
  opacity: 1;
  visibility: visible;
}

.gnavi__submenu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  gap: 24px;
}

.gnavi__submenu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 126px;
}

.gnavi__submenu-title {
  font-size: 2.2rem;
}

.gnavi__submenu-title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
}

.gnavi__submenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #cccccc;
  padding: 0 48px 0 24px;
}

.gnavi__submenu-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 20px) / 2);
  padding-left: 12px;
  background-color: #ffffff;
  font-size: 1.8rem;
  border-radius: 10px;
}
.gnavi__submenu-item::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../images/link_icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 5px;
  height: 8px;
  top: 7px;
  left: 0;
}

.gnavi__submenu-item-link {
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: 500;
}

.gnavi__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
}

.nowPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: bold;
}

.sp-nav {
  display: none;
}
@media screen and (max-width:767px) {
  .sp-nav {
    position: fixed;
    display: block;
    width: 100%;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    border-radius: 8px 8px 0 0;
    -webkit-box-shadow: 0 1px 5px 0 #cccccc;
            box-shadow: 0 1px 5px 0 #cccccc;
    z-index: 9999;
  }
}

@media screen and (max-width:767px) {
  .sp-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    padding: 4px;
  }
}

@media screen and (max-width:767px) {
  .sp-nav__item {
    border: 1px solid #173093;
    border-radius: 8px;
  }
  .sp-nav__item--menu {
    width: calc((100% - 64px) / 2);
  }
  .sp-nav__item--menu .sp-nav__link {
    padding: 15px;
  }
  .sp-nav__item--menu .sp-nav__link:before {
    position: absolute;
    content: "";
    background-image: url(../images/sp-menu_icon01.png);
    background-size: cover;
    width: 16px;
    height: 16px;
    top: calc(50% - 1px);
    left: 32px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sp-nav__item--menu .sp-nav__link .sp-nav__text {
    padding-left: 24px;
  }
  .sp-nav__item--menu.js-open .sp-nav__link:before {
    background-image: url(../images/sp-menu_icon01_hover.png);
  }
  .sp-nav__item--search {
    width: calc((100% - 64px) / 2);
  }
  .sp-nav__item--search .sp-nav__link {
    padding: 15px;
  }
  .sp-nav__item--search .sp-nav__link:before {
    position: absolute;
    content: "";
    background-image: url(../images/sp-menu_icon02.png);
    background-size: cover;
    width: 16px;
    height: 16px;
    top: calc(50% - 1px);
    left: 48px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sp-nav__item--search .sp-nav__link .sp-nav__text {
    padding-left: 24px;
  }
  .sp-nav__item--search.js-open .sp-nav__link:before {
    background-image: url(../images/sp-menu_icon02_hover.png);
  }
  .sp-nav__item--en {
    width: 56px;
  }
  .sp-nav__item--en .sp-nav__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 35px 8px 1px 8px;
  }
  .sp-nav__item--en .sp-nav__link:before {
    position: absolute;
    content: "";
    background-image: url(../images/sp-menu_icon03.png);
    background-size: cover;
    width: 23px;
    height: 21px;
    top: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sp-nav__item--en .sp-nav__text {
    font-size: 1.2rem;
  }
  .sp-nav__item.js-open {
    background-color: #173093;
  }
  .sp-nav__item.js-open .sp-nav__text {
    color: #ffffff;
  }
}

@media screen and (max-width:767px) {
  .sp-nav__link {
    position: relative;
    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;
    gap: 8px;
    text-decoration: none;
  }
}

@media screen and (max-width:767px) {
  .sp-nav__text {
    font-weight: 700;
    color: #173093;
  }
}

.sp-menu {
  display: none;
}
@media screen and (max-width:767px) {
  .sp-menu {
    display: block;
    width: 100%;
    height: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width:767px) {
  .sp-menu.js-show {
    height: auto;
    visibility: visible;
    opacity: 1;
  }
  .sp-menu.js-show .sp-menu__inner {
    height: auto;
    visibility: visible;
    opacity: 1;
  }
}

.sp-menu__inner {
  display: block;
  height: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width:767px) {
  .sp-gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 4px;
  }
}

@media screen and (max-width:767px) {
  .sp-gnavi__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #cccccc;
  }
  .sp-gnavi__item a {
    width: 100%;
    padding: 13px 20px;
    font-weight: 700;
    font-size: 1.4rem;
    text-decoration: none;
  }
  .sp-gnavi__item a span {
    position: relative;
  }
  .sp-gnavi__item a span::after {
    position: absolute;
    content: "";
    background-image: url(../images/link_icon_arrow.png);
    background-size: cover;
    width: 6px;
    height: 11px;
    top: 50%;
    right: -14px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.sp-search {
  display: none;
}
@media screen and (max-width:767px) {
  .sp-search {
    display: block;
    width: 100%;
    height: 0;
    border-radius: 8px 8px 0 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width:767px) {
  .sp-search.js-show {
    height: auto;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width:767px) {
  .sp-search.js-show .sp-search__inner {
    height: auto;
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (max-width:767px) {
  .sp-search__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 8px 16px;
    height: 0;
    visibility: hidden;
    opacity: 0;
  }
  .sp-search__inner .header__search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 16px;
    padding: 6px 8px;
  }
  .sp-search__inner .search__tab {
    padding: 6px 4px;
  }
  .sp-search__inner .search__tab-item {
    height: 38px;
  }
  .sp-search__inner .search__box {
    margin-top: 6px;
    border-top: 1px solid #cccccc;
  }
  .sp-search__inner .gsc-input {
    border: none;
    width: 208px;
  }
  .sp-search__inner #gsc-iw-id1 {
    width: 100%;
    border: none;
    background-color: transparent;
  }
  .sp-search__inner .gsc-input {
    background-color: transparent;
    padding: 0 !important;
  }
  .sp-search__inner .gsc-input-box {
    background-color: transparent;
    border: none;
    padding: 0;
  }
}
@media screen and (max-width:767px) and (max-width:767px) {
  .sp-search__inner .gsc-input-box {
    width: auto;
  }
}
@media screen and (max-width:767px) {
  .sp-search__inner .gsib_a {
    border: none;
    background-color: transparent;
    height: 46px;
    padding-left: 20px;
  }
}
@media screen and (max-width:767px) and (max-width:767px) {
  .sp-search__inner .gsib_a {
    height: 42px;
    padding: 6px 0px 6px 10px;
  }
}
@media screen and (max-width:767px) {
  .sp-search__inner .gsib_b {
    display: none;
  }
  .sp-search__inner .gsc-search-box {
    margin: 0;
  }
  .sp-search__inner .gsc-search-button {
    padding: 0;
    border: none;
    background-color: transparent;
  }
  .sp-search__inner .gsc-search-button-v2 {
    background-color: inherit;
    background-image: url(../images/search_icon.png);
    background-repeat: no-repeat;
    background-position: 6px 50%;
    background-size: 22px 24px;
    width: 50px;
    height: 46px;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width:767px) and (max-width:767px) {
  .sp-search__inner .gsc-search-button-v2 {
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width:767px) and (hover: hover) {
  .sp-search__inner .gsc-search-button-v2:hover {
    background-color: transparent;
  }
}
@media screen and (max-width:767px) {
  .sp-search__inner .gsc-search-button-v2 svg {
    display: none;
  }
  .sp-search__inner .id_search-box .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp-search__inner .id_search-box .iconMokutekiSearchWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 8px;
  }
}
@media screen and (max-width:767px) and (max-width:767px) {
  .sp-search__inner .id_search-box .iconMokutekiSearchWrap {
    width: calc(100% - 42px);
  }
}
@media screen and (max-width:767px) {
  .sp-search__inner .id_search-box .moktekiTabInput {
    width: 200px;
    border: none;
  }
}
@media screen and (max-width:767px) and (max-width:767px) {
  .sp-search__inner .id_search-box .moktekiTabInput {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .sp-search__inner .id_search-box .moktekiTabInput:focus {
    outline: none;
  }
  .sp-search__inner .id_search-box .mokutekiTabBtn {
    background-color: inherit;
    background-image: url(../images/search_icon.png);
    background-repeat: no-repeat;
    background-position: 6px 50%;
    background-size: 22px 24px;
    width: 50px;
    height: 46px;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width:767px) and (max-width:767px) {
  .sp-search__inner .id_search-box .mokutekiTabBtn {
    width: 42px;
    height: 42px;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .footer {
    max-width: none;
    min-width: auto;
  }
}
.footer--simple {
  border-top: 1px solid #173093;
}
.footer--simple .footer__copyright {
  padding: 5px 0;
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 24px 0;
  background-color: #173093;
  border-top: 1px solid #c1c1c1;
}
@media screen and (max-width:767px) {
  .footer__link {
    padding: 32px 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width:767px) {
  .footer__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
}
@media screen and (max-width:767px) {
  .footer__list li:nth-child(odd) {
    width: 68%;
  }
}
.footer__list a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.4rem;
}
@media (hover: hover) {
  .footer__list a:hover {
    text-decoration: underline;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  padding: 43px 0 27px;
}
@media screen and (max-width:767px) {
  .footer__inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding: 20px;
  }
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .footer__top {
    gap: 7px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}

.footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 145px;
  gap: 8px;
}
@media screen and (max-width:767px) {
  .footer__tel {
    padding-left: 0;
  }
}
@media screen and (max-width:767px) {
  .footer__tel dt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:767px) {
  .footer__tel dd {
    font-size: 1.4rem;
  }
}

.footer__tel-link {
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .footer__tel-link {
    pointer-events: auto;
    text-decoration: underline;
  }
}

.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 500px;
}
@media screen and (max-width:767px) {
  .footer__right {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .footer__adress {
    font-size: 1.4rem;
  }
}

.footer__btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:767px) {
  .footer__btn-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 5px 0;
  background-color: #ffffff;
  font-size: 1.2rem;
  color: #666666;
}
@media screen and (max-width:767px) {
  .footer__copyright {
    padding-bottom: 60px;
  }
}

.pagetop {
  position: fixed;
  width: 52px;
  height: 52px;
  z-index: 999;
}
@media screen and (max-width:767px) {
  .pagetop {
    width: 40px;
    height: 40px;
  }
}
@media (hover: hover) {
  .pagetop:hover {
    opacity: 0.8;
  }
}

.breadcrumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-width: 1240px;
  margin: 0 auto;
  padding-top: 112px;
}
@media screen and (max-width:767px) {
  .breadcrumb {
    max-width: none;
    min-width: auto;
    overflow: auto;
    white-space: nowrap;
    padding-top: 56px;
  }
}
.breadcrumb::after {
  position: absolute;
  content: "";
  width: 1029px;
  height: 309px;
  background-image: url(../images/content_bg_pc.png);
  top: 112px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width:767px) {
  .breadcrumb::after {
    content: none;
  }
}
.breadcrumb--simple {
  padding-top: 83px;
}
.breadcrumb--simple::after {
  top: 83px;
}
@media screen and (max-width:767px) {
  .breadcrumb--simple {
    padding-top: 56px;
  }
}

.breadcrumb__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  padding: 13px 0;
}
@media screen and (max-width:767px) {
  .breadcrumb__inner {
    width: 100%;
    padding: 13px 10px;
    overflow: scroll;
  }
}

.breadcrumb__current {
  width: 105px;
  background-color: #f4f4f4;
  border-radius: 10px;
  font-size: 1.2rem;
  padding: 0 5px;
  margin-right: 20px;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 32px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width:767px) {
  .breadcrumb__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.breadcrumb__list li {
  position: relative;
  font-size: 1.2rem;
  color: #444444;
}
@media screen and (max-width:767px) {
  .breadcrumb__list li {
    font-size: 1.2rem;
  }
}
.breadcrumb__list li:last-child::after {
  content: none;
}
.breadcrumb__list li::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -16px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) {
  .breadcrumb__list a:hover {
    text-decoration: underline;
  }
}

.button {
  position: relative;
  display: inline-block;
  border-radius: 100px;
  padding: 12px 74px 12px 48px;
  background-color: #173093;
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-decoration: none;
}
.button:visited, .button:link {
  color: #ffffff;
}
@media (hover: hover) {
  .button:hover {
    background-color: #102766;
  }
}
@media screen and (max-width:767px) {
  .button--news-more {
    width: 100%;
    padding: 7px 20px;
    text-align: center;
  }
}
.button--news-more::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_button_icon01.png);
  top: 50%;
  right: 48px;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button--topics-more, .button--footer {
  background-color: #ffffff;
  border: 1px solid #173093;
  color: #333333;
  font-weight: 700;
}
@media (hover: hover) {
  .button--topics-more:hover, .button--footer:hover {
    background-color: #f4f4f4;
  }
}
.button--topics-more:visited, .button--topics-more:link, .button--footer:visited, .button--footer:link {
  color: #333333;
}
.button--topics-more::after, .button--footer::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_button_icon02.png);
  background-size: cover;
  top: 50%;
  right: 48px;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button--topics-more {
  padding: 8px 72px 8px 48px;
}
@media screen and (max-width:767px) {
  .button--topics-more {
    padding: 8px 48px 8px 24px;
  }
  .button--topics-more::after {
    right: 24px;
  }
}
.button--footer {
  padding: 12px 58px 12px 72px;
}
@media screen and (max-width:767px) {
  .button--footer {
    font-size: 1.4rem;
  }
}
.button--footer::before {
  position: absolute;
  content: "";
  background-image: url(../images/footer_maps_icon.png);
  top: 50%;
  left: 32px;
  width: 33px;
  height: 33px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button--footer::after {
  right: 32px;
}

.banner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width:767px) {
  .banner__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3px;
  }
}

/* a01_中見出し */
.h2bg {
  padding: 0 0 20px;
  overflow: hidden;
}
.h2bg h2 {
  position: relative;
  background-color: #edf4fe;
  padding: 16px;
  font-size: 2.4rem;
  border-radius: 4px;
  border-bottom: 1px dotted #173093;
}
@media screen and (max-width:767px) {
  .h2bg h2 {
    padding: 12px 16px;
    font-size: 2rem;
  }
}

/* a02_小見出し */
.h3bg {
  padding: 0 0 20px;
  overflow: hidden;
}
.h3bg h3 {
  background-color: #f4f4f4;
  padding: 8px 16px 8px 20px;
  font-size: 2.2rem;
  border-radius: 4px;
}
@media screen and (max-width:767px) {
  .h3bg h3 {
    padding: 15px 16px 15px 20px;
    font-size: 1.8rem;
  }
}
.h3bg h3::before {
  content: none;
}
.h3bg h3::after {
  position: absolute;
  content: "";
  background-color: #173093;
  left: 0;
  top: calc(50% - 1px);
  width: 4px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: none;
  border-radius: 0 2px 2px 0;
}

/* a19-1_細見出し */
.h4bg {
  padding: 0 0 15px;
  overflow: hidden;
}
.h4bg h4 {
  position: relative;
  padding-left: 20px;
  font-size: 1.8rem;
}
@media screen and (max-width:767px) {
  .h4bg h4 {
    font-size: 1.6rem;
  }
}
.h4bg h4::before {
  content: none;
}
.h4bg h4::after {
  position: absolute;
  content: "";
  background-color: #173093;
  left: 0;
  top: calc(50% - 1px);
  width: 4px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: none;
  border-radius: 0 2px 2px 0;
}
.h4bg h4 div {
  border: none;
}

/* a19-2_細々見出し */
h5 {
  margin: 0;
  padding: 0 0 15px 20px;
  font-size: 1.6rem;
  color: #173093;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  h5 {
    padding: 0 0 15px;
  }
}
h5::before {
  content: none;
}
h5::after {
  content: none;
  border-left: inherit;
  border-left: 3px solid #a2d6ef;
}
h5 div {
  border: none;
}

/* a03_文章 */
.wysiwyg_wp ul {
  margin-bottom: 15px;
}
.wysiwyg_wp ul li {
  position: relative;
  padding: 8px 0 8px 30px;
}
@media screen and (max-width:767px) {
  .wysiwyg_wp ul li {
    padding: 8px 0 8px 30px;
  }
}
.wysiwyg_wp ul li::before {
  position: absolute;
  content: "・";
  top: 7px;
  left: 10px;
}
.wysiwyg_wp ol {
  padding: 0 0 0 30px;
  margin-bottom: 15px;
}
.wysiwyg_wp ol li {
  padding: 8px 0;
}
.wysiwyg_wp ol li::before {
  content: none;
}
.wysiwyg_wp p {
  margin: 0 20px 20px;
}
@media screen and (max-width:767px) {
  .wysiwyg_wp p {
    margin: 0 0 20px;
  }
}
.wysiwyg_wp .img-only {
  padding: 0;
  margin: 8px 20px 20px;
}
@media screen and (max-width:767px) {
  .wysiwyg_wp .img-only {
    text-align: center;
  }
}
.wysiwyg_wp .img-only span {
  margin-top: 5px;
  font-size: 1.4rem;
}
.wysiwyg_wp .img-left {
  float: left;
  display: table;
  margin: 8px 20px 20px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .wysiwyg_wp .img-left {
    float: none;
    margin: 8px auto 20px;
  }
}
.wysiwyg_wp .img-left span {
  margin-top: 5px;
  font-size: 1.4rem;
}
.wysiwyg_wp .img-center {
  display: table;
  margin: 8px auto 20px;
  text-align: center;
}
.wysiwyg_wp .img-center span {
  margin-top: 5px;
  font-size: 1.4rem;
}
.wysiwyg_wp .img-right {
  float: right;
  display: table;
  margin: 8px 20px 20px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .wysiwyg_wp .img-right {
    float: none;
    margin: 8px auto 20px;
  }
}
.wysiwyg_wp .img-right span {
  margin-top: 5px;
  font-size: 1.4rem;
}
.wysiwyg_wp .youtube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .wysiwyg_wp .youtube iframe {
    width: 100%;
  }
}
.wysiwyg_wp .linkjump {
  margin-bottom: 0;
}
.wysiwyg_wp .linkjump li {
  padding: 0;
}
.wysiwyg_wp .linkjump li::before {
  content: none;
}
.wysiwyg_wp table p {
  margin: 0;
}

/* a04_画像 */
.img-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  /* a11_画像横並び（2連）*/
  /* a11_画像横並び（3連）*/
  /* a11_画像横並び（4連） */
}
@media screen and (max-width:767px) {
  .img-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.img-area img {
  border: none;
  vertical-align: middle;
}
.img-area .img-left {
  display: table;
  margin-right: auto;
}
.img-area .img-left span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  font-size: 1.4rem;
}
.img-area .img-center {
  display: table;
  margin: 0 auto;
}
.img-area .img-center span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  font-size: 1.4rem;
}
.img-area .img-right {
  display: table;
  margin-left: auto;
}
.img-area .img-right span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  font-size: 1.4rem;
}
.img-area .imglink-side2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width:767px) {
  .img-area .imglink-side2 {
    width: 100%;
  }
}
.img-area .imglink-side2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  font-size: 1.4rem;
}
.img-area .imglink-side3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width:767px) {
  .img-area .imglink-side3 {
    width: 100%;
  }
}
.img-area .imglink-side3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  font-size: 1.4rem;
}
.img-area .imglink-side4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width:767px) {
  .img-area .imglink-side4 {
    width: 100%;
  }
}
.img-area .imglink-side4 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  font-size: 1.4rem;
}

/* a05_ファイルダウンロード（PDF等）*/
.filelink,
.f_dl_link {
  padding: 0 20px 20px 20px;
}
@media screen and (max-width:767px) {
  .filelink,
  .f_dl_link {
    padding: 0 0 20px;
  }
}
.filelink a,
.f_dl_link a {
  position: relative;
  padding: 0 0 0 28px;
}
.filelink a::before,
.f_dl_link a::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon_download.png);
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}

p.filelink + .wysiwyg_wp:has(.linktxt) {
  margin-top: -15px;
}

/* a08_リンク */
p.innerLink,
p.pagelinkin {
  padding: 0 20px 20px 20px;
}
@media screen and (max-width:767px) {
  p.innerLink,
  p.pagelinkin {
    padding: 0 0 20px;
  }
}

p.pagelinkin a.innerLink,
p.innerLink a.innerLink,
li.innerLink a.innerLink {
  position: relative;
  display: block;
  padding: 0 0 0 28px;
}
p.pagelinkin a.innerLink::before,
p.innerLink a.innerLink::before,
li.innerLink a.innerLink::before {
  position: absolute;
  content: "";
  background-image: url(../images/innnerlink_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 0;
}

p.externalLink,
p.pagelinkout {
  padding: 0 20px 20px 20px;
}
@media screen and (max-width:767px) {
  p.externalLink,
  p.pagelinkout {
    padding: 0 0 20px;
  }
}

p.pagelinkout a.externalLink,
.externalLink a.externalLink {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
}
p.pagelinkout a.externalLink::before,
.externalLink a.externalLink::before {
  position: absolute;
  content: "";
  background-image: url(../images/externallink_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 0;
}

p.externalLink + .wysiwyg_wp:has(.linktxt),
p.innerLink + .wysiwyg_wp:has(.linktxt),
p.pagelinkin + .wysiwyg_wp:has(.linktxt),
p.pagelinkout + .wysiwyg_wp:has(.linktxt) {
  margin-top: -15px;
}

/* a09_画像（左）＋文章 */
.img-area-l {
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .img-area-l {
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.img-area-l .imglink-txt-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width:767px) {
  .img-area-l .imglink-txt-left {
    float: none;
    margin-right: 0;
  }
}
.img-area-l .imglink-txt-left span {
  margin-top: 5px;
  font-size: 1.4rem;
}
.img-area-l p {
  margin-bottom: 15px;
}
.img-area-l p:last-child {
  margin-bottom: 0;
}
.img-area-l ul {
  list-style: inside;
  margin-bottom: 15px;
}
.img-area-l ul:last-child {
  margin-bottom: 0;
}
.img-area-l ul li {
  padding: 8px 0 8px 8px;
}
.img-area-l ul li::marker {
  margin-right: 0;
}
.img-area-l ol {
  padding-bottom: 0;
  margin-bottom: 15px;
}
.img-area-l ol:last-child {
  margin-bottom: 0;
}
.img-area-l ol li {
  padding: 8px 0;
}

/* a10_画像（右）＋文章 */
.img-area-r {
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .img-area-r {
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.img-area-r .imglink-txt-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
  margin-left: 20px;
}
@media screen and (max-width:767px) {
  .img-area-r .imglink-txt-right {
    float: none;
    margin-left: 0;
  }
}
.img-area-r .imglink-txt-right span {
  margin-top: 5px;
  font-size: 1.4rem;
}
.img-area-r p {
  margin-bottom: 15px;
}
.img-area-r p:last-child {
  margin-bottom: 0;
}
.img-area-r ul {
  list-style: inside;
  margin-bottom: 15px;
}
.img-area-r ul:last-child {
  margin-bottom: 0;
}
.img-area-r ul li {
  padding: 8px 0 8px 8px;
}
.img-area-r ul li::marker {
  margin-right: 0;
}
.img-area-r ol {
  padding-bottom: 0;
  margin-bottom: 15px;
}
.img-area-r ol:last-child {
  margin-bottom: 0;
}
.img-area-r ol li {
  padding: 8px 0;
}

/* a12_HTML取り込み */
.insertfile {
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .insertfile iframe {
    width: 100%;
  }
}

/* a13_ページ内リンク */
.linkjump {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0 20px 20px;
  gap: 10px;
}
@media screen and (max-width:767px) {
  .linkjump {
    padding: 0 0 20px;
  }
}
.linkjump li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.linkjump li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 16px 9px 36px;
  border: 1px solid #bcbcbc;
  border-radius: 4px;
}
@media screen and (max-width:767px) {
  .linkjump li a {
    padding: 9px 16px 9px 36px;
  }
}
.linkjump li a::before {
  position: absolute;
  content: "";
  background-image: url(../images/linkjump_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  top: calc(50% + 1px);
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:767px) {
  .linkjump li a::before {
    left: 10px;
  }
}

/* a20_Q&A(開閉) */
.qa-parts {
  margin-bottom: 20px;
}

.qa-parts__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 40px;
  padding: 8px 40px 8px 20px;
  background-color: #edf4fe;
  border-radius: 4px;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .qa-parts__title {
    gap: 20px;
  }
}
.qa-parts__title::before, .qa-parts__title::after {
  position: absolute;
  content: "";
  background-color: #173093;
  width: 12px;
  height: 2px;
  top: 20px;
  right: 20px;
  border-radius: 1px;
}
.qa-parts__title::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
}
.qa-parts__title.js-active::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.qa-parts__title:hover {
  color: #333333;
}

.qa-parts__question {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #173093;
}

.qa-parts__title-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.qa-parts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px;
}
.qa-parts__inner .wysiwyg_wp {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.qa-parts__answer {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
}

/* amパーツ
============================== */
/* 共通 */
.menulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0 20px;
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .menulist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.menulist2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .menulist2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.m-title a {
  position: relative;
  display: block;
  padding-left: 44px;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 10px;
}
@media screen and (max-width:767px) {
  .m-title a {
    font-size: 1.6rem;
  }
}
.m-title a::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_button_icon02.png);
  background-size: cover;
  width: 24px;
  height: 24px;
  top: 5px;
  left: 0;
}
@media screen and (max-width:767px) {
  .m-title a::after {
    width: 20px;
    height: 20px;
    top: 2px;
    left: 4px;
  }
}

.site-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
}
@media screen and (max-width:767px) {
  .site-li li {
    width: 100%;
  }
}
.site-li li a {
  position: relative;
  display: block;
  background-color: #edf4fe;
  padding: 13px 20px 13px 56px;
  border-radius: 8px;
}
@media screen and (max-width:767px) {
  .site-li li a {
    padding: 13px 20px 13px 65px;
  }
}
.site-li li a::before {
  position: absolute;
  content: "";
  background-image: url(../images/cont_icon.png);
  background-size: cover;
  width: 24px;
  height: 24px;
  top: 13px;
  left: 24px;
}
.site-li li a[href$="/index.html"]::before {
  position: absolute;
  content: "";
  background-image: url(../images/index_icon.png);
  background-size: cover;
  width: 24px;
  height: 24px;
  top: 13px;
  left: 24px;
}

/* am00_メニュー自動生成 */
.norcor {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  /* 概要文 */
}
@media screen and (max-width:767px) {
  .norcor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.norcor li {
  width: calc((100% - 30px) / 2);
  border: 1px solid #173093;
  border-radius: 10px;
  padding: 12px 0;
}
@media screen and (max-width:767px) {
  .norcor li {
    width: 100%;
  }
}
.norcor li a {
  position: relative;
  display: block;
  padding: 0 20px 0 64px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .norcor li a {
    padding: 0 20px 0 60px;
    font-size: 1.6rem;
  }
}
.norcor li a::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_button_icon02.png);
  background-size: cover;
  width: 24px;
  height: 24px;
  top: 3px;
  left: 24px;
}
@media screen and (max-width:767px) {
  .norcor li a::after {
    width: 20px;
    height: 20px;
  }
}
.norcor li div {
  padding: 0 20px 5px 46px;
}
@media screen and (max-width:767px) {
  .norcor li div {
    padding: 0 20px 10px 36px;
  }
}
.norcor .menu_summary {
  display: block;
  padding: 10px 20px 20px 20px;
  font-size: 1.6rem;
}

/* am01_メニュー自動生成1列 */
.m-box1 {
  width: 100%;
  border: 1px solid #173093;
  border-radius: 10px;
  padding: 12px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .m-box1 {
    position: relative;
  }
}
.m-box1 .site-li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-box1 .site-li li {
  width: calc((100% - 24px) / 2);
}
@media screen and (max-width:767px) {
  .m-box1 .site-li li {
    width: 100%;
  }
}
.m-box1--sitemap {
  margin-bottom: 40px;
}
.m-box1--sitemap .site-li li {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width:767px) {
  .m-box1--sitemap .site-li li {
    width: 100%;
  }
}

/*  am01_メニュー自動生成2列（子・孫）  */
.m-box2 {
  width: calc((100% - 20px) / 2);
  border: 1px solid #173093;
  border-radius: 10px;
  padding: 10px 20px;
}
@media screen and (max-width:767px) {
  .m-box2 {
    position: relative;
    width: 100%;
  }
}

/*  am01_メニュー自動生成3列（子・孫）  */
.m-box3 {
  width: calc(33.3333333333% - 14px);
  border: 1px solid #173093;
  border-radius: 10px;
  padding: 10px 20px;
}
@media screen and (max-width:767px) {
  .m-box3 {
    position: relative;
    width: 100%;
  }
}

/* am02_メニュー画像リンク2列 */
.m-box2 .img-area-l {
  margin-top: 10px;
}
@media screen and (max-width:767px) {
  .m-box2 .img-area-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.m-box2 .img-area-l .imglink-txt-left {
  float: left;
  max-width: 210px;
  margin-right: 10px;
  margin-bottom: 0;
}
.m-box2 .img-area-l .imglink-txt-left img {
  border-radius: 12px;
}
@media screen and (max-width:767px) {
  .m-box2 .img-area-l .imglink-txt-left {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* am04_新着情報 */
.newinfo {
  margin-bottom: 40px;
  /* 新着情報0件 */
}
@media screen and (max-width:767px) {
  .newinfo {
    margin-bottom: 32px;
  }
}
.newinfo p {
  padding: 20px;
}

.newinfo__title {
  overflow: hidden;
}
.newinfo__title span {
  position: relative;
}
.newinfo__title span::after {
  position: absolute;
  content: "";
  border-bottom: 1px dashed #173093;
  width: 1200px;
  height: 1px;
  top: 50%;
  left: calc(100% + 16px);
}

.newsinfo__list {
  padding: 0 83px 24px;
}
@media screen and (max-width:767px) {
  .newsinfo__list {
    padding: 0 0 24px;
  }
}
.newsinfo__list li {
  padding: 20px 0;
  border-bottom: 1px dotted #c1c1c1;
}
@media screen and (max-width:767px) {
  .newsinfo__list li {
    padding: 14px 0 8px;
  }
}
.newsinfo__list li:last-child {
  border-bottom: none;
}
.newsinfo__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .newsinfo__list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
.newsinfo__list dt {
  min-width: 140px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #173093;
}

.newsinfo__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:767px) {
  .newsinfo__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.newsinfo__btn a {
  position: relative;
  display: inline-block;
  border-radius: 100px;
  padding: 12px 74px 12px 48px;
  border: 1px solid #173093;
  font-weight: 700;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .newsinfo__btn a {
    padding: 12px 48px 12px 24px;
  }
}
@media (hover: hover) {
  .newsinfo__btn a:hover {
    background-color: #f4f4f4;
  }
}
.newsinfo__btn a:visited, .newsinfo__btn a:link {
  color: #333333;
}
.newsinfo__btn a::before {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_button_icon02.png);
  background-size: cover;
  top: calc(50% - 1px);
  right: 24px;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* zエリア・パーツ
============================== */
.h1bg {
  padding-bottom: 8px;
}
.h1bg h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.2rem;
}
@media screen and (max-width:767px) {
  .h1bg h1 {
    font-size: 2rem;
    line-height: 1.4545454545;
  }
}
.h1bg::after {
  content: none;
}
.h1bg--noid {
  padding-bottom: 83px;
}
@media screen and (max-width:767px) {
  .h1bg--noid {
    padding-bottom: 40px;
  }
}

.pagenumber {
  padding-bottom: 83px;
}
@media screen and (max-width:767px) {
  .pagenumber {
    padding-bottom: 40px;
  }
}
.pagenumber span {
  display: inline-block;
  padding: 4px 24px;
  background-color: #ececec;
  border-radius: 32px;
  font-size: 1.4rem;
}
@media screen and (max-width:767px) {
  .pagenumber span {
    padding: 4px 12px;
  }
}

.page-bottom {
  padding-top: 48px;
}
@media screen and (max-width:767px) {
  .page-bottom {
    padding-top: 40px;
  }
}

.page-bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.page-bottom__item {
  border-radius: 10px;
}
@media screen and (max-width:767px) {
  .page-bottom__item {
    border-radius: 14px;
  }
}
.page-bottom__item--localnavi, .page-bottom__item--attention {
  background-color: #edf4fe;
}
.page-bottom__item--localnavi .page-bottom__title, .page-bottom__item--attention .page-bottom__title {
  position: relative;
  color: #ffffff;
  border-radius: 10px;
  color: #333333;
}
.page-bottom__item--localnavi .page-bottom__title::before, .page-bottom__item--attention .page-bottom__title::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background-color: #173093;
  border-radius: 50%;
  top: 18px;
  right: 32px;
}
@media screen and (max-width:767px) {
  .page-bottom__item--localnavi .page-bottom__title::before, .page-bottom__item--attention .page-bottom__title::before {
    top: 12px;
    right: 16px;
  }
}
.page-bottom__item--localnavi .page-bottom__title span, .page-bottom__item--attention .page-bottom__title span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.page-bottom__item--localnavi .page-bottom__title span::before, .page-bottom__item--localnavi .page-bottom__title span::after, .page-bottom__item--attention .page-bottom__title span::before, .page-bottom__item--attention .page-bottom__title span::after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 12px;
  height: 2px;
  top: 15px;
  right: 14px;
  border-radius: 1px;
}
@media screen and (max-width:767px) {
  .page-bottom__item--localnavi .page-bottom__title span::before, .page-bottom__item--localnavi .page-bottom__title span::after, .page-bottom__item--attention .page-bottom__title span::before, .page-bottom__item--attention .page-bottom__title span::after {
    top: 11px;
    right: -29px;
  }
}
.page-bottom__item--localnavi .page-bottom__title span::after, .page-bottom__item--attention .page-bottom__title span::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
}
.page-bottom__item--localnavi .page-bottom__title.js-active span::after, .page-bottom__item--attention .page-bottom__title.js-active span::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-bottom__item--attention {
  background-color: #ffecbf;
}
.page-bottom__item--attention .page-bottom__title::before {
  background-color: #f1aa00;
}
.page-bottom__item--noinfo {
  background-color: #f5f5f2;
}
.page-bottom__item--noinfo .page-bottom__title {
  position: relative;
}
.page-bottom__item--noinfo .page-bottom__title:visited, .page-bottom__item--noinfo .page-bottom__title:link {
  color: #333333;
}
.page-bottom__item--noinfo .page-bottom__title::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_button_icon02.png);
  background-size: cover;
  width: 26px;
  height: 26px;
  top: 18px;
  right: 32px;
}
@media screen and (max-width:767px) {
  .page-bottom__item--noinfo .page-bottom__title::after {
    top: 12px;
    right: 16px;
  }
}

.page-bottom__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  padding: 15px 25px;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .page-bottom__title {
    font-size: 1.7rem;
    line-height: 1.4705882353;
    padding: 13px 52px 12px 25px;
  }
}
.page-bottom__title.js-active {
  border-radius: 20px 20px 0 0;
}

.page-bottom__content {
  padding: 15px 25px 15px;
}
@media screen and (max-width:767px) {
  .page-bottom__content {
    padding: 5px 10px 20px;
  }
}

.page-bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.page-bottom__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 22px;
  background-color: #ffffff;
  border-radius: 40px;
}
@media screen and (max-width:767px) {
  .page-bottom__list li a {
    font-size: 1.4rem;
    padding: 9px 12px;
  }
}
.page-bottom__list .now {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 22px;
  background-color: #ffffff;
  border-radius: 40px;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .page-bottom__list .now {
    font-size: 1.4rem;
  }
}

.dladobereader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px;
  border: 1px solid #173093;
  margin-bottom: 48px;
  border-radius: 20px;
}

.dladobereader__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width:767px) {
  .dladobereader__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.dladobereader__link .externalLink {
  position: relative;
  padding-left: 30px;
}
.dladobereader__link .externalLink::before {
  position: absolute;
  content: "";
  background-image: url(../images/externallink_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 0;
}

.contact__inner {
  padding: 24px 32px;
  border-radius: 20px;
  background-color: #f4f4f4;
}
@media screen and (max-width:767px) {
  .contact__inner {
    padding: 16px;
  }
}

.contact__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width:767px) {
  .contact__top {
    margin-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2px;
  }
}

.contact__title {
  font-size: 2rem;
  font-weight: 700;
}

.contact__tel {
  margin-bottom: 10px;
}

/* ==================================================
お問い合わせ
================================================== */
.contact-form {
  width: 900px;
  margin: 0 auto;
  background-color: #edf4fe;
  padding: 40px 48px;
  border-radius: 12px;
}
@media screen and (max-width:767px) {
  .contact-form {
    width: 100%;
    padding: 24px 16px;
    margin: 0 auto 30px;
  }
}

.contact-form__title {
  margin-bottom: 40px;
  font-weight: 700;
}

.contact-table__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width:767px) {
  .contact-table__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
.contact-table__bottom .formmail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width:767px) {
  .contact-table__bottom .formmail {
    gap: 15px;
  }
}

.contact-table__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 60px !important;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .contact-table__button {
    font-size: 1.4rem;
  }
}
.contact-table__button--confirm {
  position: relative;
  width: 266px;
  padding: 14px 20px;
  background-color: #173093;
  color: #ffffff;
  background-image: url(../images/arrow_button_icon01.png);
  background-repeat: no-repeat;
  background-position: top 14px right 30px;
}
@media screen and (max-width:767px) {
  .contact-table__button--confirm {
    width: 198px;
    padding: 14px 48px 14px 20px;
    background-position: top 14px right 24px;
  }
}
@media screen and (max-width:767px) {
  .contact-table__button--submit {
    padding: 14px 48px;
  }
}
.contact-table__button--cancel {
  border: 1px solid #173093 !important;
  background-color: #ffffff;
  text-decoration: none;
  padding: 8px 47px;
}
@media screen and (max-width:767px) {
  .contact-table__button--cancel {
    padding: 8px 23px;
  }
}

@media screen and (max-width:767px) {
  .contact-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-table th {
  width: 200px;
  padding-bottom: 20px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  margin-bottom: 5px;
}
@media screen and (max-width:767px) {
  .contact-table th {
    width: 100%;
    padding-bottom: 0px;
  }
}
.contact-table th label {
  position: relative;
}
.contact-table th span {
  position: absolute;
  display: inline-block;
  width: 40px;
  padding: 2px 7px 2px 5px;
  background-color: #d42e2e;
  color: #ffffff;
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  top: calc(50% + 1px);
  left: calc(100% + 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-table td {
  padding-bottom: 20px;
}
.contact-table td textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #9b9b9b;
  padding: 14px;
  font-size: 1.6rem;
  resize: vertical;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}
.contact-table input[type=text] {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #9b9b9b;
  padding: 8px 16px;
  font-size: 1.6rem;
}
.contact-table select {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #9b9b9b;
  padding: 8px 16px;
  font-size: 1.6rem;
}

.form_allwp p {
  padding-bottom: 20px;
}
.form_allwp .submitbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gsc-control-cse {
  background-color: inherit !important;
  border: none !important;
}

.gsc-selected-option-container {
  max-width: 100% !important;
}

.gssb_c {
  z-index: 9999 !important;
}
@media screen and (max-width:767px) {
  .gssb_c {
    display: none;
  }
}

.newinfo--all {
  border: 1px solid #173093;
  border-radius: 12px;
  padding: 0 24px;
}
.newinfo--all .newsinfo__list {
  padding: 0;
}

/* 共通 */
.home-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1366px;
  min-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .home-section {
    max-width: none;
    min-width: auto;
  }
}
.home-section--information .home-section__inner {
  background-color: #edf4fe;
  border-radius: 24px;
  padding: 32px 43px;
}
@media screen and (max-width:767px) {
  .home-section--information .home-section__inner {
    padding: 16px 16px 32px;
  }
}
.home-section--news .home-section__inner {
  padding: 40px 0 52px;
}
@media screen and (max-width:767px) {
  .home-section--news .home-section__inner {
    padding: 32px 16px;
  }
}
.home-section--topics {
  position: relative;
  background-image: url(../images/topics_bg_pc.png);
  background-size: cover;
  max-width: none;
}
@media screen and (max-width:767px) {
  .home-section--topics {
    background-image: url(../images/topics_bg_sp.png);
  }
}
.home-section--topics .home-section__inner {
  padding: 56px 0 90px;
}
@media screen and (max-width:767px) {
  .home-section--topics .home-section__inner {
    padding: 48px 0;
  }
}
@media screen and (max-width:767px) {
  .home-section--topics .home-section__header {
    margin: 0 16px;
  }
}

.home-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1200px;
  padding: 40px 0;
  gap: 40px;
}
@media screen and (max-width:767px) {
  .home-section__inner {
    width: 100%;
    padding: 30px 20px;
    gap: 20px;
  }
}

.home-section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .home-section__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.home-section__heading {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width:767px) {
  .home-section__heading {
    font-size: 2.4rem;
  }
}
.home-section__heading::after {
  position: absolute;
  content: "";
  border-bottom: 1px dashed #173093;
  width: 1200px;
  height: 1px;
  top: 50%;
  left: calc(100% + 16px);
}

.home-section__heading-en {
  font-size: 1.6rem;
  color: #173093;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .home-section__heading-en {
    font-size: 1.2rem;
  }
}

/* メインビジュアル */
.mainvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 1240px;
  width: 100%;
  margin: 0 auto 60px;
  padding: 138px 0 10px;
  background-color: #edf4fe;
}
@media screen and (max-width:767px) {
  .mainvisual {
    width: 100%;
    max-width: none;
    min-width: auto;
    margin: 0 auto 24px;
    padding: 72px 15px 8px;
  }
}
.mainvisual__inner {
  width: 1158px;
}
@media screen and (max-width:767px) {
  .mainvisual__inner {
    width: 100%;
  }
}
.mainvisual .slick-control {
  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;
  gap: 8px;
  margin-top: 10px;
}
.mainvisual .slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (max-width:767px) {
  .mainvisual .slide-arrow {
    width: 9px;
  }
}
@media (hover: hover) {
  .mainvisual .slide-arrow:hover {
    opacity: 0.8;
  }
}
.mainvisual .slide-arrow.slick-prev {
  left: -30px;
}
@media screen and (max-width:767px) {
  .mainvisual .slide-arrow.slick-prev {
    left: -12px;
  }
}
.mainvisual .slide-arrow.slick-next {
  right: -30px;
}
@media screen and (max-width:767px) {
  .mainvisual .slide-arrow.slick-next {
    right: -12px;
  }
}
.mainvisual .slick-slide img {
  width: 100%;
  border-radius: 20px;
}
.mainvisual .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:767px) {
  .mainvisual .slick-dots {
    width: 100%;
  }
}
.mainvisual .slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  padding: 0;
  cursor: pointer;
}
.mainvisual .slick-dots li button {
  border: 0;
  background-color: #a2a2a2;
  display: block;
  height: 10px;
  width: 10px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mainvisual .slick-dots li.slick-active button {
  background-color: #173093;
}
.mainvisual .slick-control__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.information__item {
  position: relative;
  width: calc((100% - 30px) / 4);
}
@media screen and (max-width:767px) {
  .information__item {
    width: 100%;
  }
}
.information__item::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 0;
  right: 0;
  border-radius: 32px 0 22px 0;
  background-color: #173093;
  border: 1px solid #173093;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media (hover: hover) {
  .information__item:hover::after {
    background-color: #ffffff;
  }
}
.information__item--work {
  width: 694px;
  color: #333333;
}
@media screen and (max-width:767px) {
  .information__item--work {
    width: 100%;
  }
}
.information__item--work::after {
  background-color: #f1aa00;
  border: 1px solid #f1aa00;
}
.information__item--work .information__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #f1aa00;
}
@media screen and (max-width:767px) {
  .information__item--work .information__link {
    gap: 8px;
    padding: 20px;
  }
}
@media (hover: hover) {
  .information__item--work .information__link:hover {
    background-color: #f1aa00;
    color: #333333;
  }
  .information__item--work .information__link:hover::after {
    border-top: 2px solid #f1aa00;
    border-right: 2px solid #f1aa00;
  }
}
.information__item--work .information__title {
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .information__item--work .information__title {
    font-size: 2rem;
  }
}
@media screen and (max-width:767px) {
  .information__item--work .information__img {
    width: 72px;
    margin-bottom: 8px;
  }
}
.information__item--employee {
  width: 410px;
}
@media screen and (max-width:767px) {
  .information__item--employee {
    width: 100%;
  }
}
.information__item--employee .information__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width:767px) {
  .information__item--employee .information__link {
    gap: 8px;
    padding: 20px;
  }
}
.information__item--employee .information__title {
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .information__item--employee .information__title {
    font-size: 2rem;
  }
}
@media screen and (max-width:767px) {
  .information__item--employee .information__img {
    width: 72px;
    margin-bottom: 8px;
  }
}

.information__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  border-radius: 24px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  border: 1px solid #173093;
  background-color: #ffffff;
  gap: 16px;
}
@media screen and (max-width:767px) {
  .information__link {
    padding: 11px 20px;
  }
}
@media (hover: hover) {
  .information__link:hover {
    background-color: #173093;
    color: #ffffff;
  }
  .information__link:hover::after {
    border-top: 2px solid #173093;
    border-right: 2px solid #173093;
  }
}
.information__link::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 12px;
  right: 14px;
  z-index: 9;
}

.information__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width:767px) {
  .information__text {
    text-align: center;
    font-size: 1.4rem;
  }
}

@media screen and (max-width:767px) {
  .information__img {
    width: 56px;
  }
}

.news {
  display: grid;
  grid-template-columns: 832px 350px;
  gap: 20px;
}
@media screen and (max-width:767px) {
  .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.news .news-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width:767px) {
  .news .news-tab {
    gap: 3px;
  }
}
.news .news-tab__item {
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width:767px) {
  .news .news-tab__item {
    width: calc((100% - 6px) / 3);
    height: 50px;
  }
}
.news .news-tab__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 10px;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  border-radius: 20px 20px 0 0;
  border: 1px solid #173093;
  border-bottom: none;
  color: #333333;
}
@media (hover: hover) {
  .news .news-tab__item a:hover {
    background-color: #edf4fe;
    color: #333333;
  }
}
@media screen and (max-width:767px) {
  .news .news-tab__item a {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    background-color: #edf4fe;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
  }
}
.news .news-tab__item.js-tab-active a {
  background-color: #173093;
  color: #ffffff;
}
.news .news__box {
  display: none;
  border-radius: 0 0 20px 20px;
  padding: 12px 40px 32px;
  border: 1px solid #173093;
}
@media screen and (max-width:767px) {
  .news .news__box {
    padding: 0 16px 32px;
  }
}
.news .news__box.js-content-active {
  display: block;
}
.news .news-list li {
  padding: 20px 0;
  border-bottom: 1px dotted #c1c1c1;
}
@media screen and (max-width:767px) {
  .news .news-list li {
    padding: 14px 0 8px;
  }
}
.news .news-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .news .news-list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
.news .news-list dt {
  min-width: 140px;
  font-family: "Gabarito", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #173093;
}
.news .news-list dd a {
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .news .news-list dd a {
    font-size: 1.4rem;
  }
}
.news .news__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}
.news .news__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news .news__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 20px;
  gap: 20px;
  height: 100%;
}
.news .event-button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width:767px) {
  .news .event-button-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.news .news__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.news .news-employee {
  position: relative;
}
.news .news-employee::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 0;
  right: 0;
  border-radius: 24px 0 16px 0;
  background-color: #173093;
  border: 1px solid #173093;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (max-width:767px) {
  .news .news-employee::after {
    width: 38px;
    height: 36px;
    border-radius: 24px 0 24px 0;
  }
}
@media (hover: hover) {
  .news .news-employee:hover::after {
    background-color: #ffffff;
  }
}
.news .news-employee__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
  border: 1px solid #173093;
  border-radius: 16px;
  padding: 24px 20px 54px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .news .news-employee__link {
    border-radius: 24px;
    padding: 16px 16px 24px;
  }
}
@media (hover: hover) {
  .news .news-employee__link:hover {
    background-color: #173093;
    color: #ffffff;
  }
  .news .news-employee__link:hover::after {
    border-top: 2px solid #173093;
    border-right: 2px solid #173093;
  }
}
.news .news-employee__link::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 12px;
  right: 14px;
  z-index: 9;
}
.news .news-employee__link img {
  width: 72px;
}
.news .news-employee__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width:767px) {
  .news .news-employee__text-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news .news-employee__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
.news .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  font-family: "Gabarito", "Noto Sans JP", "メイリオ", sans-serif;
}
.news .sns__item {
  position: relative;
  width: calc((100% - 10px) / 2);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.news .sns__item::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: 0;
  right: 0;
  border-radius: 16px 0 8px 0;
  background-color: #173093;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.news .sns__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  border: 1px solid #173093;
}
@media screen and (max-width:767px) {
  .news .sns__link {
    padding: 15px;
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .news .sns__link:hover {
    background-color: #f4f4f4;
  }
}
.news .sns__link::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 6px;
  right: 8px;
  z-index: 9;
}
.news .sns__img {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news .lmo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Gabarito", "Noto Sans JP", "メイリオ", sans-serif;
}
.news .lmo::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: 0;
  right: 0;
  border-radius: 16px 0 8px 0;
  background-color: #173093;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.news .lmo__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  border: 1px solid #173093;
  border-radius: 10px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (max-width:767px) {
  .news .lmo__link {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .news .lmo__link:hover {
    background-color: #f4f4f4;
  }
}
.news .lmo__link::before {
  content: "";
  position: absolute;
  background-image: url(../images/lmo_icon.png);
  width: 24px;
  height: 24px;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news .lmo__link::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 6px;
  right: 8px;
  z-index: 9;
}

.topics {
  padding: 32px 73px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media screen and (max-width:767px) {
  .topics {
    background-color: inherit;
    padding: 0;
  }
}
.topics .slick-track {
  margin: 0;
}
.topics .slick-slide img {
  width: 100%;
}
.topics .slide-items__item {
  padding: 0 15px;
  border-right: 1px dotted #d6d6d6;
}
@media screen and (max-width:767px) {
  .topics .slide-items__item {
    background-color: #ffffff;
    padding: 16px;
    margin: 0 25px;
    border-radius: 24px;
    border: 1px solid #173093;
    border-right: 1px solid #173093;
  }
}
.topics .slide-items__item:last-child {
  border-right: none;
}
.topics .slide-items__item a {
  display: block;
  text-decoration: none;
}
.topics .slide-items__item a .slide-items__text {
  padding: 8px 0 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.topics .slide-items__item a img {
  border-radius: 20px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.topics .slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media (hover: hover) {
  .topics .slide-arrow:hover {
    opacity: 0.8;
  }
}
.topics .slide-arrow.slick-prev {
  left: -30px;
}
@media screen and (max-width:767px) {
  .topics .slide-arrow.slick-prev {
    left: 50px;
  }
}
.topics .slide-arrow.slick-next {
  right: -30px;
}
@media screen and (max-width:767px) {
  .topics .slide-arrow.slick-next {
    right: 50px;
  }
}
.topics .slide-items__date {
  font-size: 1.4rem;
  color: #173093;
  font-family: "Gabarito", "Noto Sans JP", "メイリオ", sans-serif;
}
.topics .slide-items__title {
  font-size: 1.4rem;
  font-weight: 500;
}

.topics__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}

.wave-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}/*# sourceMappingURL=style.css.map */