html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, 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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent
}

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

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

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

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

h1, h2, h3, h4, h5, h6 {
  font-size: 100%
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

address {
  font-style: normal
}

input[type="text"], [type="email"], [type="tel"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none
}

input[type="checkbox"]:checked+label {
  background: #ff0000
}

button, input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  display: inline-table;
  min-height: 1%
}

* html .clearfix {
  height: 1%
}

.clearfix {
  display: block
}

.clear {
  clear: both
}

html {
  font-size: 62.5%;
  overflow: auto
}

* {
  font-weight: bold;
  word-break: break-all
}

body {
  color: #333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500
}

.wrap {
  position: relative
}

img {
  display: block;
/* 2023/03 Maeda Edit Start*/
  max-width: 100%;
/* 2023/03 Maeda Edit End*/
  height: auto;
  image-rendering: -webkit-optimize-contrast
}

p {
  line-height: 2;
  height: auto
}

a {
  color: #333
}

button, select {
  cursor: pointer
}

::selection {
  background: #008da8;
  color: #fff
}

::-moz-selection {
  background: #008da8;
  color: #fff
}

.header-pc {
  width: 100%;
  box-shadow: 0px 30px 35px -35px #c2c2c2;
  position: relative;
  display: flex;
  justify-content: space-between;
  -webkit-position: sticky;
  position: sticky;
  top: 0;
  z-index: 110;
  display: block
}

@media (max-width: 1024px) {
  .header-pc {
    display: none
  }
}

.header-pc__inner {
  width: 100%;
  background-color: #fff
}

