@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=Lato:wght@700&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-collapse: collapse;
  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: #111111;
  background-color: #ffffff;
  line-height: 1.5;
  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: "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: 9999;
}

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.7;
  font-size: 1.6rem;
}

li {
  line-height: 1.7;
  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: #111111;
}
a:visited {
  color: #800080;
}
@media (hover: hover) {
  a:hover {
    color: #0066cb;
  }
}

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;
  vertical-align: bottom;
}

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

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

/* ------------------------
    スライダー 
------------------------*/
.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;
  }
  .top-nav {
    display: none !important;
  }
}
.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;
  padding-top: 80px;
  background-color: #d4f1fb;
}
@media screen and (max-width:768px) {
  .container {
    max-width: none;
    min-width: auto;
    padding-top: 60px;
  }
}
.container--banner {
  border-top: 1px solid #dddddd;
}
.container--banner .container__inner {
  padding: 60px 0;
}
@media screen and (max-width:768px) {
  .container--banner .container__inner {
    padding: 40px 35px;
  }
}
.container--contact .container__inner {
  padding: 40px 20px 80px;
}
@media screen and (max-width:768px) {
  .container--contact .container__inner {
    padding: 30px 10px 80px;
  }
}
.container--error .container__inner {
  padding: 40px 20px 80px;
}
@media screen and (max-width:768px) {
  .container--error .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;
  margin: 0 0 60px;
}
@media screen and (max-width:768px) {
  .container__inner {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 30px;
  }
}

.content {
  background-color: #ffffff;
  border-radius: 0 0 60px 60px;
}
@media screen and (max-width:768px) {
  .content {
    border-radius: 0 0 30px 30px;
  }
}

.content__inner {
  padding: 40px 20px 60px;
}
@media screen and (max-width:768px) {
  .content__inner {
    padding: 40px 10px 60px;
  }
}

.header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}
@media screen and (max-width:768px) {
  .header {
    position: absolute;
    width: 210px;
    height: 60px;
    top: 20px;
    left: 20px;
    -webkit-transform: none;
            transform: none;
  }
}
.header--simple {
  min-height: 100px;
}
@media screen and (max-width:768px) {
  .header--simple {
    min-height: auto;
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
  }
}
.header--simple .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1366px;
  min-width: 1240px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  margin: 0 auto;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width:768px) {
  .header--simple .header__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    max-width: none;
    min-width: auto;
    padding: 10px 20px;
  }
}
@media screen and (max-width:768px) {
  .header--simple .header__inner .header__logo-img {
    width: 200px;
  }
}
@media screen and (max-width:768px) {
  .header--next {
    position: static;
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
  }
}
.header--next .header__inner {
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  margin: 0 auto;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width:768px) {
  .header--next .header__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    max-width: none;
    min-width: auto;
    padding: 10px 20px;
  }
}
.header--next .header__top-inner {
  margin: 0;
}
@media screen and (max-width:768px) {
  .header--next .header__logo-img {
    width: 200px;
  }
}
.header--next .gnavi__submenu {
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 100%;
  border-radius: 0;
}

.header__inner {
  position: relative;
  width: 1200px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin: 43px auto 0;
}
@media screen and (max-width: 1240px) {
  .header__inner {
    margin: 43px 20px 0;
  }
}
@media screen and (max-width:768px) {
  .header__inner {
    width: 100%;
    margin: 0;
  }
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
@media screen and (max-width:768px) {
  .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: 1200px;
}
@media screen and (max-width:768px) {
  .header__top-inner {
    width: auto;
  }
}

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

.header__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .header__right {
    display: none;
  }
}

.header__gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}

.header__gnavi-item {
  font-size: 1.6rem;
  font-weight: 500;
}

