@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: YakuHanJP,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  background: #fafafa;
  padding: 0;
  margin: 0;
  font-size: 15px;
  top: 0 !important;
}

body p {
  margin: 0;
}

body a {
  text-decoration: none;
}

body div, body ul, body li, body a {
  box-sizing: border-box;
}

body dl {
  margin-top: 0;
}

body h1, body h2, body h3, body h4, body h5, body p, body a, body ul.li, body ol, body dl, body table {
  line-height: 1.5;
}

body h1, body h2, body h3, body h4, body h5 {
  font-weight: bold;
  margin: 10px 0;
}

body h1 {
  font-size: 2rem;
}

body h2 {
  font-size: 1.8rem;
}

body h3 {
  font-size: 1.6rem;
}

body h4 {
  font-size: 1.4rem;
}

body h5 {
  font-size: 1.2rem;
}

body div, body ul, body li, body a, body img, body input, body button, body dl, body dt, body dd, body footer {
  box-sizing: border-box;
}

body button {
  font-size: 15px;
  margin: 0;
  margin-top: 1rem;
  cursor: pointer;
}

body .icon-svg {
  width: 1.3rem;
  position: relative;
  top: 3px;
}

.skiptranslate {
  display: none;
}

#container {
  min-height: 90vh;
  background: #fafafa;
  /* 位置 */
  /* 色 */
  /* font */
}

#container .align-r {
  text-align: right;
}

#container .align-l {
  text-align: left;
}

#container .align-c {
  text-align: center;
}

#container .mx-auto {
  margin: auto;
}

#container .mt-3 {
  margin-top: 3rem !important;
}

#container .my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

#container .mb-0 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#container .mb-2 {
  margin-bottom: 2rem !important;
}

#container .px-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#container .p-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#container .bg-gry {
  background: #CED2D5;
}

#container .bg-wht {
  background: #fafafa;
}

#container .cl-wht {
  color: #fff;
}

#container .cl-gry {
  color: #CED2D5;
}

#container .text-red {
  font-weight: bold;
  color: #FF2A38;
}

#container .text-blu {
  color: #116cdb;
}

#container .en {
  font-family: "Yu Gothic","Meiryo", sans-serif;
}

main {
  /* top image */
  /* title */
  /* lint btn list */
  /* president msg */
  /* link area */
  /* size */
  /* area */
  /* label */
  /* menu-box */
  /* button */
  /* ** カテゴリ内ページリンク ** */
  /* ** 白ボタン ** */
  /* ** 青ボタン ** */
}

main a:hover {
  opacity: 0.8;
}

main p.emphasis {
  font-size: 16px;
  line-height: 1.7;
}

main p.text-break-all {
  word-break: break-all;
}

main .topimg {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}

main .topimg img {
  width: 100%;
  height: auto;
  max-width: 1900px;
  margin: auto;
}

main .topimg p {
  position: absolute;
  top: 25%;
  left: 15%;
  font-size: 5vw;
  font-weight: bold;
  color: #2946AE;
  text-shadow: 5px 5px 6px #fff, -3px -5px 6px #fff;
}

main .secTitle_1 {
  font-size: 2rem;
  padding: 3px;
}

main .secTitle_1::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 8px;
  left: 0;
  width: 5px;
  height: 2.6rem;
  background: #2946AE;
}

main .secTitle_1::after {
  content: "";
  display: block;
  position: relative;
  bottom: 0;
  left: 13px;
  width: calc(100% - 10px);
  height: 2px;
  background: #eee;
}

main .secTitle_1 span {
  font-size: 2.5rem;
  margin-left: 8px;
}

main .secTitle_2 {
  font-size: 1.2rem;
  border-left: 7px solid #1A6CD2;
  position: relative;
  padding: 3px 0 0 17px;
  color: #1A6CD2;
}

main .secTitle_2::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 7px;
  height: 100%;
  background: #FFB42B;
}

main .secTitle_2::after {
  content: "";
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #eee;
}

main .secTitle_2 span.en {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #DCDCDC;
  font-weight: normal;
  font-size: 1.3rem;
}

main .secTitle_2 span.en span {
  font-size: 1.5rem;
}