.header-pc__inner__top {
  height: 124px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.header-pc__inner__top--logo {
  width: 315px;
  margin: 0px 15px 0 0
}

.header-pc__inner__top .top-menu__link {
  display: flex;
  margin: 0 0 20px 0
}

.header-pc__inner__top .top-menu__link__item {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 30px 0 0
}

.header-pc__inner__top .top-menu__link__item a {
  padding: 0 0 0 20px;
  color: #333;
  position: relative;
  transition: all 0.3s
}

.header-pc__inner__top .top-menu__link__item a:hover {
  color: #008da8
}

.header-pc__inner__top .top-menu__link__item a::after {
  background-image: url(/share/imgs/menu-icon.png);
  top: 0px;
  left: 0px;
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 17px;
  background-repeat: no-repeat;
  z-index: 10;
  background-size: contain;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

.header-pc__inner__top .top-menu__btn {
  display: flex
}

.header-pc__inner__top .top-menu__btn__read {
  margin: 0 10px 0 0
}

.header-pc__inner__top .top-menu__btn__read button {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #fff;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  font-family: inherit;
  border: 2px solid #008da8;
  padding: 0 10px 0 10px;
  overflow: hidden
}

.header-pc__inner__top .top-menu__btn__lang {
  margin: 0 10px 0 0
}

.header-pc__inner__top .top-menu__btn__lang a {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #fff;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  font-family: inherit;
  border: 2px solid #008da8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 10px 0 10px;
  display: block;
  box-sizing: border-box;
  overflow: hidden
}

.header-pc__inner__top .top-menu__btn__color {
  margin: 0 10px 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #fff;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  font-family: inherit;
  border: 2px solid #008da8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 20px 0 10px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  white-space: nowrap
}

.header-pc__inner__top .top-menu__btn__color p {
  line-height: 35px
}

.header-pc__inner__top .top-menu__btn__color:after {
  content: '›';
  position: absolute;
  right: 8px;
  top: 0;
  transform: translateY(-50%);
  font-size: 20px;
  color: #008da8;
  pointer-events: none;
  transform: rotate(90deg)
}

.header-pc__inner__top .top-menu__btn__color .list {
  display: none;
  box-sizing: border-box;
  position: absolute;
  width: calc(100% + 35px);
  left: -2px;
  top: 40px;
  z-index: 10;
  text-align: left;
  line-height: 28px;
  border: 2px solid #008da8;
  padding: 10px 0px 10px 10px;
  background-color: #fff
}

.header-pc__inner__top .top-menu__btn__color .list .row p {
  font-size: 1.4rem;
  line-height: 20px
}

.header-pc__inner__top .top-menu__btn__color .list .row .dispnone {
  display: none
}

.header-pc__inner__top .top-menu__btn__color .list .row legend {
  display: none
}

.header-pc__inner__top .top-menu__btn__color .list .row label.option {
  display: block
}

.header-pc__inner__top .top-menu__btn__form .search_container {
  box-sizing: border-box;
  position: relative;
  width: 380px;
  overflow: hidden;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #e6e6e6
}

@media (max-width: 1280px) {
  .header-pc__inner__top .top-menu__btn__form .search_container {
    width: 280px
  }
}

.header-pc__inner__top .top-menu__btn__form .search_container input[type="text"] {
  border: none;
  height: 35px;
  width: 100%;
  padding: 3px 10px;
  box-sizing: border-box;
  font-size: 1.6rem
}

.header-pc__inner__top .top-menu__btn__form .search_container input[type="text"]:focus {
  outline: 0
}

.header-pc__inner__top .top-menu__btn__form .search_container button {
  cursor: pointer;
  border: none;
  background: #333333;
  color: #fff;
  position: absolute;
  width: 3.5em;
  height: 3.0em;
  right: 0px;
  top: -3px;
  outline: none
}

.header-pc__inner__top .top-menu__btn__form .search_container button::after {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  right: 14px;
  top: 14px
}


/* 2023/03 Maeda Add Start */
.form-area_sp .form-area_sp__inner .search_container {
  box-sizing: border-box;
  position: relative;
  width: 380px;
  overflow: hidden;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #e6e6e6
}

@media (max-width: 1280px) {
  .form-area_sp .form-area_sp__inner .search_container{
    width: 100%
  }
}

.form-area_sp .form-area_sp__inner .search_container input[type="text"] {
  border: none;
  height: 35px;
  width: 100%;
  padding: 3px 10px;
  box-sizing: border-box;
  font-size: 1.6rem
}

.form-area_sp .form-area_sp__inner .search_container input[type="text"]:focus {
  outline: 0
}

.form-area_sp .form-area_sp__inner .search_container button {
  cursor: pointer;
  border: none;
  background: #333333;
  color: #fff;
  position: absolute;
  width: 3.5em;
  height: 3.0em;
  right: 0px;
  top: -3px;
  outline: none
}

.form-area_sp .form-area_sp__inner .search_container button::after {
  background-repeat: no-repeat;
  content: '検索';
}
/* 2023/03 Maeda Add End */





.header-pc__inner__bottom {
  height: 82px;
  background-color: #008da8
}

.header-pc__inner__bottom .bottom-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto
}

.header-pc__inner__bottom .bottom-menu__link {
  font-size: 1.6rem;
  font-weight: bold;
  height: 82px
}

.header-pc__inner__bottom .bottom-menu__link--item {
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1;
  height: 82px;
  padding: 0 15px 0 15px;
  transition: all 0.3s;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
  text-align: center
}

.header-pc__inner__bottom .bottom-menu__link--item:hover {
  background: #59b0bf
}

.header-pc__inner__bottom .bottom-menu__link:hover .child-block {
  visibility: visible
}

.header-pc__inner__bottom .bottom-menu__link .child-block {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #dceff2;
  padding: 45px 0 45px 0;
  visibility: hidden
}

.header-pc__inner__bottom .bottom-menu__link .child-block__menu {
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 8px
}

.header-pc__inner__bottom .bottom-menu__link .child-block__menu__link {
  max-width: 242px;
  width: 100%;
  text-align: center
}

.header-pc__inner__bottom .bottom-menu__link .child-block__menu__link a {
  color: #000;
  font-weight: bold;
  font-size: 1.6rem;
  display: block;
  position: relative;
  border: solid 2px #fff;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 3px;
  padding: 14px 20px 14px 5px
}

.header-pc__inner__bottom .bottom-menu__link .child-block__menu__link a:hover {
  border: solid 2px #008da8
}

.header-pc__inner__bottom .bottom-menu__link .child-block__menu__link a::after {
  content: "";
  top: 40%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 2px #008da8;
  border-right: solid 2px #008da8;
  transform: rotate(45deg)
}

.header-sp {
  display: none;
  width: 100%;
  z-index: 10000;
  position: relative;
  position: fixed;
  background-color: #fff
}

@media (max-width: 1024px) {
  .header-sp {
    display: block
  }
}

.header-sp__inner {
  z-index: 10;
  margin: 0 auto;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 45px
}

.header-sp__inner__logo {
  width: 105px;
  transition: all 0.3s;
  display: inline-block
}

.header-sp__inner__logo--img {
  width: 100%;
  display: inline-block
}

.header-sp__inner .slide_btn {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 45px;
  height: 45px;
  background-color: #008da8;
  z-index: 110;
  cursor: pointer
}

.header-sp__inner .slide_btn .topBar {
  background-color: #fff;
  height: 2px;
  width: 60%;
  position: absolute;
  top: 12px;
  left: 22%
}

.header-sp__inner .slide_btn .middleBar {
  background-color: #fff;
  height: 2px;
  width: 60%;
  position: absolute;
  top: 22px;
  left: 22%
}

.header-sp__inner .slide_btn .bottomBar {
  background-color: #fff;
  height: 2px;
  width: 40%;
  position: absolute;
  top: 32px;
  left: 22%
}

.header-sp__inner .active .topBar {
  width: 60%
}

.header-sp__inner .active .bottomBar {
  width: 60%
}

.header-sp__inner label.form_sp {
  cursor: pointer;
  background-color: #333;
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  top: 0px;
  right: 45px;
  padding: 10px;
  box-sizing: border-box
}

.header-sp__inner input.check-box {
  display: none
}

.header-sp__inner .form-area_sp {
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  display: none;
  position: absolute;
  top: 45px;
  right: 0;
  background-color: #333;
  width: 100%;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  z-index: 150
}

.header-sp__inner .form-area_sp__inner {
  position: relative
}

.header-sp__inner .form-area_sp__inner input.text-area {
  display: block
}

.header-sp__inner .form-area_sp__inner .search-form_sp {
  padding: 0 90px 0 0
}

.header-sp__inner .form-area_sp__inner .search-form_sp .text-area {
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff
}

.header-sp__inner .form-area_sp__inner .close-btn {
  width: 70px;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer
}

.header-sp__inner input:checked~.form-area_sp {
  height: auto;
  opacity: 1;
  display: block
}

.header-sp__inner .menu-list {
  display: none;
  position: absolute;
  z-index: 100;
  top: 45px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #fff
}

.header-sp__inner .menu-list__wrap {
  height: 580px;
  overflow-x: hidden;
  overflow-y: scroll
}

.header-sp__inner .menu-list .main-menu {
  margin: 15px 0 0 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap
}

.header-sp__inner .menu-list .main-menu__item {
  width: 100%;
  box-sizing: border-box;
  border-top: solid 1px #e6e6e6
}

.header-sp__inner .menu-list .main-menu__item:last-child {
  border-bottom: solid 1px #e6e6e6
}

.header-sp__inner .menu-list .main-menu__item--title {
  height: 38px;
  line-height: 38px;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  padding: 0px 15px 0px 15px;
  text-align: center;
  position: relative
}

.header-sp__inner .menu-list .main-menu__item--title::before {
  content: "";
  top: 41%;
  right: 20px;
  bottom: -10px;
  transition: all 0.3s;
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 2px #008da8;
  border-right: solid 2px #008da8;
  transform: rotate(135deg)
}

.header-sp__inner .menu-list .main-menu__item .open::before {
  transform: rotate(315deg)
}

.header-sp__inner .menu-list .main-menu__item .accordion-wrap {
  display: none;
  background-color: #008da8
}

.header-sp__inner .menu-list .main-menu__item .accordion-wrap .child-block {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 10px 0
}

.header-sp__inner .menu-list .main-menu__item .accordion-wrap .child-block__item {
  width: calc(100% / 2);
  box-sizing: border-box;
  padding: 4px
}

.header-sp__inner .menu-list .main-menu__item .accordion-wrap .child-block__item a {
  color: #000;
  font-weight: bold;
  font-size: 1.1rem;
  display: block;
  position: relative;
  border: solid 2px #fff;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 3px;
  padding: 12px 5px 12px 5px
}

.header-sp__inner .menu-list .option-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px 0 15px 0;
  gap: 10px 10px
}