.header__gnavi-link {
  position: relative;
  text-decoration: none;
  font-size: 1.7rem;
}
.header__gnavi-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  background: -webkit-gradient(linear, left top, right top, from(#81d6f4), to(#9ee48d));
  background: linear-gradient(90deg, #81d6f4, #9ee48d);
  bottom: -10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__gnavi-link:visited {
  color: inherit;
}
@media (hover: hover) {
  .header__gnavi-link:hover {
    color: inherit;
  }
  .header__gnavi-link:hover::after {
    -webkit-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
  }
}
.header__gnavi-link.js-active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#81d6f4), to(#9ee48d));
  background: linear-gradient(90deg, #81d6f4, #9ee48d);
  bottom: -10px;
}
.header__gnavi-link.js-current:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#81d6f4), to(#9ee48d));
  background: linear-gradient(90deg, #81d6f4, #9ee48d);
  bottom: -10px;
}

.header__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.header__menu-content {
  position: absolute;
  width: 190px;
  top: calc(100% + 20px);
  left: -130px;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
.header__menu-content.js-show {
  opacity: 1;
  visibility: visible;
}

.header__menu-item {
  border-bottom: 1px solid #c9c9c9;
}
.header__menu-item:last-child {
  border-bottom: none;
}

.header__menu-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 50px 20px 20px;
}
.header__menu-link::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-right_icon.png);
  background-size: cover;
  width: 20px;
  height: 6px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__search-content {
  position: absolute;
  width: 290px;
  top: calc(100% + 20px);
  right: 0;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  /* ---  検索(google search)  --- */
}
.header__search-content.js-show {
  opacity: 1;
  visibility: visible;
}
.header__search-content .h0search {
  background-color: transparent;
}
.header__search-content .h0search table,
.header__search-content .h0search tr,
.header__search-content .h0search th,
.header__search-content .h0search td {
  border: none;
  padding: 0;
}
.header__search-content .h0search .gsc-control-cse {
  background-color: transparent;
  border: none;
  padding: 0;
}
.header__search-content .h0search form.gsc-search-box {
  margin-bottom: 0 !important;
}
.header__search-content .h0search table {
  width: 100%;
  margin: 0 !important;
}
.header__search-content .h0search table.gsc-search-box td,
.header__search-content .h0search table.gsc-search-box td.gsc-input {
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
}
.header__search-content .h0search table.gsc-search-box td input.gsc-input {
  background-color: transparent !important;
  border: none !important;
  height: 50px !important;
  padding-left: 10px !important;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: left 10px center !important;
}
.header__search-content .h0search .gsc-input-box {
  background: none;
  background-color: #ffffff;
  padding: 0 !important;
  border: 1px solid #ffffff !important;
  border-radius: 20px 0 0 20px;
}
.header__search-content .h0search .gsc-search-button {
  position: relative;
  margin: 0;
}
.header__search-content .h0search .gsc-search-button button.gsc-search-button-v2 {
  background-color: transparent !important;
  border: none;
  display: block;
  text-decoration: none;
  margin-left: 0 !important;
  width: 50px;
  min-height: 50px;
  cursor: pointer;
  padding: 0 0 0 0;
  border-radius: 0;
  background-image: url(../images/search_icon.png);
  background-repeat: no-repeat;
  background-position: top 50% center;
  background-size: 23px 24px;
  border-radius: 0 20px 20px 0;
  border-left: 1px solid #777777;
}
.header__search-content .h0search .gsc-search-button-v2 svg {
  width: 50px;
  height: 50px;
  fill: transparent;
}
.header__search-content .h0search .gscb_a {
  vertical-align: middle;
}
.header__search-content .h0search .gsst_b {
  padding: 0;
}
.header__search-content .h0search .gsc-clear-button {
  display: none;
}

.button-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 60px;
  height: 60px;
  padding-bottom: 5px;
  border-radius: 10px;
  font-size: 1.2rem;
  -webkit-text-size-adjust: 100%;
  white-space: nowrap;
}
.button-nav--menu {
  border: 2px solid #70bd5e;
}
.button-nav--menu::after {
  position: absolute;
  content: "";
  background-image: url(../images/header_menu_icon.png);
  background-size: cover;
  width: 27px;
  height: 25px;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.button-nav--menu.js-open::after {
  background-image: url(../images/header_menu-close_icon.png);
  width: 25px;
  height: 25px;
}
.button-nav--search {
  border: 2px solid #55afd7;
}
.button-nav--search::after {
  position: absolute;
  content: "";
  background-image: url(../images/header_search_icon.png);
  background-size: cover;
  width: 24px;
  height: 27px;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.button-nav--search.js-open::after {
  background-image: url(../images/header_search-close_icon.png);
  width: 25px;
  height: 25px;
}

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

.gnavi__submenu {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  top: calc(100% + 20px);
  left: 0;
  z-index: 999;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  visibility: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.gnavi__submenu.js-show {
  opacity: 1;
  visibility: visible;
}

.gnavi__submenu-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: 25px;
  padding: 40px 80px 70px;
}

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

.gnavi__title {
  position: relative;
}
.gnavi__title::after {
  position: absolute;
  content: "";
  background-image: url(../images/header_arrow_icon.png);
  background-size: cover;
  width: 21px;
  height: 21px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gnavi__title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 245px;
  color: #111111;
  font-weight: 700;
  font-size: 2.2rem;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 50px 20px 20px;
  border: 1px solid #c9c9c9;
}

.gnavi__close {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #374653;
  color: #ffffff;
  border-radius: 10px;
  width: 120px;
  height: 40px;
  font-size: 1.6rem;
  padding-left: 50px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (hover: hover) {
  .gnavi__close:hover {
    background-color: #5a6f81;
  }
}
.gnavi__close::before {
  position: absolute;
  background-image: url(../images/header_icon_close.png);
  content: "";
  width: 10px;
  height: 10px;
  top: calc(50% + 1px);
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gnavi__submenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.gnavi__submenu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: calc((100% - 60px) / 4);
  background-color: #ffffff;
  font-size: 1.8rem;
  border-radius: 10px;
  border: 1px solid #c9c9c9;
}
.gnavi__submenu-item::after {
  position: absolute;
  content: "";
  background-image: url(../images/header_arrow_icon.png);
  background-size: cover;
  width: 21px;
  height: 21px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gnavi__submenu-item-link {
  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 50px 20px 20px;
  font-size: 1.6rem;
  text-decoration: none;
}

.nowPage {
  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 50px 20px 20px;
  font-size: 1.6rem;
}

.sp-menu {
  display: none;
}
@media screen and (max-width:768px) {
  .sp-menu {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 40px);
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    bottom: 20px;
    left: 50%;
    z-index: 9999;
    border-radius: 20px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}

@media screen and (max-width:768px) {
  .sp-menu__item {
    position: relative;
    width: 33.3333333333%;
    font-size: 1.4rem;
  }
  .sp-menu__item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 36px 0 3px;
    text-decoration: none;
    font-weight: 500;
  }
  .sp-menu__item--gnavi::after {
    position: absolute;
    content: "";
    background-color: #c9c9c9;
    width: 1px;
    height: 40px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sp-menu__item--gnavi a::before {
    position: absolute;
    content: "";
    background-image: url(../images/sp-menu__icon01.png);
    background-size: cover;
    width: 25px;
    height: 25px;
    top: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sp-menu__item--gnavi a.js-open::before {
    background-image: url(../images/sp-menu__close.png);
  }
  .sp-menu__item--search::after {
    position: absolute;
    content: "";
    background-color: #c9c9c9;
    width: 1px;
    height: 40px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sp-menu__item--search a::before {
    position: absolute;
    content: "";
    background-image: url(../images/sp-menu__icon02.png);
    background-size: cover;
    width: 25px;
    height: 25px;
    top: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sp-menu__item--search a.js-open::before {
    background-image: url(../images/sp-menu__close.png);
    width: 25px;
    height: 25px;
  }
  .sp-menu__item--language a::before {
    position: absolute;
    content: "";
    background-image: url(../images/sp-menu__icon03.png);
    background-size: cover;
    width: 26px;
    height: 23px;
    top: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sp-menu__item--language a.js-open::before {
    background-image: url(../images/sp-menu__close.png);
    width: 25px;
    height: 25px;
  }
}

.sp-gnavi {
  display: none;
}
@media screen and (max-width:768px) {
  .sp-gnavi {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 40px);
    background-color: #ffffff;
    bottom: 20px;
    bottom: 90px;
    left: 50%;
    z-index: 9999;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 1px solid #c9c9c9;
    border-radius: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .sp-gnavi.js-show {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (max-width:768px) {
  .sp-gnavi__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width:768px) {
  .sp-gnavi__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    border-bottom: 1px solid #c9c9c9;
  }
  .sp-gnavi__item:nth-child(odd) {
    border-right: 1px solid #c9c9c9;
  }
  .sp-gnavi__item:nth-last-child(1), .sp-gnavi__item:nth-last-child(2) {
    border-bottom: none;
  }
  .sp-gnavi__item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 15px 20px;
    font-weight: 500;
    text-decoration: none;
  }
  .sp-gnavi__item a::after {
    position: absolute;
    content: "";
    background-image: url(../images/arrow-right_icon.png);
    background-size: cover;
    width: 16px;
    height: 5px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.sp-search {
  display: none;
}
@media screen and (max-width:768px) {
  .sp-search {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 40px);
    background-color: #ffffff;
    bottom: 20px;
    bottom: 90px;
    left: 50%;
    z-index: 9999;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 1px solid #c9c9c9;
    border-radius: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .sp-search.js-show {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (max-width:768px) {
  .sp-search__inner {
    width: 100%;
    /* ---  検索(google search)  --- */
  }
  .sp-search__inner .h0search {
    background-color: transparent;
  }
  .sp-search__inner .h0search table,
  .sp-search__inner .h0search tr,
  .sp-search__inner .h0search th,
  .sp-search__inner .h0search td {
    border: none;
    padding: 0;
  }
  .sp-search__inner .h0search .gsc-control-cse {
    background-color: transparent;
    border: none;
    padding: 0;
  }
  .sp-search__inner .h0search form.gsc-search-box {
    margin-bottom: 0 !important;
  }
  .sp-search__inner .h0search table {
    width: 100%;
    margin: 0 !important;
  }
  .sp-search__inner .h0search table.gsc-search-box td,
  .sp-search__inner .h0search table.gsc-search-box td.gsc-input {
    width: 100%;
    padding: 0;
    background-color: transparent;
    border: none;
  }
  .sp-search__inner .h0search table.gsc-search-box td input.gsc-input {
    background-color: transparent !important;
    border: none !important;
    height: 60px !important;
    padding-left: 10px !important;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-position: left 10px center !important;
  }
  .sp-search__inner .h0search .gsc-input-box {
    background: none;
    background-color: #ffffff;
    padding: 0 !important;
    border: 1px solid #ffffff !important;
    border-radius: 20px 0 0 20px;
  }
  .sp-search__inner .h0search .gsc-search-button {
    position: relative;
    margin: 0;
  }
  .sp-search__inner .h0search .gsc-search-button button.gsc-search-button-v2 {
    background-color: transparent !important;
    border: none;
    display: block;
    text-decoration: none;
    margin-left: 0 !important;
    width: 80px;
    min-height: 60px;
    cursor: pointer;
    padding: 0 0 0 0;
    border-radius: 0;
    background-image: url(../images/search_icon.png);
    background-repeat: no-repeat;
    background-position: top 50% center;
    background-size: 40px 40px;
    border-radius: 0 20px 20px 0;
    border-left: 1px solid #777777;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .sp-search__inner .h0search .gsc-search-button button.gsc-search-button-v2 {
    width: 60px;
    min-height: 50px;
    background-size: 30px 30px;
  }
}
@media screen and (max-width:768px) {
  .sp-search__inner .h0search .gsc-search-button-v2 svg {
    width: 80px;
    height: 60px;
    fill: transparent;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .sp-search__inner .h0search .gsc-search-button-v2 svg {
    width: 60px;
    height: 50px;
  }
}
@media screen and (max-width:768px) {
  .sp-search__inner .h0search .gscb_a {
    vertical-align: middle;
  }
  .sp-search__inner .h0search .gsst_b {
    padding: 0;
  }
  .sp-search__inner .h0search .gsc-clear-button {
    display: none;
  }
}

.sp-language {
  display: none;
}
@media screen and (max-width:768px) {
  .sp-language {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 40px);
    background-color: #ffffff;
    bottom: 20px;
    bottom: 90px;
    left: 50%;
    z-index: 9999;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 1px solid #c9c9c9;
    border-radius: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .sp-language.js-show {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (max-width:768px) {
  .sp-language__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  .sp-language__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.3333333333%;
    border-right: 1px solid #c9c9c9;
    text-decoration: none;
  }
  .sp-language__item:last-child {
    border-right: none;
  }
  .sp-language__item a {
    position: relative;
    width: 100%;
    padding: 15px 20px;
    font-weight: 500;
    text-decoration: none;
  }
  .sp-language__item a::after {
    position: absolute;
    content: "";
    background-image: url(../images/arrow-right_icon.png);
    background-size: cover;
    width: 16px;
    height: 5px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.top-nav {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  top: 200px;
  right: 0;
  z-index: 9999;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}
@media screen and (max-width:768px) {
  .top-nav {
    display: none;
  }
}

.top-nav__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px 0 20px;
  height: 52px;
}
.top-nav__link:after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-right_icon.png);
  background-size: cover;
  width: 20px;
  height: 6px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-nav__button {
  position: relative;
  padding: 20px 13px 60px;
  border-radius: 10px 0 0 10px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.top-nav__button.js-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.top-nav__button::before {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: 1px;
  background-color: #777777;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-nav__button::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-right_icon.png);
  background-size: cover;
  width: 20px;
  height: 6px;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top-nav__content {
  width: 190px;
  border-radius: 10px 0 0 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.top-nav__content.js-active {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.top-nav__item {
  border-bottom: 1px solid #c9c9c9;
}

.top-nav__close-button {
  position: relative;
  width: 100%;
  padding: 0 40px 0 20px;
  height: 52px;
  font-size: 1.6rem;
  text-decoration: underline;
  text-align: left;
}
.top-nav__close-button:after {
  position: absolute;
  content: "";
  background-image: url(../images/top-nav_close.png);
  background-size: cover;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  .top-nav__close-button:hover {
    color: #0066cb;
  }
}

.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%;
  max-width: 1366px;
  min-width: 1240px;
  margin: 0 auto;
  background-color: #e4e9ea;
}
@media screen and (max-width:768px) {
  .footer {
    max-width: none;
    min-width: auto;
  }
}

.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: 60px 0 40px;
}
@media screen and (max-width:768px) {
  .footer__inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 20px 20px 60px;
  }
}

.footer__top {
  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;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .footer__top {
    gap: 7px;
  }
}

.footer__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

.footer__number {
  line-height: 1.2;
}

.footer__info {
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
  .footer__info:last-child {
    margin-bottom: 10px;
  }
}

.footer__tel {
  display: none;
  color: #ffffff;
  text-decoration: underline !important;
}
@media screen and (max-width:768px) {
  .footer__tel {
    display: inline;
  }
}

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

.footer__right {
  width: 470px;
}
@media screen and (max-width:768px) {
  .footer__right {
    width: 100%;
  }
}

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

.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;
  color: #444444;
  font-size: 1.4rem;
}
@media screen and (max-width:768px) {
  .footer__copyright {
    font-size: 1rem;
  }
}

.pagetop {
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #c9c9c9;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  z-index: 99;
}
@media screen and (max-width:768px) {
  .pagetop {
    width: 40px;
    height: 40px;
    bottom: 70px;
    right: 10px;
  }
}
@media (hover: hover) {
  .pagetop:hover {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
  }
}
.pagetop img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.breadcrumb {
  position: relative;
  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: 100px auto 0;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width:768px) {
  .breadcrumb {
    max-width: none;
    min-width: auto;
    margin: auto 0;
  }
}

.breadcrumb__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 1200px;
  padding: 10px 0;
  gap: 0 20px;
}
@media screen and (max-width:768px) {
  .breadcrumb__inner {
    width: 100%;
    padding: 10px 70px 10px 10px;
  }
}

.breadcrumb__current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 92px;
  border-radius: 2px;
  font-size: 1.2rem;
  border: 1px solid #c9c9c9;
}

.breadcrumb__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 30px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width:768px) {
  .breadcrumb__list {
    max-height: 1.3em;
    overflow: hidden;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .breadcrumb__list.js-open {
    max-height: 100vh;
  }
}
.breadcrumb__list li {
  position: relative;
  font-size: 1.4rem;
  color: #444444;
}
@media screen and (max-width:768px) {
  .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: -15px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.breadcrumb-toggle-btn {
  position: absolute;
  top: 8px;
  right: 20px;
  width: 21px;
  height: 21px;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 55px 12px 12px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #555555;
  font-weight: 500;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: none;
  border: 1px solid #c9c9c9;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.button:visited {
  color: #555555;
}
@media (hover: hover) {
  .button:hover {
    color: #555555;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
  }
}
.button::before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 10px);
  background-color: #777777;
  top: 5px;
  right: 50px;
}
.button::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-right_icon.png);
  background-size: cover;
  width: 20px;
  height: 6px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button--more {
  width: 230px;
}
@media screen and (max-width:768px) {
  .button--more {
    margin: 0 auto;
  }
}
.button--footer {
  width: 230px;
  padding: 12px 45px 12px 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  white-space: nowrap;
}
@media screen and (max-width:768px) {
  .button--footer {
    width: calc((100% - 10px) / 2);
    white-space: wrap;
  }
}
@media (hover: hover) {
  .button--footer:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.button--footer::before {
  right: 40px;
}
.button--footer::after {
  right: 10px;
}

.news {
  border-radius: 10px;
  border: 1px solid #c9c9c9;
}
@media screen and (max-width:768px) {
  .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__box {
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 0 20px;
}
.news .news__box p {
  padding-top: 20px;
}
.news .news__content {
  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: 40px;
}
@media screen and (max-width:768px) {
  .news .news__content {
    gap: 18px;
  }
}
.news .news-list li {
  padding: 20px 0;
  border-bottom: 1px solid #c1c1c1;
}
.news .news-list li:last-child {
  border-bottom: none;
}
.news .news-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 0 20px;
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .news .news-list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 5px;
  }
}
.news .news-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 150px;
  color: #444444;
  white-space: nowrap;
}
.news .news-list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media screen and (max-width:768px) {
  .news .news-list dd {
    -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: start;
    gap: 0;
  }
}
.news .news-list dd a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news .news-list__tag {
  display: inline-block;
  text-align: center;
  width: 120px;
  border: 3px solid #87dd6f;
  font-size: 1.2rem;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width:768px) {
  .news .news-list__tag {
    width: auto;
    max-width: none;
    padding: 0 10px;
  }
}
.news--all {
  border: none;
}
.news--all .news-list dl {
  padding: 0;
}
.news--all .news-list dt {
  min-width: 130px;
}
.news--all .news-list dd {
  gap: 20px;
}
.news--all .news-list__tag {
  width: 80px;
  max-width: 80px;
}

/* a01_中見出し */
.h2bg {
  padding: 0 0 20px;
  overflow: hidden;
}
.h2bg h2 {
  position: relative;
  background-color: #d4f1fb;
  padding: 10px 20px;
  font-size: 3.6rem;
  border-radius: 10px;
}
@media screen and (max-width:768px) {
  .h2bg h2 {
    font-size: 3.2rem;
  }
}
.h2bg h2::after {
  content: none;
}

/* a02_小見出し */
.h3bg {
  padding: 0 0 20px;
  overflow: hidden;
}
.h3bg h3 {
  background-color: #e4e9ea;
  padding: 10px 20px;
  font-size: 3.2rem;
  border-radius: 10px;
}
@media screen and (max-width:768px) {
  .h3bg h3 {
    font-size: 2.8rem;
  }
}
.h3bg h3::before {
  content: none;
}
.h3bg h3::after {
  content: none;
}

/* a19-1_細見出し */
.h4bg {
  padding: 0 0 15px;
  overflow: hidden;
}
.h4bg h4 {
  padding: 8px 20px;
  font-size: 2.8rem;
  border: 1px solid #87dd6f;
  border-radius: 10px;
}
@media screen and (max-width:768px) {
  .h4bg h4 {
    font-size: 2.4rem;
  }
}
.h4bg h4::before {
  content: none;
}
.h4bg h4::after {
  content: none;
}

/* a19-2_細々見出し */
.h5bg {
  margin: 0 0 15px;
  overflow: hidden;
}
.h5bg h5 {
  position: relative;
  padding-left: 20px;
  font-size: 2.4rem;
}
@media screen and (max-width:768px) {
  .h5bg h5 {
    font-size: 2rem;
  }
}
.h5bg h5::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 80%;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50px;
  background: linear-gradient(135deg, #81d6f4, #9ee48d);
}

/* a03_文章 */
.wysiwyg_wp ul {
  margin-bottom: 15px;
}
.wysiwyg_wp ul li {
  position: relative;
  padding: 8px 0 8px 30px;
}
@media screen and (max-width:768px) {
  .wysiwyg_wp ul li {
    padding: 8px 0 8px 30px;
  }
}
.wysiwyg_wp ul li::before {
  position: absolute;
  content: "・";
  top: 7px;
  left: 10px;
  color: #55afd7;
}
@media screen and (max-width:768px) {
  .wysiwyg_wp ul li::before {
    left: 10px;
  }
}
.wysiwyg_wp ol {
  padding: 0 0 0 30px;
  margin-bottom: 15px;
}
@media screen and (max-width:768px) {
  .wysiwyg_wp ol {
    padding: 0 0 0 30px;
  }
}
.wysiwyg_wp ol li {
  padding: 8px 0;
}
.wysiwyg_wp p {
  margin: 0 20px 20px;
}
@media screen and (max-width:768px) {
  .wysiwyg_wp p {
    margin: 0 0 20px;
  }
}
.wysiwyg_wp .img-only {
  padding: 0;
  margin: 8px 20px 20px;
}
@media screen and (max-width:768px) {
  .wysiwyg_wp .img-only {
    text-align: center;
  }
}
.wysiwyg_wp .img-only span {
  margin-top: 5px;
  font-size: 1.5rem;
}
.wysiwyg_wp .img-left {
  float: left;
  display: table;
  margin: 8px 20px 20px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .wysiwyg_wp .img-left {
    float: none;
    margin: 8px auto 20px;
  }
}
.wysiwyg_wp .img-left span {
  margin-top: 5px;
  font-size: 1.5rem;
}
.wysiwyg_wp .img-center {
  display: table;
  margin: 8px auto 20px;
  text-align: center;
}
.wysiwyg_wp .img-center span {
  margin-top: 5px;
  font-size: 1.5rem;
}
.wysiwyg_wp .img-right {
  float: right;
  display: table;
  margin: 8px 20px 20px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .wysiwyg_wp .img-right {
    float: none;
    margin: 8px auto 20px;
  }
}
.wysiwyg_wp .img-right span {
  margin-top: 5px;
  font-size: 1.5rem;
}
.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:768px) {
  .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;
  gap: 20px;
  margin-bottom: 30px;
  /* a11_画像横並び（2連）*/
  /* a11_画像横並び（3連）*/
  /* a11_画像横並び（4連） */
}
@media screen and (max-width:768px) {
  .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:768px) {
  .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:768px) {
  .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:768px) {
  .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:768px) {
  .filelink,
  .f_dl_link {
    padding: 0 0 20px;
  }
}
.filelink a,
.f_dl_link a {
  position: relative;
  padding: 0 0 0 30px;
}
.filelink a::before,
.f_dl_link a::before {
  position: absolute;
  content: "";
  background-image: url(../images/download_icon.png);
  width: 12px;
  height: 14px;
  top: 5px;
  left: 6px;
}

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

/* a08_リンク */
p.innerLink,
p.pagelinkin {
  padding: 0 20px 20px 20px;
}
@media screen and (max-width:768px) {
  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 30px;
}
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: 8px;
  height: 13px;
  top: 7px;
  left: 5px;
}

p.externalLink,
p.pagelinkout {
  padding: 0 20px 20px 20px;
}
@media screen and (max-width:768px) {
  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: 13px;
  height: 11px;
  top: 7px;
  left: 5px;
}

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:768px) {
  .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:768px) {
  .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 {
  margin-bottom: 15px;
  overflow: hidden;
}
.img-area-l ul li {
  position: relative;
  padding: 8px 0 8px 30px;
}
@media screen and (max-width:768px) {
  .img-area-l ul li {
    padding: 8px 0 8px 30px;
  }
}
.img-area-l ul li::before {
  position: absolute;
  content: "・";
  top: 7px;
  left: 10px;
  color: rgb(85, 175, 215);
}
@media screen and (max-width:768px) {
  .img-area-l ul li::before {
    left: 10px;
  }
}
.img-area-l ol {
  padding: 0 0 0 30px;
  margin-bottom: 15px;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .img-area-l ol {
    padding: 0 0 0 30px;
  }
}
.img-area-l ol li {
  padding: 8px 0;
}

/* a10_画像（右）＋文章 */
.img-area-r {
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .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:768px) {
  .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 {
  margin-bottom: 15px;
}
.img-area-r ul:last-child {
  margin-bottom: 0;
}
.img-area-r ul li {
  position: relative;
  padding: 8px 0 8px 30px;
}
@media screen and (max-width:768px) {
  .img-area-r ul li {
    padding: 8px 0 8px 30px;
  }
}
.img-area-r ul li::before {
  position: absolute;
  content: "・";
  top: 7px;
  left: 10px;
  color: #55afd7;
}
@media screen and (max-width:768px) {
  .img-area-r ul li::before {
    left: 10px;
  }
}
.img-area-r ol {
  padding: 0 0 0 30px;
  margin-bottom: 15px;
}
@media screen and (max-width:768px) {
  .img-area-r ol {
    padding: 0 0 0 30px;
  }
}
.img-area-r ol li {
  padding: 8px 0;
}

/* a12_HTML取り込み */
.insertfile {
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .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:768px) {
  .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: 11px 22px 11px 33px;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
}
@media screen and (max-width:768px) {
  .linkjump li a {
    padding: 11px 10px 11px 25px;
  }
}
.linkjump li a::before {
  position: absolute;
  content: "";
  background-image: url(../images/innnerlink_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 8px;
  height: 13px;
  top: calc(50% + 2px);
  left: 15px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width:768px) {
  .linkjump li a::before {
    left: 10px;
  }
}

/* a17_ページの上部へ */
.tothispage2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 20px;
}
.tothispage2 a {
  position: relative;
}
.tothispage2 a::before {
  position: absolute;
  content: "";
  background-image: url(../images/2024_innnerlink_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 8px;
  height: 13px;
  top: calc(50% + 1px);
  left: -20px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

/* a18_地図情報（文章あり）*/
.map_town_hall {
  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:768px) {
  .map_town_hall .map_image {
    width: 100%;
  }
  .map_town_hall .v_youtube {
    width: 100%;
  }
}

.mapimg {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.markernav {
  overflow: hidden;
}

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

.m-title {
  margin-bottom: 20px;
}
.m-title a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e8e8e8;
  padding: 9px 50px 9px 20px;
  font-size: 2.8rem;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .m-title a {
    font-size: 2.4rem;
  }
}
.m-title a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#81d6f4), to(#9ee48d));
  background: linear-gradient(90deg, #81d6f4, #9ee48d);
  bottom: 0;
  left: 0;
}
.m-title a::after {
  position: absolute;
  content: "";
  background-image: url(../images/m-title_arrow_icon.png);
  background-size: cover;
  width: 11px;
  height: 19px;
  top: 22px;
  right: 20px;
}
@media screen and (max-width:768px) {
  .m-title a::after {
    top: 21px;
  }
}

.site-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.site-li li {
  border-bottom: 1px solid #c1c1c1;
}
@media screen and (max-width:768px) {
  .site-li li {
    width: 100%;
  }
}
.site-li li a {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 15px 20px 15px 46px;
}
@media screen and (max-width:768px) {
  .site-li li a {
    padding: 13px 20px 13px 36px;
  }
}
.site-li li a::before {
  position: absolute;
  content: "";
  background-image: url(../images/content_icon.png);
  background-size: cover;
  width: 12px;
  height: 16px;
  top: 18px;
  left: 20px;
}
@media screen and (max-width:768px) {
  .site-li li a::before {
    left: 10px;
  }
}
.site-li li a[href$="/index.html"]::before {
  position: absolute;
  content: "";
  background-image: url(../images/index_icon.png);
  background-size: cover;
  width: 16px;
  height: 12px;
  top: 22px;
  left: 20px;
}
@media screen and (max-width:768px) {
  .site-li li a[href$="/index.html"]::before {
    top: 20px;
    left: 10px;
  }
}
.site-li .menu_summary {
  display: block;
  padding: 0 20px 13px 46px;
}
@media screen and (max-width:768px) {
  .site-li .menu_summary {
    padding: 0 20px 13px 36px;
  }
}

/*  am02_メニュー自動生成2列（子・孫）  */
.m-box2 {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width:768px) {
  .m-box2 {
    position: relative;
    width: 100%;
  }
}

/*  am03_メニュー自動生成3列（子・孫）  */
.m-box3 {
  width: calc(33.3333333333% - 14px);
}
@media screen and (max-width:768px) {
  .m-box3 {
    position: relative;
    width: 100%;
  }
}

/* am04_メニュー画像リンク2列 */
@media screen and (max-width:768px) {
  .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;
}
@media screen and (max-width:768px) {
  .m-box2 .img-area-l .imglink-txt-left {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.m-box2 .img-area--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* am05_メニュー画像リンク2列(テキスト下) */
@media screen and (max-width:768px) {
  .img-area--vertical .imglink-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* am06_新着情報 */
.newinfo-box {
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  margin-bottom: 40px;
  /* 新着情報0件 */
}
@media screen and (max-width:768px) {
  .newinfo-box {
    margin-bottom: 40px;
  }
}
.newinfo-box p {
  padding: 20px;
}
.newinfo-box .h2_newinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-bottom: 2px solid #7ed7f7;
}
@media screen and (max-width:768px) {
  .newinfo-box .h2_newinfo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.newinfo-box .h2_newinfo h2 {
  font-size: 2.4rem;
}
@media screen and (max-width:768px) {
  .newinfo-box .h2_newinfo h2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.info-list {
  padding: 0 20px 20px;
}
.info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px 10px;
  border-bottom: 1px solid #c1c1c1;
  line-height: 1.5;
}
.info-list li:last-child {
  border: none;
}
@media screen and (max-width:768px) {
  .info-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 10px 0 14px 0;
  }
}
.info-list li .date {
  min-width: 122px;
  font-size: 1.6rem;
}
.info-list li .link {
  font-size: 1.6rem;
}
.info-list li .link a {
  color: #003399;
}

.ichiran-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 15px;
}
@media screen and (max-width:768px) {
  .ichiran-all {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:768px) {
  .ichiran-all .ichiran-link {
    width: 100%;
  }
}
.ichiran-all a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .ichiran-all a {
    width: 100%;
  }
}
.ichiran-all a::before {
  position: absolute;
  content: "";
  background-image: url(../images/ichiran_arrow_icon.png);
  background-size: cover;
  top: 50%;
  right: -20px;
  width: 8px;
  height: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.all-list .info-list li:first-child {
  border-top: 1px solid #c1c1c1;
}
.all-list .info-list li:last-child {
  border-bottom: 1px solid #c1c1c1;
}

/* am07_手動新着情報（カテゴリ） */
.news-manual {
  padding: 20px 0;
  margin: 0 20px;
  border-bottom: 1px solid #c1c1c1;
}
@media screen and (max-width:768px) {
  .news-manual {
    margin: 0;
  }
}
.news-manual dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .news-manual dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    gap: 5px;
  }
}
.news-manual dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 150px;
  color: #444444;
  white-space: nowrap;
}
.news-manual dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media screen and (max-width:768px) {
  .news-manual dd {
    -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: start;
    gap: 0;
  }
}
.news-manual dd a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-manual .news-list__tag {
  display: inline-block;
  text-align: center;
  width: 120px;
  border: 3px solid #87dd6f;
  font-size: 1.2rem;
}
@media screen and (max-width:768px) {
  .news-manual .news-list__tag {
    width: auto;
    max-width: none;
    padding: 0 10px;
  }
}

/* yエリア・パーツ
============================== */
/* zエリア・パーツ
============================== */
.h1bg {
  position: relative;
}
.h1bg h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 56px 40px 52px;
  font-size: 4.5rem;
  background-color: #ffffff;
  color: #111111;
  border-radius: 60px 60px 0 0;
}
@media screen and (max-width:768px) {
  .h1bg h1 {
    font-size: 3.6rem;
    padding: 21px 20px;
    border-radius: 30px 30px 0 0;
  }
}
.h1bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#81d6f4), to(#9ee48d));
  background: linear-gradient(90deg, #81d6f4, #9ee48d);
  bottom: 0;
  left: 0;
}
@media screen and (max-width:768px) {
  .h1bg::after {
    height: 4px;
  }
}

.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 {
  background-color: #ffffff;
  border-radius: 10px;
}
@media screen and (max-width:768px) {
  .page-bottom__item {
    border-radius: 14px;
  }
}
.page-bottom__item--localnavi {
  border: 2px solid #7ed7f7;
}
.page-bottom__item--localnavi .page-bottom__title {
  position: relative;
  border-radius: 10px;
  text-decoration: none;
  color: #111111;
}
@media screen and (max-width:768px) {
  .page-bottom__item--localnavi .page-bottom__title {
    background-position: top 11px right 12px;
  }
}
.page-bottom__item--localnavi .page-bottom__title::before {
  position: absolute;
  content: "";
  background-color: #777777;
  width: 20px;
  height: 1px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .page-bottom__item--localnavi .page-bottom__title::before {
    right: 20px;
  }
}
.page-bottom__item--localnavi .page-bottom__title::after {
  position: absolute;
  content: "";
  background-color: #777777;
  width: 20px;
  height: 1px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) 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;
}
@media screen and (max-width:768px) {
  .page-bottom__item--localnavi .page-bottom__title::after {
    right: 20px;
  }
}
.page-bottom__item--localnavi .page-bottom__title.js-active::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-bottom__item--attention {
  border: 2px solid #87dd6f;
}
.page-bottom__item--attention .page-bottom__title {
  position: relative;
  border-radius: 10px;
  text-decoration: none;
  color: #111111;
}
@media screen and (max-width:768px) {
  .page-bottom__item--attention .page-bottom__title {
    background-position: top 11px right 12px;
  }
}
.page-bottom__item--attention .page-bottom__title::before {
  position: absolute;
  content: "";
  background-color: #777777;
  width: 20px;
  height: 1px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .page-bottom__item--attention .page-bottom__title::before {
    right: 20px;
  }
}
.page-bottom__item--attention .page-bottom__title::after {
  position: absolute;
  content: "";
  background-color: #777777;
  width: 20px;
  height: 1px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) 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;
}
@media screen and (max-width:768px) {
  .page-bottom__item--attention .page-bottom__title::after {
    right: 20px;
  }
}
.page-bottom__item--attention .page-bottom__title.js-active::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-bottom__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: bold;
}
.page-bottom__title span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 15px 25px;
}
.page-bottom__title span::after {
  position: absolute;
  content: "";
  background-color: #c9c9c9;
  width: 1px;
  height: calc(100% - 14px);
  top: 7px;
  right: 60px;
}
@media screen and (max-width:768px) {
  .page-bottom__title span {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 13px 66px 12px 20px;
  }
}
.page-bottom__title.js-active {
  border-radius: 20px 20px 0 0;
}

.page-bottom__content {
  position: relative;
  padding: 15px 25px 15px;
}
.page-bottom__content::before {
  position: absolute;
  content: "";
  background-color: #c9c9c9;
  width: calc(100% - 40px);
  height: 1px;
  top: 0;
  left: 20px;
}
@media screen and (max-width:768px) {
  .page-bottom__content {
    padding: 20px 10px;
  }
}

.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: #f5f5f5;
  border-radius: 10px;
}
@media screen and (max-width:768px) {
  .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: #f5f5f5;
  border-radius: 10px;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  .page-bottom__list .now {
    font-size: 1.4rem;
  }
}

.dladobereader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding: 25px 15px;
  border: 1px solid #dddddd;
  margin-bottom: 40px;
  border-radius: 20px;
}
@media screen and (max-width:768px) {
  .dladobereader {
    -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: start;
    gap: 20px;
  }
}
.dladobereader a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.contact {
  background-color: #d4f1fb;
  margin-bottom: 40px;
  border-radius: 20px;
}

.contact__title {
  padding: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 2px solid #ffffff;
}

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

.contact__lesson {
  font-weight: 500;
}

.feedback {
  background-color: #f5f5f5;
  border-radius: 20px;
}
@media screen and (max-width:768px) {
  .feedback {
    border-radius: 14px;
  }
}
.feedback h2 {
  padding: 20px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  border-bottom: 2px solid #70bd5e;
}
@media screen and (max-width:768px) {
  .feedback h2 {
    padding: 20px 18px;
  }
}
.feedback fieldset {
  border: none;
  margin-bottom: 16px;
}
.feedback .fedd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .feedback .fedd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.feedback .radio_btn_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 56px;
  font-size: 1.5rem;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .feedback .radio_btn_set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 12px;
    margin-left: 38px;
    gap: 13px;
  }
}
.feedback .que_select label {
  padding: 0;
  font-size: 1.5rem;
}
@media screen and (max-width:768px) {
  .feedback .que_select label {
    margin-right: auto;
  }
}

input[type=radio] {
  margin: 0 3px 0px 5px;
  vertical-align: baseline;
}

.submitbox .fedbt {
  margin: 0;
  padding: 0;
  min-width: 270px;
  min-height: 52px;
  font-weight: normal;
  color: #fff;
  background-color: #074a9b;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.6rem;
}

textarea#que_textarea {
  width: 100%;
  height: 80px;
  resize: vertical;
  border: 1px solid #d6d6d6;
  font-size: 1.6rem;
  padding: 14px;
}