main .sub-secTitle {
  font-size: 1.2rem;
  position: relative;
  color: #1A6CD2;
  padding-left: 1.7rem;
  border-bottom: 1px solid #DADADA;
}

main .sub-secTitle::before {
  content: "－";
  display: inline-block;
  position: absolute;
  left: 0;
  top: -2px;
}

main .dev-top {
  padding: 2rem 0;
}

main .dev-top p {
  font-size: 1.1rem;
  font-weight: bold;
  /*color: #1C6ED5;*/
  color: #2946AE;
  text-shadow: 1px 2px 1px #c1d5ec;
}

main .linkbtn-title {
  font-size: 1.1rem;
  color: #1A6CD2;
  margin-top: 2rem;
  padding-left: 8px;
  border-bottom: 1px solid #DADADA;
}

main .p-message {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  margin: 0 0 1rem;
  padding: 10px;
}

main .p-message p {
  font-size: 14px;
  margin-bottom: 1.5rem;
  color: #252525;
}

main .p-message p strong {
  font-weight: bold;
  font-size: 14px;
}

main .p-message p .ul {
  text-decoration: underline;
}

main .link-page-area {
  margin: 1rem;
}

main .w-def {
  width: 100%;
  max-width: 1150px;
}

main .img-100 {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  padding: 1rem;
  margin: auto;
}

main .img-banner {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  padding: 0 0 1rem;
  margin: auto;
}

main .img-ext-link {
  vertical-align: middle;
  width: 55px;
  height: auto;
  padding: 0;
  margin: auto;
}

main .cont-area {
  padding: 1rem;
  height: calc(100% - 6rem - 20px);
}

main .cont-area .sub-sec:not(:first-of-type) {
  margin-top: 30px;
}

main .flex-area, main .flex-area-md {
  display: block;
}

main .flex-area .flex-1, main .flex-area-md .flex-1 {
  margin: 0 .5rem 2rem;
}

main .flex-area .flex-2, main .flex-area-md .flex-2 {
  margin: 0 .5rem 2rem;
}

main .flex-area .flex-3, main .flex-area-md .flex-3 {
  margin: 0 .5rem 2rem;
}

main .flex-area .fl-w-50, main .flex-area-md .fl-w-50 {
  width: calc(100% - 10px);
  padding: 0 5px;
}

main .flex-area .fl-w-25, main .flex-area-md .fl-w-25 {
  width: calc(100% - 10px);
  padding: 0 5px;
}

main .flex-item-bottom {
  align-items: end;
}

main .flex-item-center {
  align-items: center;
}

main .flex-item-stretch {
  align-items: stretch;
}

main .flex-wrap {
  flex-wrap: wrap;
}

main .flex-justify-between {
  justify-content: space-between;
}

main .flex-justify-center {
  justify-content: center;
}

main .grid-area {
  display: block;
}

main .lbl-jws {
  background: #2946AE;
  border-left: 10px solid #FFB42B;
  color: #fff;
  padding: 5px;
  text-align: center;
}

main .grid-area .menu-box {
  display: block;
  margin: 5px;
  margin-bottom: 0;
  padding: 5px;
}

main .grid-area .menu-box img {
  width: 100%;
  padding: 0;
}

main .grid-area .menu-box p {
  font-size: 1.3rem;
  font-weight: bold;
  color: #0C66D4;
  background: url("/assets/svg/ico_right_01.svg") no-repeat;
  background-size: 1.1rem;
  text-align: left;
  padding-left: 1.3rem;
  margin-bottom: 1rem;
  margin-left: 10px;
  line-height: 1.4;
}

main .grid-area .menu-box p span {
  display: inline-block;
  transform: scaleY(1.2);
}

main .grid-area.grd-2 .menu-box img {
  padding-bottom: 5px;
}

main .btn-link-area {
  display: block;
  text-align: center;
  padding: 11px 5px;
  margin: 1rem 0;
  font-size: 1.2rem;
  font-weight: bold;
  border: 2px solid #7296de;
  color: #414141;
  background: #e0e4ee;
}

main .btn-link-area:hover {
  text-decoration: none;
  border: 2px solid #7296de;
  background: #f9fbfa;
  color: #222222;
}