.header-sp__inner .menu-list .option-menu__item {
  font-size: 1.4rem;
  font-weight: bold
}

.header-sp__inner .menu-list .option-menu__item a {
  padding: 0 0 0 20px;
  color: #333;
  position: relative;
  transition: all 0.3s
}

.header-sp__inner .menu-list .option-menu__item a::after {
  background-image: url(/share/imgs/menu-icon.png);
  top: 0px;
  left: 0px;
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  z-index: 10;
  background-size: contain;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

.header-sp__inner .menu-list .btn-area {
  width: 94%;
  margin: 0 auto;
  background-color: #dceff2;
  border-radius: 5px;
  padding: 15px 30px 15px 30px;
  box-sizing: border-box
}

.header-sp__inner .menu-list .btn-area li {
  margin: 0 0 10px 0
}

.header-sp__inner .menu-list .btn-area li:last-child {
  margin: 0 0 0 0
}

.header-sp__inner .menu-list .btn-area__read button {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #008da8;
  color: #fff;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  font-family: inherit;
  position: relative
}

.header-sp__inner .menu-list .btn-area__read button::after {
  background-image: url(/share/imgs/read-icon.png);
  top: 0px;
  left: calc( 40% - 30px);
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  z-index: 5;
  background-size: contain;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

.header-sp__inner .menu-list .btn-area__lang a {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #fff;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  font-family: inherit;
  border: 1px solid #008da8;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 20px 0 10px;
  display: block;
  box-sizing: border-box
}

.header-sp__inner .menu-list .btn-area__color {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #fff;
  border-radius: 3px;
  font-family: inherit;
  border: 1px solid #008da8;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  position: relative
}

.header-sp__inner .menu-list .btn-area__color .text {
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  position: relative;
  padding: 0 20px 0 10px
}

.header-sp__inner .menu-list .btn-area__color .text:after {
  content: '›';
  position: absolute;
  right: 8px;
  top: 0;
  transform: translateY(-50%);
  font-size: 20px;
  color: #008da8;
  pointer-events: none;
  transform: rotate(90deg)
}

.header-sp__inner .menu-list .btn-area__color .list {
  display: none;
  box-sizing: border-box;
  width: 100%;
  z-index: 10;
  text-align: left;
  line-height: 28px;
  padding: 10px 0px 10px 10px;
  background-color: #fff
}

.header-sp__inner .menu-list .btn-area__color .list .row p {
  font-size: 1.4rem;
  line-height: 20px
}

.header-sp__inner .menu-list .btn-area__color .list .row .dispnone {
  display: none
}

.header-sp__inner .menu-list .btn-area__color .list .row legend {
  display: none
}

.header-sp__inner .menu-list .btn-area__color .list .row label.option {
  display: block
}

.top-h2 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 0 80px 0
}

@media (max-width: 768px) {
  .top-h2 {
    margin: 0 0 60px 0
  }
}

.top-h2::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  z-index: 10;
  background-size: contain;
  vertical-align: middle
}

@media (max-width: 768px) {
  .top-h2::after {
    width: 65px;
    height: 65px
  }
}

.top-h2::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  z-index: 10;
  background-size: contain;
  vertical-align: middle
}

@media (max-width: 768px) {
  .top-h2::before {
    width: 65px;
    height: 65px
  }
}

.top-h2__en {
  font-size: 4.0rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px 0
}

@media (max-width: 768px) {
  .top-h2__en {
    font-size: 3.5rem
  }
}

@media (max-width: 480px) {
  .top-h2__en {
    font-size: 3.3rem
  }
}

.top-h2__en:first-letter {
  color: #008da8
}

.top-h2__jp {
  font-size: 2.0rem;
  font-weight: bold;
  color: #333
}

@media (max-width: 768px) {
  .top-h2__jp {
    font-size: 1.8rem
  }
}

@media (max-width: 480px) {
  .top-h2__jp {
    font-size: 1.6rem
  }
}

.top .mvisual {
  position: relative;
  overflow: hidden;
  width: 100%
}

.top .mvisual .swiper .swiper-wrapper {
  width: 100%
}

.top .mvisual .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%
}


.top .mvisual .swiper .swiper-wrapper .swiper-slide img {
  overflow: hidden
}

.top .mvisual .swiper .swiper-wrapper .swiper-slide .img-pc {
  display: block;
/* 2023/03 Maeda Add Start*/
  width: 100%;
/* 2023/03 Maeda Add End*/
}