.que_opinion p {
  padding: 0;
  font-size: 1.4rem;
}

span.form_legend {
  color: #074a9b;
  font-weight: bold;
  font-size: 1.6rem;
}

.hyoka_txt {
  padding: 0 20px 20px;
  font-weight: 500;
}

.formtxt {
  padding: 0 20px 20px;
}
.formtxt .form-h3 {
  margin-bottom: 14px;
  font-weight: 500;
}

.submitbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.submitbox .fedbt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 200px;
  min-height: 44px;
  border-radius: 10px !important;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #111111;
  border: 1px solid #707070;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (hover: hover) {
  .submitbox .fedbt:hover {
    background-color: #f5f5f5;
  }
}

/* ==================================================
お問い合わせ
================================================== */
.contact-table {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .contact-table {
    width: 95%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width:768px) {
  .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 tr th {
  width: 300px;
  text-align: left;
  vertical-align: top;
  background-color: #f4f4f4;
  font-size: 1.6rem;
  border: 1px solid #dbdbdb;
}
@media screen and (max-width:768px) {
  .contact-table tr th {
    width: 100%;
    border-bottom: none;
  }
}
.contact-table tr td {
  padding: 10px;
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
}
.contact-table input[type=text] {
  width: 100%;
  border: 1px solid #dbdbdb;
  padding: 14px;
  font-size: 1.6rem;
}
.contact-table select {
  width: 100%;
  padding: 12px 11px;
  font-size: 1.4rem;
  background-color: #dbdbdb;
  border-radius: 6px;
}
.contact-table select option {
  background-color: #ffffff;
}
.contact-table textarea {
  width: 100%;
  border: 1px solid #dbdbdb;
  padding: 14px;
  font-size: 1.6rem;
  resize: vertical;
}

.contact-table__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .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__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 260px;
  font-size: 1.6rem;
  border-radius: 10px !important;
  padding: 14px 20px;
  line-height: 1.25;
}
@media screen and (max-width:768px) {
  .contact-table__button {
    width: 260px;
  }
}
.contact-table__button--confirm {
  background-color: #d4f1fb;
}
@media (hover: hover) {
  .contact-table__button--confirm:hover {
    color: #0066cb;
  }
}
.contact-table__button--cancel {
  background-color: #d7dbdb;
  text-decoration: none;
}

.contact-table__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .contact-table__button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

.gsc-result-info-container {
  border: none;
}

.gsc-orderby-container {
  border: none;
}

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

/* 共通 */
.home-section {
  position: relative;
  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:768px) {
  .home-section {
    max-width: none;
    min-width: auto;
  }
}
.home-section--aboutus::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#81d6f4), to(#9ee48d));
  background: linear-gradient(90deg, #81d6f4, #9ee48d);
  width: calc(100% - 80px);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 60px 60px 0;
}
@media screen and (max-width:768px) {
  .home-section--aboutus::before {
    width: calc(100% - 20px);
  }
}
.home-section--aboutus .home-section__inner {
  padding: 80px 0 140px;
}
@media screen and (max-width:768px) {
  .home-section--aboutus .home-section__inner {
    padding: 320px 20px 60px 20px;
  }
}
.home-section--news::before {
  content: "";
  position: absolute;
  background: #d4f1fb;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  border-radius: 60px 60px 0 0;
}
.home-section--initiatives::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#81d6f4), to(#9ee48d));
  background: linear-gradient(90deg, #81d6f4, #9ee48d);
  width: calc(100% - 400px);
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 60px 0 0 60px;
}
@media screen and (max-width:768px) {
  .home-section--initiatives::before {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width:768px) {
  .home-section--initiatives .home-section__inner {
    padding: 60px 20px 130px;
  }
}
.home-section--sitelist::before {
  content: "";
  position: absolute;
  background: #d4f1fb;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  border-radius: 0 0 60px 60px;
}
.home-section--pickup .home-section__inner {
  padding: 160px 0 80px;
}
@media screen and (max-width:768px) {
  .home-section--pickup .home-section__inner {
    padding: 60px 20px;
  }
}

.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: 80px 0;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .home-section__inner {
    width: 100%;
    padding: 60px 20px;
    gap: 20px;
  }
}

.home-section__body--branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .home-section__body--branding {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 55px;
  }
}

