@charset "UTF-8";

/* --------------------------------------------------
 comm-blc
-------------------------------------------------- */

.max-comm-blc {
  max-width: 1360px;
  width: 94%;
  margin: auto;
  position: relative;
  box-sizing: border-box;
}

.comm-blc {
  max-width: 1000px;
  width: 94%;
  margin: auto;
  position: relative;
  box-sizing: border-box;
}

.min-comm-blc {
  max-width: 800px;
  width: 94%;
  margin: auto;
  position: relative;
  box-sizing: border-box;
}

.comm-margin {
  margin-top: 120px;
  margin-bottom: 120px;
  box-sizing: border-box;
}

.comm-padding {
  padding-top: 120px;
  padding-bottom: 120px;
  box-sizing: border-box;
}

@media screen and (max-width:1000px) {
  .comm-margin {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .comm-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width:640px) {
  .comm-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .comm-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* --------------------------------------------------
 Block
-------------------------------------------------- */

/* access-style01 ------------------*/

.access-style01 .map-blc {
  position: relative;
}

.access-style01 .map-blc iframe {
  width: 100%;
  height: 550px;
  display: block;
}

.access-style01 .map-blc .detail-blc {
  background-color: rgba(46, 105, 200, 0.85);
  width: 100%;
  max-width: 440px;
  padding: 30px 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
}

.access-style01 .map-blc .detail-blc .subj {
  color: #fff;
  font-size: 120%;
  font-weight: 500;
  margin-bottom: 2%;
}

.access-style01 .map-blc .detail-blc .txt01 {
  color: #fff;
  margin-bottom: 4%;
}

.access-style01 .map-blc .detail-blc .txt02 {
  color: #fff;
  margin-bottom: 4%;
}

.access-style01 .map-blc .detail-blc .btn-blc {
  text-align: center;
}

.access-style01 .map-blc .detail-blc .btn-blc a {
  color: #fff;
  font-size: 140%;
  text-decoration: none;
  display: inline-block;
}

.access-style01 .map-blc .detail-blc .btn-blc .small {
  font-size: 75%;
}

@media screen and (max-width: 1200px) {
  .access-style01 .map-blc .detail-blc {
    max-width: 380px;
    padding: 15px 40px;
  }
}

@media screen and (max-width: 767px) {
  .access-style01 .map-blc {
    background-color: rgba(46, 105, 200, 1);
  }

  .access-style01 .map-blc iframe {
    height: 350px;
  }

  .access-style01 .map-blc .detail-blc {
    background-color: transparent;
    padding: 4%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .access-style01 .map-blc .detail-blc .subj {
    text-align: center;
  }

  .access-style01 .map-blc .detail-blc .txt01 {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .access-style01 .map-blc iframe {
    height: 300px;
  }
}

/* news-list-style01 --------------- */

.news-list-style01 .item {
  padding-bottom: 4%;
  margin-bottom: 4%;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  flex-wrap: wrap;
}

.news-list-style01 .item:last-child {
  margin-bottom: 0;
}

.news-list-style01 .item dt {
  color: #2e69c8;
  line-height: 2.6;
  width: 150px;
  margin-right: 4%;
  position: relative;
  box-sizing: border-box;
}

.news-list-style01 .item dd {
  flex: 1;
  box-sizing: border-box;
}

.news-list-style01 .item dd .subj {
  font-size: 120%;
  margin-bottom: 2%;
}

@media screen and (max-width: 767px) {
  .news-list-style01 .item dt {
    width: 100%;
  }

  .news-list-style01 .item dd {
    width: 100%;
    flex: auto;
  }
}

/* --------------------------------------------------
 page-ttl
-------------------------------------------------- */

.page-ttl {
  position: relative;
}

.page-ttl .bg-area {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 23%;
  min-height: 300px;
  box-sizing: border-box;
}

.page-ttl .txt-catch {
  width: 100%;
  padding: 2rem 4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}

.page-ttl .txt-catch .txt {
  color: #fff;
  font-size: 300%;
  font-weight: bold;
  letter-spacing: 0.3rem;
  text-shadow: 0 0px 10px #5a5a5a;
}

.page-ttl .main-slide .slick-dots {
  bottom: 2%;
}

.page-ttl .main-slide .slick-dots li button:before {
  font-size: 12px;
  color: #fff;
}

.page-ttl .main-slide {
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .page-ttl .bg-area {
    padding-bottom: 32%;
  }

  .page-ttl .txt-catch .txt {
    font-size: 250%;
  }
}

@media screen and (max-width: 767px) {
  .page-ttl .bg-area {
    min-height: 160px;
    padding-bottom: 40%;
  }

  .page-ttl .txt-catch {
    padding: 2rem;
  }

  .page-ttl .txt-catch .txt {
    font-size: 200%;
  }
}

@media screen and (max-width: 480px) {
  .page-ttl .txt-catch {
    padding: 20px;
  }

  .page-ttl .txt-catch .txt {
    font-size: 150%;
  }
}

/* --------------------------------------------------
 ttl-style
-------------------------------------------------- */

.ttl-style01 {
  color: #2e69c8;
  font-size: 200%;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.3;
}

@media screen and (max-width:480px) {
  .ttl-style01 {
    margin-bottom: 2rem;
  }
}

/* --------------------------------------------------
 list-style
-------------------------------------------------- */

/* list-style01 = list colum 3 ---------------------- */

.list-style01 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.list-style01 li {
  width: calc((100% - 4%) / 3);
  margin-right: 2%;
  margin-top: 4%;
}

.list-style01 li:nth-child(-n+3) {
  margin-top: 0;
}

.list-style01 li:nth-child(3n+3),
.list-style01 li:last-child {
  margin-right: 0;
}

.list-style01 li .ttl {
  font-size: 120%;
  text-align: center;
  padding: 20px 10px;
  font-weight: 500;
  box-sizing: border-box;
}

.list-style01 li .img {
  text-align: center;
}

@media screen and (max-width:1000px) {
  .list-style01 li .ttl {
    padding: 20px 10px;
  }
}

@media screen and (max-width:767px) {
  .list-style01 {
    max-width: 360px;
    margin: auto;
  }

  .list-style01 li {
    width: 100%;
    margin-right: 0;
    margin-top: 3rem;
  }

  .list-style01 li:nth-child(-n+3) {
    margin-top: 3rem;
  }
}

@media screen and (max-width:480px) {
  .list-style01 {
    margin-top: 0;
  }

  .list-style01 li .ttl {
    padding: 15px 10px;
  }
}

/* list-style02 ---------------------- */

.list-style02 .item {
  margin-bottom: 6%;
}

.list-style02 .item:last-child {
  margin-bottom: 0;
}

.list-style02 .item .ttl {
  font-size: 120%;
  font-weight: 500;
  padding: 10px;
  border-bottom: 1px solid #d2d2d2;
  box-sizing: border-box;
}

.list-style02 .item .txt-img-blc {
  padding: 4%;
  display: flex;
  flex-wrap: wrap;
}

.list-style02 .item .txt-img-blc .img-blc {
  width: 55%;
  padding-right: 15%;
  text-align: center;
  box-sizing: border-box;
}

.list-style02 .item .txt-img-blc .txt-blc {
  flex: 1;
  box-sizing: border-box;
}

.list-style02 .item .txt-img-blc .txt-blc .txt-list>dt {
  font-weight: bold;
}

.list-style02 .item .txt-img-blc .txt-blc .btn-link {
  margin-top: 6%;
}

.list-style02 .item .txt-img-blc .txt-blc .btn-link a {
  color: #2e69c8;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s;
}

.list-style02 .item .txt-img-blc .txt-blc .btn-link a:hover {
  opacity: 0.7;
}

@media screen and (max-width:767px) {
  .list-style02 .item .txt-img-blc .img-blc {
    padding-right: 6%;
  }
}

@media screen and (max-width:480px) {
  .list-style02 .item .txt-img-blc .img-blc {
    width: 100%;
    padding-right: 0;
    margin-bottom: 4%;
    box-sizing: border-box;
  }

  .list-style02 .item .txt-img-blc .txt-blc {
    width: 100%;
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
    flex: auto;
  }
}

/* list-style03 --------------- */

.list-style03 {
  display: flex;
  flex-wrap: wrap;
}

.list-style03 li {
  background-color: #fbfbfe;
  width: 47.5%;
  padding-bottom: 2%;
  margin: 0 5% 5% 0;
  box-sizing: border-box;
}

.list-style03 li:nth-of-type(2n+2) {
  margin-right: 0;
}

.list-style03 li:last-of-type {
  margin-right: 0;
}

.list-style03 li .img {
  width: 100%;
  text-align: center;
}

.list-style03 li .txt-desc {
  padding: 4%;
  box-sizing: border-box;
}

.list-style03 li .txt-desc .subj {
  font-size: 120%;
  font-weight: bold;
  width: 100%;
  margin-bottom: 2%;
  box-sizing: border-box;
}

.list-style03 li .txt-desc .txt01 {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .list-style03 li {
    width: 49%;
    margin-right: 2%;
  }
}

@media screen and (max-width: 420px) {
  .list-style03 li {
    width: 100%;
    margin-right: 0;
  }
}

/* txt-list-style01 --------------- */

.txt-list-style01 li {
  font-size: 110%;
  margin-bottom: 4%;
}

.txt-list-style01 li:last-of-type {
  margin-bottom: 0;
}

/* txt-list-style02 --------------- */

.txt-list-style02 li {
  font-size: 110%;
  margin-bottom: 4%;
}

.txt-list-style02 li:last-of-type {
  margin-bottom: 0;
}

.txt-blc-01 {
  font-size: 110%;
}

/* slide-style01 --------------- */

.slide-style01 .slider-controls {
  max-width: 320px;
  text-align: center;
  padding: 0 20px;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.slide-style01 .slider-main.only-one+.slider-controls {
  display: none;
}

.slide-style01 .slider-controls .slider-nav {
  width: calc(100% - 80px);
  padding: 0 20px;
  box-sizing: border-box;
}

.slide-style01 .slider-controls .slider-nav.slider-fit {
  display: flex;
  justify-content: center;
}

.slide-style01 .slider-controls .slider-nav.slider-fit .slick-list {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.slide-style01 .slider-controls .slider-nav.slider-fit .slick-track {
  display: flex;
  justify-content: center;
}

.slide-style01 .slider-controls .slider-nav .slick-slide.pointer-none {
  pointer-events: none !important;
}

.slide-style01 .slider-controls .slider-nav .dot {
  width: auto !important;
  padding: 8px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.slide-style01 .slider-controls .slider-nav .dot::before {
  content: "";
  background-color: #c9c3c6;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  display: block;
}

.slide-style01 .slider-controls .slider-nav .slick-current .dot::before {
  background-color: #1d1d1f;
}

.slide-style01 .slider-controls .slide-m-prev,
.slide-style01 .slider-controls .slide-m-next {
  background: none;
  width: 40px;
  border: 0;
  padding: 0;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.slide-style01 .slider-controls .slide-m-prev::before,
.slide-style01 .slider-controls .slide-m-next::before {
  font-family: "Font Awesome 5 Free";
  background-color: #1d1d1f;
  color: #fff;
  content: '\f053';
  font-weight: 900;
  font-size: 18px;
  width: 40px;
  height: 40px;
  text-indent: -2px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 400ms ease-in-out;
}

.slide-style01 .slider-controls .slide-m-prev:hover::before,
.slide-style01 .slider-controls .slide-m-next:hover::before {
  background-color: #333;
}

.slide-style01 .slider-controls .slide-m-next::before {
  content: '\f054';
  text-indent: 2px;
}

/* --------------------------------------------------
 Table
-------------------------------------------------- */

/* Common Table --------------- */

.tbl-comm {
  border-top: 1px dotted #fff;
}

.tbl-comm th,
.tbl-comm td {
  padding: 7px 15px;
  border-bottom: 1px dotted #ccc;
  box-sizing: border-box;
}

.tbl-comm th {
  background-color: #fff;
  width: 20%;
}

.tbl-comm th[align="center"],
.tbl-comm td[align="center"] {
  text-align: center;
}

.tbl-comm th[align="right"],
.tbl-comm td[align="right"] {
  text-align: right;
}

.tbl-respon {
  overflow-x: auto;
}

.tbl-respon .tbl-comm {
  min-width: 600px;
}

.note-tbl {
  color: red;
  text-align: center;
  margin: 2% 0;
  display: none;
}

/* Form Table --------------- */

.tbl-form th {
  background-color: #fff;
  width: 25%;
  padding: 2%;
  text-align: left;
}

.tbl-form td {
  padding: 2%;
  text-align: left;
}

.tbl-form th,
.tbl-form td {
  border-bottom: 1px dotted #ccc;
}

/* tblRespon --------------- */

.tbl-respon {
  overflow-x: auto;
}

.note-tbl-respon {
  font-size: 80%;
  color: red;
  margin: 2% 0;
  text-align: center;
  display: none;
}

@media screen and (max-width: 767px) {

  /* Common Table --------------- */
  .tbl-comm th,
  .tbl-comm td {
    font-size: 90%;
  }

  .tbl-comm th {
    width: 30%;
  }

  .tbl-comm.single-row th,
  .tbl-form.single-row th {
    display: block;
    font-weight: bold;
    padding-bottom: 0;
  }

  .tbl-comm.single-row td,
  .tbl-form.single-row td {
    display: block;
  }

  .note-tbl {
    display: block;
  }

  /* Form Table --------------- */
  .tbl-form th {
    width: auto;
  }

  /* tblRespon --------------- */
  .note-tbl-respon {
    display: none;
  }
}

@media screen and (max-width: 650px) {

  /* tblRespon --------------- */
  .note-tbl-respon {
    display: block;
  }
}

/* tbl-style01 --------------- */

.tbl-style01 table {
  width: 100%;
}

.tbl-style01 table th,
.tbl-style01 table td {
  border-bottom: 1px solid #d2d2d2;
  padding: 25px 4%;
}

.tbl-style01 table tr:first-of-type th,
.tbl-style01 table tr:first-of-type td {
  border-top: 1px solid #d2d2d2;
}

.tbl-style01 table th {
  background-color: #f5f5f8;
  font-weight: bold;
  width: 25%;
}

@media screen and (max-width: 767px) {

  .tbl-style01 table th,
  .tbl-style01 table td {
    font-size: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* --------------------------------------------------
 btn-style
-------------------------------------------------- */

@media screen and (min-width:1201px) {

  .btn-style a:hover,
  .btn-style button:hover {
    color: #fff;
  }

  .btn-style:hover a::after,
  .btn-style:hover button::after {
    background-color: #fff;
  }

  .btn-style:hover a::before,
  .btn-style:hover button::before {
    background: url(../img/common/arrow_right01_hover.png) no-repeat center center;
  }
}

.btn-style {
  max-width: 250px;
  margin: auto;
}

.btn-style a,
.btn-style button {
  background-color: transparent;
  text-decoration: none;
  display: block;
  max-width: 100%;
  width: 100%;
  margin: auto;
  padding: 10px 60px 10px 40px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  color: #2e69c8;
  border: 1px solid #2e69c8;
  transition: all 0.3s;
}

.btn-style a::before,
.btn-style button::before {
  content: "";
  background: url(../img/common/arrow_right01.png) no-repeat center center;
  background-size: 100% auto;
  width: 11px;
  height: 14px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  opacity: 1;
  transform: translateX(0);
}

.btn-style a.do-animate::before,
.btn-style button.do-animate::before {
  animation: doBtnArrow 0.8s;
}

.btn-style a.do-animate.no-first::before,
.btn-style button.do-animate.no-first::before {
  animation: none;
}

.btn-style a.is-hover.no-first::before,
.btn-style button.is-hover.no-first::before {
  animation: hoverBtnArrow 0.8s;
}

.btn-style a::after,
.btn-style button::after {
  content: "";
  background-color: #2e69c8;
  width: 27px;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 52px);
}

.btn-style a.do-animate::after,
.btn-style button.do-animate::after {
  animation: doBtnLine 0.8s;
}

.btn-style a.do-animate.no-first::after,
.btn-style button.do-animate.no-first::after {
  animation: none;
}

.btn-style a.is-hover.no-first::after,
.btn-style button.is-hover.no-first::after {
  animation: hoverBtnLine 0.8s;
}

.btn-style a.do-animate.no-first .txt01,
.btn-style button.do-animate.no-first .txt01 {
  animation: none;
}

@keyframes doBtnArrow {
  0% {
    right: 15px;
    opacity: 1;
  }

  50% {
    right: 15px;
    opacity: 0;
  }

  51% {
    right: 15px;
    opacity: 0;
  }

  100% {
    right: 15px;
    opacity: 1;
  }
}

@keyframes hoverBtnArrow {
  0% {
    right: 15px;
    opacity: 1;
  }

  50% {
    right: 15px;
    opacity: 0;
  }

  51% {
    right: 15px;
    opacity: 0;
  }

  100% {
    right: 15px;
    opacity: 1;
  }
}

@keyframes doBtnLine {
  0% {
    width: 27px;
    left: auto;
    right: 28px;
  }

  50% {
    width: 0px;
    left: auto;
    right: 28px;
  }

  51% {
    width: 0px;
    right: auto;
    left: calc(100% - 52px);
  }

  100% {
    width: 27px;
    right: auto;
    left: calc(100% - 52px);
  }
}

@keyframes hoverBtnLine {
  0% {
    width: 27px;
    left: auto;
    right: 28px;
  }

  50% {
    width: 0px;
    left: auto;
    right: 28px;
  }

  51% {
    width: 0px;
    right: auto;
    left: calc(100% - 52px);
  }

  100% {
    width: 27px;
    right: auto;
    left: calc(100% - 52px);
  }
}

@media screen and (max-width:1000px) {

  .btn-style a,
  .btn-style button {
    padding: 10px 50px 10px 40px;
  }
}

@media screen and (max-width:480px) {

  .btn-style a,
  .btn-style button {
    max-width: 250px;
    padding: 10px 40px;
  }

  .btn-style a::after,
  .btn-style button::after {
    opacity: 0;
  }
}

/* --------------------------------------------------
 bg-btn-common
-------------------------------------------------- */

@media screen and (min-width:1201px) {
  .bg-btn-common:hover {
    background-position: 0 0;
  }


  @keyframes bgBtn {

    0% {
      background-position: 100% 100%;
    }

    50% {
      background-position: 0 0;
      color: #fff;
    }

    /* 51% {
        background-position: 0 0;
        color: #fff;
    } */

    100% {
      background-position: 99% 0;
    }

  }
}

.bg-btn-common {
  background-position: 99% 0;
  background-size: 230% 100%;
  z-index: 1;
  background-image: -webkit-linear-gradient(45deg, #2e69c8 50%, rgba(0, 0, 0, 0) 0);
  background-image: -moz-linear-gradient(45deg, #2e69c8 50%, rgba(0, 0, 0, 0) 50%);
  background-image: -o-linear-gradient(45deg, #2e69c8 50%, rgba(0, 0, 0, 0) 50%);
  background-image: linear-gradient(35deg, #2e69c8 50%, rgba(0, 0, 0, 0) 0);
}

.bg-btn-common.do-animate {
  animation: bgBtn 1s;
}

/* --------------------------------------------------
 Text
-------------------------------------------------- */

.txt-underline {
  text-decoration: underline;
}

.txt-big {
  font-size: 115%;
}

.txt-small {
  font-size: 85%;
}

.txt-weight {
  font-weight: bold;
}

.txt-italic {
  font-style: italic;
}

.txt-inline-blc {
  text-align: left;
  display: inline-block;
}

/* --------------------------------------------------
 Standard blc
-------------------------------------------------- */

/* font size ---------------------- */

.font-phase01 {
  font-size: 126%;
}

@media screen and (max-width:480px) {
  .font-phase01 {
    font-size: 110%;
  }
}

/* display ---------------------- */

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* text alignment ---------------------- */

.text-center {
  text-align: center;
}

/* background color ---------------------- */

.bg-skyblue {
  background-color: #fbfbfe;
}

/* br ---------------------- */

@media screen and (min-width:481px) {
  .br-sp-480 {
    display: none;
  }
}

/* Clear fix --------------- */

.clear-fix:after {
  content: "";
  clear: both;
  display: block;
}

/* Clear --------------- */

.clear {
  clear: both;
}

/* Hide --------------- */

.hidden,
.hide {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.disnon {
  display: none;
}

@media screen and (max-width: 1000px) {

  /* Hide --------------- */
  .post.hidden {
    opacity: 1;
  }
}

.text-size-01 {
  font-size: 70%;
}

.text-size-02 {
  font-size: 80%;
}

.text-size-03 {
  font-size: 90%;
}

.text-size-04 {
  font-size: 100%;
}

.text-size-05 {
  font-size: 110%;
}

.text-size-06 {
  font-size: 120%;
}

.text-size-07 {
  font-size: 150%;
}