@media (max-width: 768px) {
  .top .mvisual .swiper .swiper-wrapper .swiper-slide .img-pc {
    display: none
  }
}

.top .mvisual .swiper .swiper-wrapper .swiper-slide .img-sp {
  display: none
}

@media (max-width: 768px) {
  .top .mvisual .swiper .swiper-wrapper .swiper-slide .img-sp {
    display: block
  }
}

.top .mvisual .swiper .swiper-nav {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 50
}

.top .mvisual .swiper .swiper-nav .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px 0 5px;
  width: 15px;
  height: 15px
}

.top .mvisual .swiper .swiper-nav .swiper-pagination .swiper-pagination-bullet:last-child {
  margin: 0 0 0 5px
}

.top .mvisual .swiper .swiper-nav .stopbtn {
  cursor: pointer;
  z-index: 100;
  text-align: center;
  color: #008da8
}

.top .mvisual .swiper .swiper-nav .stopbtn.stop:before {
  background-image: url(../imgs/pause-button.png);
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 10px 0 0
}

.top .mvisual .swiper .swiper-nav .stopbtn.start:before {
  background-image: url(../imgs/play-button.png);
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 10px
}

.top .mvisual .swiper .swiper-pagination-bullet-active {
  background-color: #008da8
}

.top .mvisual .scroll-btn {
  position: absolute;
  bottom: 30px;
  z-index: 2;
  display: inline-block;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -webkit-animation: arrow-move 2.5s ease-in-out infinite;
  animation: arrow-move 2.5s ease-in-out infinite
}

@media (max-width: 1024px) {
  .top .mvisual .scroll-btn {
    display: none
  }
}

.top .mvisual .scroll-btn__img {
  text-align: center;
  width: 100%;
  display: block
}

.top .mvisual .scroll-btn__img img {
  width: 35px;
  height: 35px;
  display: inline-block;
  padding: 0 0px 15px 0
}

.top .mvisual .scroll-btn__text {
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff
}

@keyframes arrow-move {
  0% {
    bottom: 3%
  }
  50% {
    bottom: 6%
  }
  100% {
    bottom: 3%
  }
}


.top .top-emg {
  padding: 60px 0 60px 0;
  background-image: url(/share/imgs/bg_1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden
}

.top .top-emg__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto
}

.top .top-emg__inner .emg-title {
  font-size: 3.0rem;
  font-weight: bold;
  padding: 0 0 30px 50px;
  position: relative
}

@media (max-width: 768px) {
  .top .top-emg__inner .emg-title {
    font-size: 2.8rem
  }
}

@media (max-width: 480px) {
  .top .top-emg__inner .emg-title {
    font-size: 2.6rem;
    padding: 0 0 25px 40px
  }
}

.top .top-emg__inner .emg-title::after {
  background-image: url(/share/imgs/emg-icon.png);
  top: 0px;
  left: 0px;
  content: "";
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 36px;
  background-repeat: no-repeat;
  z-index: 10;
  background-size: contain;
  vertical-align: middle
}

@media (max-width: 480px) {
  .top .top-emg__inner .emg-title::after {
    width: 30px;
    height: 30px
  }
}

.top .top-emg__inner .emg-wrap {
  border: solid 2px #c94621;
  background-color: #fff;
  border-radius: 8px 8px 8px 8px;
  padding: 40px 40px 50px 40px;
  box-sizing: border-box;
  box-shadow: 0px 3px 0px 0px #c94621
}

@media (max-width: 480px) {
  .top .top-emg__inner .emg-wrap {
    padding: 20px 20px 30px 20px
  }
}

.top .top-emg__inner .emg-wrap .emg-list__item {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  border-bottom: solid 2px #e6e6e6
}

@media (max-width: 768px) {
  .top .top-emg__inner .emg-wrap .emg-list__item {
    flex-wrap: wrap
  }
}

.top .top-emg__inner .emg-wrap .emg-list__item:last-child {
  margin: 0 0 50px 0
}

.top .top-emg__inner .emg-wrap .emg-list__item--date {
  font-size: 1.4rem;
  margin: 0 10px 0 0
}

@media (max-width: 768px) {
  .top .top-emg__inner .emg-wrap .emg-list__item--date {
    margin: 0 0 10px 0
  }
}

.top .top-emg__inner .emg-wrap .emg-list__item--text {
  font-size: 1.6rem;
  line-height: 1.5
}

.top .top-emg__inner .emg-wrap .emg-list__item--text a {
  color: #c94621;
  transition: all 0.3s
}

.top .top-emg__inner .emg-wrap .emg-list__item--text a:hover {
  opacity: 0.6
}

.top .top-emg__inner .emg-wrap .emg-summary {
  background-color: #333;
  color: #fff;
  max-width: 400px;
  padding: 15px 20px 15px 20px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 40px;
  font-weight: bold;
  position: relative;
  transition: 0.3s all
}

.top .top-emg__inner .emg-wrap .emg-summary:hover {
  background-color: #d53417
}

.top .top-emg__inner .emg-wrap .emg-summary::before {
  content: "";
  top: 41%;
  left: 25%;
  bottom: -10px;
  transition: all 0.3s;
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg)
}


.top .top-news__inner .news-wrap .emg-summary::before {
  content: "";
  top: 41%;
  left: 25%;
  bottom: -10px;
  transition: all 0.3s;
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg)
}

@media (max-width: 320px) {
  .top .top-emg__inner .emg-wrap .emg-summary::before {
    left: 10%
  }
}

.top .top-slider {
  padding: 60px 0 60px 0;
  background-image: url(/share/imgs/bg_1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden
}

.top .top-slider .swiper {
  position: relative
}

.top .top-slider .swiper .swiper-wrapper {
  width: 100%
}

.top .top-slider .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%
}