.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;
}
@media screen and (max-width:768px) {
  .home-section__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.home-section__heading-en {
  font-family: "Lato", sans-selif;
  font-weight: 700;
  font-size: 4.2rem;
  color: #111111;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .home-section__heading-en {
    font-size: 2.8rem;
  }
}

.home-section__heading {
  font-size: 1.8rem;
  font-weight: 500;
  color: #444444;
}
@media screen and (max-width:768px) {
  .home-section__heading {
    font-size: 1.6rem;
  }
}

/* メインビジュアル */
.mainvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1366px;
  min-width: 1240px;
  width: 100%;
  margin: 0 auto 83px;
}
@media screen and (max-width:768px) {
  .mainvisual {
    width: 100%;
    max-width: none;
    min-width: auto;
    background: none;
    margin: 0 auto 90px;
  }
}
.mainvisual .slide-items {
  width: 1203px;
}
@media screen and (max-width:768px) {
  .mainvisual .slide-items {
    width: calc(100% - 40px);
  }
}
.mainvisual .slick-control {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -62px;
  right: 20px;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .mainvisual .slick-control {
    bottom: -50px;
    right: 20px;
  }
}
.mainvisual .slick-slide img {
  width: 100%;
  border-radius: 0 0 0 20px;
}
.mainvisual .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .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: #ffffff;
  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;
  border: 1px solid #c9c9c9;
}
.mainvisual .slick-dots li.slick-active button {
  background-color: #777777;
}
.mainvisual .slick-control__button {
  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: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #c9c9c9;
}
.mainvisual .slick-control__button img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.mainvisual__inner {
  position: relative;
  width: 100%;
  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: end;
      -ms-flex-align: end;
          align-items: end;
}