main .lkbtn-square {
  display: inline-block;
  background: #fff;
  border: 3px solid #1A6CD2;
  padding: 10px 5px 10px 0;
  text-align: center;
  width: 250px;
  color: #1A6CD2;
  font-weight: bold;
}

main .lkbtn-square::after {
  content: "";
  display: inline-block;
  background: url("/assets/images/nav_link2_blue.png") no-repeat;
  background-size: 16px;
  background-position: center;
  width: 1rem;
  height: 1rem;
  position: relative;
  left: 10px;
  top: 2px;
}

main .lkbtn-square:hover {
  background: #c6e0ff;
  color: #1A6CD2;
  border: 3px solid #1A6CD2;
}

main .lkbtn-square-blu {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 13px;
  outline: 3px solid #1A6CD1;
  border: 5px solid #fff;
  background: #1A6CD1;
  color: #fff;
  font-size: 1rem;
}

main .lkbtn-square-blu:hover {
  background: #4581ca;
  color: #fff;
}

.video-area {
  position: relative;
  width: 100%;
  max-width: 480px;
  text-align: center;
}

.video-area img {
  width: 100%;
  max-width: 480px;
  height: auto;
}

.video-area .cover-str {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: content-box;
  width: calc(100% - 56px);
  height: calc(100% - 56px);
  border: 3px solid #fff;
  margin: 15px;
  padding: 10px;
  display: table;
  text-align: center;
  background-color: rgba(37, 37, 37, 0.5);
}

.video-area .cover-str p {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 1.2rem;
}

.video-area .cover-str p span {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}

footer {
  position: static;
  bottom: 0;
  left: 0;
  background: #2946AE;
  width: 100%;
  padding: 1rem 1rem 2.6rem;
  margin-top: 30px;
}

footer a, footer p {
  color: #fff;
}

footer ul {
  padding-inline-start: 0;
  margin-top: 0;
}

footer ul li {
  list-style: none;
  font-size: 14px;
  line-height: 2;
}

footer .footer-nav .footer-nav-list {
  display: block;
}

footer .footer-nav .footer-nav-list:first-of-type {
  display: none;
}

footer .footer-nav .f-flex {
  display: flex;
  justify-content: space-between;
}

footer p.p-copy {
  font-size: 13px;
}

footer .chat {
  position: fixed;
  z-index: 1000;
  bottom: 0px;
  left: 0px;
  height: 400px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: none; /* 初期状態は非表示 */
}

footer .chat iframe {
  width: 100%;
  height: 100%;
}

footer .chatbot-close-btn{
  position: absolute;
  top: -7px;
  right: 5px;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  display: flex;
}
footer #toggle-chatbot-btn {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 100%;
  background: #FFB42B;
  padding: 20px;
  border: none;
  cursor: pointer;
  box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.1);
}
footer #toggle-chatbot-btn span::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 75px;
  background-image: url("/assets/images/chatbot_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
footer .hidden {
  display: none !important;
}
footer #pagetop {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 5px;
  bottom: -4rem;
  z-index: 100;
  background-image: url("/assets/svg/ico_pagetop.svg");
}

/* ** 小型スマホ以下 (※ここのみmax-width) ** */
@media screen and (max-width: 450px) {
  main .cont-area {
    padding: .5rem;
  }
  .video-area .cover-str p {
    font-size: 1rem;
  }
  .video-area .cover-str p span {
    font-size: 1.1rem;
  }
}