.top .top-slider .swiper .slider-nav {
  display: flex;
  justify-content: center;
  margin: 15px 0 0 0
}

.top .top-slider .swiper .slider-nav .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 15px;
  height: 15px
}

.top .top-slider .swiper .slider-nav .stopdbtn {
  cursor: pointer;
  z-index: 100;
  text-align: center;
  color: #008da8
}

.top .top-slider .swiper .slider-nav .stopdbtn.stop:before {
  background-image: url(../imgs/pause-button.png);
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 10px
}

.top .top-slider .swiper .slider-nav .stopdbtn.start:before {
  background-image: url(../imgs/play-button.png);
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 10px
}

.top .top-slider .swiper .swiper-pagination-bullet-active {
  background-color: #008da8
}

.top .top-slider .swiper .swiper-button-prev, .top .top-slider .swiper .swiper-button-next {
  width: 30px;
  height: 60px;
  background-size: 30px 60px;
  transform: translateY(-50%);
  margin-top: 0
}

.top .top-slider .swiper .swiper-button-next {
  background-image: url("/share/imgs/slider-arrow_r.png")
}

.top .top-slider .swiper .swiper-button-prev {
  background-image: url("/share/imgs/slider-arrow_l.png")
}

.top .top-slider .swiper .swiper-button-prev:after, .top .top-slider .swiper .swiper-button-next:after {
  display: none
}

.top .top-guidance {
  background-image: url(/share/imgs/bg_1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden
}

.top .top-guidance__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  text-align: center
}

.top .top-guidance__inner .img-pc {
  display: block
}

@media (max-width: 768px) {
  .top .top-guidance__inner .img-pc {
    display: none
  }
}

.top .top-guidance__inner .img-sp {
  display: none
}

@media (max-width: 768px) {
  .top .top-guidance__inner .img-sp {
    display: block
  }
}

.top .top-news {
  padding: 60px 0 60px 0;
  background-image: url(/share/imgs/bg_1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden
}

.top .top-news__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  text-align: center
}

.top .top-news__inner .top-h2::after {
  background-image: url(/share/imgs/news-icon_l.png);
  top: -10px;
  left: -90px
}

@media (max-width: 768px) {
  .top .top-news__inner .top-h2::after {
    left: -70px
  }
}

.top .top-news__inner .top-h2::before {
  background-image: url(/share/imgs/news-icon_r.png);
  background-repeat: no-repeat;
  top: 5px;
  right: -90px
}

@media (max-width: 768px) {
  .top .top-news__inner .top-h2::before {
    right: -70px
  }
}

.top .top-news__inner .news-h3 {
  font-size: 3.0rem;
  border-left: solid 8px #008da8;
  text-align: left;
  padding: 10px 0px 10px 20px;
  margin: 0 0 20px 0px;
  font-weight: bold
}

@media (max-width: 768px) {
  .top .top-news__inner .news-h3 {
    font-size: 2.8rem
  }
}

@media (max-width: 480px) {
  .top .top-news__inner .news-h3 {
    font-size: 2.6rem;
    padding: 5px 0px 5px 15px
  }
}

.top .top-news__inner .news-wrap {
  border: solid 2px #333;
  background-color: #fff;
  border-radius: 8px 8px 8px 8px;
  padding: 40px 40px 40px 40px;
  box-sizing: border-box
}

@media (max-width: 480px) {
  .top .top-news__inner .news-wrap {
    padding: 20px 20px 20px 20px
  }
}

.top .top-news__inner .news-wrap:first-of-type {
  margin: 0 0 90px 0
}

.top .top-news__inner .news-wrap .news-list__item {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  border-bottom: solid 2px #e6e6e6
}

.top .top-news__inner .news-wrap ul.accordion2 .news-list__item {
  display: none;
}
.top .top-news__inner .news-wrap ul.accordion2.open .news-list__item {
  display: flex;
}

@media (max-width: 768px) {
  .top .top-news__inner .news-wrap .news-list__item {
    align-items: flex-start;
    flex-direction: column
  }
}

.top .top-news__inner .news-wrap .news-list__item--date {
  font-size: 1.4rem;
  margin: 0 10px 0 0
}

@media (max-width: 768px) {
  .top .top-news__inner .news-wrap .news-list__item--date {
    margin: 0 0 10px 0
  }
}

.top .top-news__inner .news-wrap .news-list__item--text {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left
}

.top .top-news__inner .news-wrap .news-list__item--text a {
  color: #008da8;
  transition: all 0.3s
}

.top .top-news__inner .news-wrap .news-list__item--text a:hover {
  opacity: 0.6
}

.top .top-news__inner .news-wrap .scroll {
  height: 300px;
  padding: 0 15px 0 0;
  overflow-x: hidden;
  overflow-y: scroll
}

.top .top-news__inner .news-wrap .emg-summary {
  background-color: #333;
  color: #fff;
  max-width: 400px;
  padding: 15px 20px 15px 20px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 40px;
  font-weight: bold;
  position: relative;
  transition: 0.3s all
}

.top .top-news__inner .news-wrap .emg-summary:hover {
  background-color: #008da8
}

.top .top-news__inner .news-wrap .emg-summary::before {
  content: "";
  top: 41%;
  left: 25%;
  bottom: -10px;
  transition: all 0.3s;
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg)
}



.top .top-news__inner .news-wrap label.emg-summary::before {
  content: "";
  top: 41%;
  left: 25%;
  bottom: -10px;
  transition: all 0.3s;
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(135deg)
}


@media (max-width: 320px) {
  .top .top-news__inner .news-wrap .emg-summary::before {
    left: 10%
  }
}