.mainvisual__title {
  position: absolute;
  width: 433px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
  left: 0;
  bottom: 45px;
  border-radius: 20px;
  text-align: end;
}
@media screen and (max-width:768px) {
  .mainvisual__title {
    width: 232px;
    padding: 20px;
    bottom: 17px;
  }
}
.mainvisual__title p {
  font-size: 2.6rem;
}
@media screen and (max-width:768px) {
  .mainvisual__title p {
    font-size: 1.6rem;
  }
}

.aboutus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aboutus__content {
  width: 640px;
}
@media screen and (max-width:768px) {
  .aboutus__content {
    width: 100%;
  }
}

.aboutus__lead {
  margin-bottom: 80px;
  font-size: 1.8rem;
  font-weight: 500;
}

.aboutus__slide-wrap {
  position: absolute;
  top: 90px;
  right: 0;
}
@media screen and (max-width:768px) {
  .aboutus__slide-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 100%;
    top: -30px;
    right: 0;
  }
}

.aboutus__slide {
  position: relative;
  width: 520px;
}
@media screen and (max-width:768px) {
  .aboutus__slide {
    width: calc(100% - 44px);
  }
}
.aboutus__slide .slide-items__item {
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width:768px) {
  .aboutus__slide .slide-items__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding-bottom: 80px;
  }
}
.aboutus__slide .slide-items__item a .slide-items__title {
  text-decoration: underline;
}
.aboutus__slide .slide-items__item img {
  border-radius: 20px 0 0 20px;
  width: auto;
  height: 327px;
}
@media screen and (max-width:768px) {
  .aboutus__slide .slide-items__item img {
    max-width: 520px;
    max-height: 55.5vw;
  }
}
.aboutus__slide .slide-items__title {
  position: absolute;
  width: 410px;
  min-height: 112px;
  padding: 20px 180px 20px 20px;
  background-color: #ffffff;
  right: 0;
  bottom: 0;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width:768px) {
  .aboutus__slide .slide-items__title {
    width: 320px;
    padding: 20px 20px 50px;
    min-height: 142px;
  }
}
.aboutus__slide .aboutus__slick-btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 50px;
  right: 20px;
  gap: 10px;
}
@media screen and (max-width:768px) {
  .aboutus__slide .aboutus__slick-btn {
    bottom: 10px;
  }
}
.aboutus__slide .slick-control__button {
  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: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #c9c9c9;
}
.aboutus__slide .aboutus__slick-btn-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.aboutus__slide .slide-arrow {
  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: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #c9c9c9;
}