/*スマホ以上 CSS*/
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  main {
    /* president msg */
    /* title */
    /* link btn list */
    /* size */
  }
  main .flex-area {
    display: block;
  }
  main .flex-area .flex-1 {
    margin: 0 2rem 2rem;
  }
  main .flex-area .flex-2 {
    margin: 0 2rem 2rem;
  }
  main .flex-area .flex-3 {
    margin: 0 2rem 2rem;
  }
  main .flex-area-md {
    display: flex;
  }
  main .flex-area-md .flex-1 {
    flex: 1;
    margin: 0 1rem 1rem;
    max-width: 220px;
  }
  main .flex-area-md .flex-2 {
    flex: 2;
    margin: 0 1rem 1rem;
  }
  main .flex-area-md .flex-3 {
    flex: 3;
    margin: 0 1rem 1rem;
    max-width: 650px;
  }
  main .grid-area {
    display: grid;
  }
  main .grid-area.grd-2 {
    grid-template-columns: 1fr 1fr;
  }
  main .grid-area.grd-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  main .grid-area.grd-4 {
    grid-template-columns: 1fr 1fr;
  }
  main .p-message {
    width: 90%;
    margin: auto;
  }
  main .p-message p {
    font-size: 15px;
  }
  main .p-message p strong {
    font-weight: bold;
    font-size: 16px;
  }
  main .secTitle_2 {
    font-size: 1.5rem;
  }
  main .secTitle_2 span.en {
    font-size: 1.5rem;
  }
  main .secTitle_2 span.en span {
    font-size: 1.8rem;
  }
  main .sub-secTitle {
    font-size: 1.7rem;
  }
  main .dev-top p {
    font-size: 1.5rem;
  }
  main .linkbtn-title {
    font-size: 1.5rem;
  }
  main .ext-link-area {
    max-width: 90%;
    margin: 1rem auto 0;
  }
}

/*PC タブレット横以上 CSS*/
@media screen and (min-width: 992px) {
  body {
    font-size: 16px;
  }
  body button {
    font-size: 16px;
  }
  main {
    margin-top: 5px;
    /* title */
    /* president msg */
    /* size */
    /* button */
    /* 青ボタン */
  }
  main p.emphasis {
    font-size: 18px;
  }
  main .cont-area {
    padding: 1rem 1.5rem;
    margin-bottom: 20px;
  }
  main .cont-area:first-of-type {
    margin-top: 20px;
  }
  main .sub-sec {
    width: 90%;
    margin: auto;
  }
  main .grid-area {
    display: grid;
  }
  main .grid-area.grd-2 {
    grid-template-columns: 1fr 1fr;
  }
  main .grid-area.grd-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  main .grid-area.grd-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  main .flex-area {
    display: flex;
  }
  main .flex-area .flex-1 {
    flex: 1;
    margin: 0 2rem 1rem;
    max-width: 500px;
  }
  main .flex-area .flex-2 {
    flex: 2;
    margin: 0 2rem 1rem;
    max-width: 650px;
  }
  main .flex-area .flex-3 {
    flex: 3;
    margin: 0 2rem 1rem;
  }
  main .secTitle_2 {
    font-size: 2rem;
  }
  main .secTitle_2 span.en {
    font-size: 1.8rem;
  }
  main .secTitle_2 span.en span {
    font-size: 2rem;
  }
  main .p-message {
    margin: 0 auto 3rem;
  }
  main .p-message p {
    font-size: 17px;
  }
  main .p-message p strong {
    font-weight: bold;
    font-size: 18px;
  }
  main .img-banner {
    max-width: 400px;
  }
  main .ext-link-area {
    max-width: 400px;
  }
  main .btn-link-area {
    margin: 1rem 1rem;
  }
  main .lkbtn-square-blu {
    margin: 0;
    padding: 10px 15px;
  }
  footer {
    padding: 2rem 0 0;
  }
  footer .footer-nav .footer-nav-list {
    display: flex;
  }
  footer .footer-nav .footer-nav-list:first-of-type {
    display: flex;
  }
  footer .footer-nav .footer-nav-list:last-of-type {
    align-items: center;
    margin-top: 2.5rem;
  }
  footer .footer-nav .footer-nav-list .list-box {
    flex: auto;
    margin: 1rem 2rem;
  }
  footer .footer-nav .footer-nav-list .f-title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
  }
  footer .footer-nav .footer-nav-list a {
    color: #fff;
    font-size: inherit;
    font-weight: inherit;
  }
  footer .footer-nav .f-flex {
    max-width: 450px;
  }
  footer .chat {
    bottom: 80px;
  }
    footer #toggle-chatbot-btn {
    position: fixed;
    bottom: 80px;
    left: 20px;
    width: 246px;
    background: #FFB42B;
    text-align: right;
    padding: 10px 15px 10px 40px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }
  footer #pagetop {
    right: 2rem;
    bottom: -3rem;
  }
}