.top .top-search {
  padding: 60px 0 60px 0;
  background-color: #dceff2;
  overflow: hidden
}

.top .top-search__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  text-align: center
}

.top .top-search__inner .top-h2::after {
  background-image: url(/share/imgs/search-icon_l.png);
  top: 5px;
  left: -90px
}

@media (max-width: 768px) {
  .top .top-search__inner .top-h2::after {
    left: -70px
  }
}

.top .top-search__inner .top-h2::before {
  background-image: url(/share/imgs/search-icon_r.png);
  background-repeat: no-repeat;
  top: -10px;
  right: -90px
}

@media (max-width: 768px) {
  .top .top-search__inner .top-h2::before {
    right: -70px
  }
}

.top .top-search__inner .search-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 30px
}

.top .top-search__inner .search-list__icon {
  width: 160px;
  box-sizing: border-box
}

.top .top-search__inner .search-list__icon img {
  transition: 0.1s all
}

.top .top-search__inner .search-list__icon img:hover {
  transform: scale(1.05)
}

.top .top-search__inner .bottom-area {
  border: solid 2px #333;
  background-color: #fff;
  border-radius: 8px 8px 8px 8px;
  padding: 40px 40px 50px 40px;
  box-sizing: border-box;
  margin: 60px 0 0 0
}

@media (max-width: 480px) {
  .top .top-search__inner .bottom-area {
    padding: 20px 20px 20px 20px
  }
}

.top .top-search__inner .bottom-area--title {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 0 30px 0;
  display: inline-block;
  position: relative
}

@media (max-width: 768px) {
  .top .top-search__inner .bottom-area--title {
    font-size: 2.6rem
  }
}

@media (max-width: 480px) {
  .top .top-search__inner .bottom-area--title {
    font-size: 2.4rem;
    margin: 0 0 20px 0
  }
}

@media (max-width: 320px) {
  .top .top-search__inner .bottom-area--title {
    font-size: 1.8rem
  }
}

.top .top-search__inner .bottom-area--title::after {
  background-image: url(/share/imgs/search-icon.png);
  top: -7px;
  left: -40px;
  content: "";
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 38px;
  background-repeat: no-repeat;
  z-index: 10;
  background-size: contain;
  vertical-align: middle
}

@media (max-width: 480px) {
  .top .top-search__inner .bottom-area--title::after {
    left: -30px;
    width: 25px;
    height: 30px
  }
}

@media (max-width: 280px) {
  .top .top-search__inner .bottom-area--title::after {
    left: -25px
  }
}

.top .top-search__inner .bottom-area .search-btn {
  display: flex;
  justify-content: center;
  gap: 20px 20px;
  max-width: 520px;
  margin: 0 auto
}

@media (max-width: 768px) {
  .top .top-search__inner .bottom-area .search-btn {
    flex-direction: column
  }
}

.top .top-search__inner .bottom-area .search-btn__item {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  max-width: 250px;
  width: 100%
}

@media (max-width: 768px) {
  .top .top-search__inner .bottom-area .search-btn__item {
    max-width: 100%
  }
}

.top .top-search__inner .bottom-area .search-btn__item a {
  background-color: #fff;
  color: #333;
  border: solid 1px #333;
  border-radius: 40px;
  padding: 15px 20px 15px 20px;
  display: block;
  position: relative;
  transition: 0.3s all
}

.top .top-search__inner .bottom-area .search-btn__item a:hover {
  border: solid 1px #008da8;
  background-color: #008da8;
  color: #fff
}

.top .top-search__inner .bottom-area .search-btn__item a::before {
  content: "";
  top: 41%;
  left: 20%;
  bottom: -10px;
  transition: all 0.3s;
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg)
}

@media (max-width: 320px) {
  .top .top-search__inner .bottom-area .search-btn__item a::before {
    left: 10%
  }
}

.top .top-search__inner .bottom-area .search-btn__item a:hover::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff
}

.top .top-about {
  padding: 60px 0 60px 0;
  background-color: #dceff2;
  overflow: hidden
}

.top .top-about__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  text-align: center
}

.top .top-about__inner .top-h2::after {
  background-image: url(/share/imgs/about-icon_l.png);
  top: -10px;
  left: -90px
}

@media (max-width: 768px) {
  .top .top-about__inner .top-h2::after {
    left: -70px
  }
}

.top .top-about__inner .top-h2::before {
  background-image: url(/share/imgs/about-icon_r.png);
  background-repeat: no-repeat;
  top: 5px;
  right: -90px
}

@media (max-width: 768px) {
  .top .top-about__inner .top-h2::before {
    right: -70px
  }
}

.top .top-about__inner .about-btn {
  display: flex;
  justify-content: center;
  gap: 20px 20px;
  margin: 0 auto
}

@media (max-width: 768px) {
  .top .top-about__inner .about-btn {
    flex-wrap: wrap
  }
}

.top .top-about__inner .about-btn__item {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  max-width: 230px;
  width: 100%
}

@media (max-width: 768px) {
  .top .top-about__inner .about-btn__item {
    max-width: 45%
  }
}

@media (max-width: 320px) {
  .top .top-about__inner .about-btn__item {
    max-width: 100%
  }
}

.top .top-about__inner .about-btn__item a {
  padding: 15px 20px 15px 20px;
  display: block;
  position: relative;
  background-color: #fff;
  color: #333;
  border: solid 1px #333;
  border-radius: 40px;
  transition: 0.3s all
}

.top .top-about__inner .about-btn__item a:hover {
  border: solid 1px #008da8;
  background-color: #008da8;
  color: #fff
}