.recruit__text {
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .recruit__text {
    margin-bottom: 30px;
  }
}

.recruit__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 17px;
}

.recruit_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 70px;
}
@media screen and (max-width:768px) {
  .recruit_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}

.recruit__img {
  width: 610px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .recruit__img {
    width: 100%;
  }
}
.recruit__img img {
  border-radius: 20px;
}

.home-section--news .news {
  border: none;
}

.view__title {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.view__title::before {
  position: absolute;
  content: "";
  background-image: url(../images/view_title_icon.png);
  top: 50%;
  left: 0;
  width: 21px;
  height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.view__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.initiatives {
  position: relative;
}
.initiatives .slide-items__item {
  margin: 0 12px;
}
.initiatives .slide-items__item:not(:has(a)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #c9c9c9;
  text-decoration: none;
}
.initiatives .slide-items__item:not(:has(a)) img {
  border-radius: 20px 20px 0 0;
}
.initiatives .slide-items__item:not(:has(a)) .slide-items__title {
  text-decoration: none;
}
.initiatives .slide-items__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #c9c9c9;
  text-decoration: none;
}
.initiatives .slide-items__item a img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (hover: hover) {
  .initiatives .slide-items__item a:hover img {
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
}
.initiatives .slide-items__text {
  padding: 20px;
}
.initiatives .slide-items__tag {
  display: inline-block;
  padding: 0px 10px;
  margin-bottom: 15px;
  color: #555555;
  border: 2px solid #c9c9c9;
  font-size: 1.4rem;
  font-weight: 500;
}
.initiatives .slide-items__title {
  margin-bottom: 20px;
  text-decoration: underline;
}
.initiatives .slide-items__date {
  color: #444444;
  font-size: 1.4rem;
  font-weight: 500;
}
.initiatives .slick-track {
  margin: 0;
}

.initiatives__slick-btn-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: absolute;
  top: -100px;
  right: 23px;
}
@media screen and (max-width:768px) {
  .initiatives__slick-btn-pc {
    top: auto;
    right: auto;
    bottom: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.initiatives__slick-btn-pc .slide-arrow {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #c9c9c9;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (hover: hover) {
  .initiatives__slick-btn-pc .slide-arrow:hover {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
  }
}
.initiatives__slick-btn-pc .slide-arrow img {
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.pickup__text {
  margin-bottom: 40px;
}

.pickup__item {
  border-top: 1px solid #c9c9c9;
}
.pickup__item:not(:has(.pickup__link)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  gap: 20px;
  text-decoration: none;
}
.pickup__item:not(:has(.pickup__link)) .pickup__title {
  text-decoration: none;
}
.pickup__item:last-child {
  border-bottom: 1px solid #c9c9c9;
}

.pickup__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  gap: 20px;
  text-decoration: none;
}
.pickup__link:active {
  color: inherit !important;
}
.pickup__link:visited {
  color: inherit !important;
}
@media (hover: hover) {
  .pickup__link:hover {
    color: inherit !important;
  }
  .pickup__link:hover .pickup__title {
    color: #0066cb;
  }
}

@media screen and (max-width:768px) {
  .pickup__left {
    width: 93px;
  }
}

.pickup__img {
  border-radius: 10px;
}

.pickup__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
}
@media screen and (max-width:768px) {
  .pickup__right {
    gap: 10px;
  }
}

.pickup__title {
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: underline;
}

.pickup__description {
  font-size: 1.4rem;
}

.pickup__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.pickup__tag {
  padding: 3px 19px;
  border: 1px solid #c9c9c9;
  font-size: 1.4rem;
  border-radius: 14px;
}

.banner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width:768px) {
  .banner__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}

.banner__item {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width:768px) {
  .banner__item {
    width: calc((100% - 15px) / 2);
  }
}
.banner__item a {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (hover: hover) {
  .banner__item a:hover {
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
}
.banner__item img {
  width: 100%;
  border: 1px solid #999999;
  border-radius: 10px;
}

.sitelist {
  position: relative;
}
@media (hover: hover) {
  .sitelist .slide-items__item:has(a) img:hover {
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
}
.sitelist .slide-items__item img {
  border-radius: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width:768px) {
  .sitelist .slide-items__item img {
    width: 100%;
  }
}
.sitelist .slick-track {
  margin: 0;
}

.sitelist__slick-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: absolute;
  top: -100px;
  right: 23px;
}
@media screen and (max-width:768px) {
  .sitelist__slick-btn {
    top: -75px;
    right: 0;
  }
}
.sitelist__slick-btn .slide-arrow {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #c9c9c9;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (hover: hover) {
  .sitelist__slick-btn .slide-arrow:hover {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
  }
}
.sitelist__slick-btn .slide-arrow img {
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}/*# sourceMappingURL=style.css.map */