.top .top-about__inner .about-btn__item a::before {
  content: "";
  top: 41%;
  left: 20%;
  bottom: -10px;
  transition: all 0.3s;
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg)
}

.top .top-about__inner .about-btn__item a:hover::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff
}

.top .top-about__inner .about-content {
  display: flex;
  justify-content: space-around;
  gap: 0px 80px;
  max-width: 915px;
  width: 100%;
  margin: 60px auto
}

@media (max-width: 768px) {
  .top .top-about__inner .about-content {
    flex-wrap: wrap;
    gap: 80px 0px
  }
}

.top .top-about__inner .about-content__item {
  width: 100%
}

.top .top-about__inner .about-content__item--title {
  font-size: 2.8rem;
  font-weight: bold;
  padding: 0 0 30px 45px;
  text-align: left
}

@media (max-width: 768px) {
  .top .top-about__inner .about-content__item--title {
    font-size: 2.6rem
  }
}

@media (max-width: 480px) {
  .top .top-about__inner .about-content__item--title {
    font-size: 2.4rem;
    padding: 0 0 20px 40px
  }
}

.top .top-about__inner .about-content__item .facebook {
  position: relative
}

.top .top-about__inner .about-content__item .facebook::after {
  background-image: url(/share/imgs/facebook-icon.png);
  top: 0px;
  left: 0px;
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  z-index: 10;
  background-size: contain;
  vertical-align: middle
}

@media (max-width: 480px) {
  .top .top-about__inner .about-content__item .facebook::after {
    width: 25px;
    height: 25px
  }
}

.top .top-about__inner .about-content__item .prpaper {
  position: relative
}

.top .top-about__inner .about-content__item .prpaper::after {
  background-image: url(/share/imgs/prpaper-icon.png);
  top: 0px;
  left: 0px;
  content: "";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 32px;
  background-repeat: no-repeat;
  z-index: 10;
  background-size: contain;
  vertical-align: middle
}

@media (max-width: 480px) {
  .top .top-about__inner .about-content__item .prpaper::after {
    width: 35px;
    height: 27px
  }
}

.top .top-about__inner .about-content__item .facebook-wrapper {
  max-width: 500px;
  margin: 0 auto
}

@media (max-width: 768px) {
  .top .top-about__inner .about-content__item .facebook-wrapper {
    width: 100%
  }
}

.top .top-about__inner .about-content__item .facebook-wrapper>.fb-page {
  width: 100%
}

.top .top-about__inner .about-content__item .facebook-wrapper>.fb-page>span, .top .top-about__inner .about-content__item .facebook-wrapper iframe {
  width: 100% !important
}

.top .top-about__inner .about-statistics {
  border: solid 1px #333
}

.top .top-about__inner .about-statistics__map {
  height: 346px
}

.top .top-about__inner .about-statistics__map iframe {
  width: 100%;
  height: 346px
}

.top .top-about__inner .about-statistics__content {
  background-color: #fff;
  padding: 30px 0 30px 0
}

.top .top-about__inner .about-statistics__content .information {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 660px;
  width: 95%;
  margin: 0 auto
}

@media (max-width: 768px) {
  .top .top-about__inner .about-statistics__content .information li {
    width: 100%
  }
}

.top .top-about__inner .about-statistics__content .information__left p {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 10px 0 0 0
}

.top .top-about__inner .about-statistics__content .information__center {
  margin: 0 40px 0 30px;
  text-align: left;
  display: flex;
  flex-direction: column
}

@media (max-width: 768px) {
  .top .top-about__inner .about-statistics__content .information__center {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 20px
  }
}

@media (max-width: 480px) {
  .top .top-about__inner .about-statistics__content .information__center {
    flex-direction: column;
    gap: 0px;
    align-items: center
  }
}

.top .top-about__inner .about-statistics__content .information__center--text {
  font-size: 1.6rem;
  font-weight: bold;
  color: #008da8;
  line-height: 1.5
}

@media (max-width: 320px) {
  .top .top-about__inner .about-statistics__content .information__center--text {
    font-size: 1.4rem
  }
}

.top .top-about__inner .about-statistics__content .information__center--text span {
  font-size: 2.4rem;
  margin: 0 5px 0 20px;
  font-weight: bold
}

@media (max-width: 320px) {
  .top .top-about__inner .about-statistics__content .information__center--text span {
    font-size: 2.2rem;
    margin: 0 5px 0 10px
  }
}

.top .top-about__inner .about-statistics__content .information__right--btn {
  font-size: 1.6rem;
  background-color: #008da8;
  border-radius: 3px;
  display: block;
  width: 256px;
  font-weight: bold;
  transition: all 0.3s
}

.top .top-about__inner .about-statistics__content .information__right--btn:hover {
  opacity: 0.8
}

@media (max-width: 768px) {
  .top .top-about__inner .about-statistics__content .information__right--btn {
    width: 100%
  }
}

.top .top-about__inner .about-statistics__content .information__right--btn:nth-child(2n+1) {
  margin: 0 0 10px 0
}

@media (max-width: 768px) {
  .top .top-about__inner .about-statistics__content .information__right--btn:nth-child(2n+1) {
    margin: 20px 0 10px 0
  }
}

.top .top-about__inner .about-statistics__content .information__right--btn a {
  color: #fff;
  padding: 10px;
  display: block;
  position: relative
}

.top .top-about__inner .about-statistics__content .information__right--btn a::before {
  content: "";
  top: 41%;
  right: 25%;
  bottom: -10px;
  transition: all 0.3s;
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg)
}

.top .top-site {
  padding: 60px 0 100px 0;
  background-color: #fff;
  overflow: hidden
}

.top .top-site__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  text-align: center
}

.top .top-site__inner .top-h2::after {
  background-image: url(/share/imgs/site-icon_l.png);
  top: 5px;
  left: -90px
}

@media (max-width: 768px) {
  .top .top-site__inner .top-h2::after {
    left: -70px
  }
}

.top .top-site__inner .top-h2::before {
  background-image: url(/share/imgs/site-icon_r.png);
  background-repeat: no-repeat;
  top: -10px;
  right: -90px
}

@media (max-width: 768px) {
  .top .top-site__inner .top-h2::before {
    right: -70px
  }
}

.top .top-site__inner .site-bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px
}

@media (max-width: 768px) {
  .top .top-site__inner .site-bnr {
    gap: 15px 15px
  }
}

.top .top-site__inner .site-bnr__item {
  max-width: 256px;
  width: 100%;
  transition: all 0.3s
}

.top .top-site__inner .site-bnr__item:hover {
  opacity: 0.6
}

@media (max-width: 768px) {
  .top .top-site__inner .site-bnr__item {
    max-width: initial;
    width: 47%
  }
}

.top .switch-area {
  background-color: #fff
}

.switch-area {
  padding: 0 0 45px 0
}

.switch-area__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto
}

.switch-area__inner__box {
  display: flex;
  justify-content: flex-end;
  align-items: center
}

@media (max-width: 768px) {
  .switch-area__inner__box {
    justify-content: center;
    flex-direction: column
  }
}

.switch-area__inner__box .text {
  font-size: 1.6rem;
  margin: 0 20px 0 0
}

@media (max-width: 768px) {
  .switch-area__inner__box .text {
    margin: 0 0 10px 0
  }
}

.switch-area__inner__box .btn {
  display: inline-flex;
  position: relative;
  border-radius: 3px;
  border: 1px solid #008da8
}

.switch-area__inner__box .btn__item {
  padding: 0px 10px 0px 10px;
  font-size: 1.6rem;
  color: #333;
  line-height: 35px;
  height: 35px;
  cursor: pointer
}

@media (max-width: 480px) {
  .switch-area__inner__box .btn__item {
    font-size: 1.4rem
  }
}

.switch-area__inner__box .btn input[type="radio"] {
  display: none
}

.switch-area__inner__box .btn input[type="radio"]:checked+label {
  background-color: #008da8;
  color: #fff
}

.footer {
  padding: 60px 0 45px 0;
  background-color: #fff;
  color: #333;
  text-align: center;
  border-top: solid 2px #cccccc;
  overflow: hidden
}

.footer__inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative
}

@media (max-width: 1024px) {
  .footer__inner {
    flex-wrap: wrap
  }
}

.footer__inner__logo {
  width: 135px;
  margin: 0 40px 0 0;
  position: absolute;
  left: 0;
  top: 0
}

@media (max-width: 1024px) {
  .footer__inner__logo {
    position: initial;
    left: initial;
    top: initial;
    margin: 0 0 20px 0
  }
}

.footer__inner__main {
  font-size: 1.4rem;
  max-width: 860px;
  width: 100%
}

.footer__inner__main .footer-title {
  font-size: 2.0rem;
  font-weight: bold
}

.footer__inner__main .footer-contact {
  display: flex;
  justify-content: center;
  margin: 15px 0 0 0;
  flex-wrap: wrap;
  gap: 10px 20px
}

.footer__inner__main .footer-contact__item {
  position: relative;
  font-weight: bold
}

.footer__inner__main .footer-contact__item a {
  transition: all 0.3s
}

.footer__inner__main .footer-contact__item a:hover {
  color: #008da8
}

.footer__inner__main .footer-contact__item::after {
  content: "";
  height: 16px;
  width: 1px;
  border-right: 1px solid #333;
  position: absolute;
  right: -10px;
  bottom: 0px
}

.footer__inner__main .footer-contact__item:last-child::after {
  content: none
}

@media (max-width: 768px) {
  .footer__inner__main .footer-contact__item:first-child::after {
    content: none
  }
  .footer__inner__main .footer-contact__item:nth-child(2)::after {
    content: none
  }
}

.footer__inner__main .footer-map {
  margin: 15px 0 0 0;
  font-weight: bold
}

.footer__inner__main .footer-map a {
  transition: all 0.3s;
  border-bottom: solid 1px #333
}

.footer__inner__main .footer-map a:hover {
  border-bottom: none;
  color: #008da8
}

.footer__inner__main address {
  margin: initial
}

.footer__inner__main .footer-reception {
  margin: 15px 0 0 0;
  font-weight: bold
}

.footer__inner__main .footer-link {
  display: flex;
  justify-content: space-around;
  margin: 20px 0 0 0;
  flex-wrap: wrap;
  gap: 20px 0px
}

@media (max-width: 1024px) {
  .footer__inner__main .footer-link {
    justify-content: center;
    gap: 20px 10px
  }
}

@media (max-width: 480px) {
  .footer__inner__main .footer-link {
    flex-direction: column
  }
}

.footer__inner__main .footer-link__item {
  font-weight: bold
}

.footer__inner__main .footer-link__item a {
  transition: all 0.3s;
  border-bottom: solid 1px #333
}

.footer__inner__main .footer-link__item a:hover {
  border-bottom: none;
  color: #008da8
}

.footer__copy {
  font-size: 1.0rem;
  padding: 20px 0 0 0;
  font-weight: bold
}

/*2023/03 Maeda Add Start*/
.movable-ai-player:not(#ai_box_sub_move){
  top: 205px !important;
}

@media (max-width: 1024px) {
.movable-ai-player:not(#ai_box_sub_move) {
    top: 45px !important;
}
/*2023/03 Maeda Add End*/