@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  cursor: pointer;
}

strong {
  font-weight: bolder;
}

textarea {
  resize: vertical;
}

:root {
  --font_base: 16px/1.7 "YakuHanJP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}

:root {
  --default-black: #333;
  --default-white: #fff;
  --default-white-light: #fcf7f4;
  --default-blue: #0c1f6e;
  --default-blue-link: #1338cf;
  --default-blue-light: #d1d1f5;
  --default-blue-shadow: #d3d8fa;
  --default-blue-dark: #8466f0;
  --base-gray-default: #f2f2f2;
  --base-gray-light: #F4F6F8;
  --base-gray-pale: #e9f1f8;
  --base-gray-dark:#bdbdbd;
}

a[href^=https],
a[href^="mailto:"] {
  word-break: break-all;
}

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

a {
  color: var(--default-blue);
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media all and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

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

body.menu_active {
  height: 100vh;
  overflow: hidden;
}

#header {
  border-top: 5px solid var(--default-blue);
}
@media screen and (max-width: 767px) {
  #header {
    border-top: 3px solid var(--default-blue);
  }
}
#header .header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #header .header_wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#header .header_wrap .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
  min-width: 322px;
  padding: 25px 0 18px 0;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #header .header_wrap .title {
    padding: 13px 0 16px 10px;
    margin-right: 0px;
  }
}
#header .header_wrap .title a {
  display: block;
  width: calc(100% - 90px);
  max-width: 470px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  #header .header_wrap .title a {
    width: calc(100% - 20px);
    margin: 0 auto 0 0;
  }
}
#header .header_wrap .title img {
  width: 100%;
}
#header .header_wrap .header_nav {
  background-color: #f0f1f9;
  padding: 25px 90px 18px 20px;
  max-width: 70%;
}
@media screen and (max-width: 767px) {
  #header .header_wrap .header_nav {
    display: none;
  }
}
#header .header_wrap .header_nav .nav_h_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header .header_wrap .header_nav .nav_h_list a {
  color: #000000;
}
#header .header_wrap .header_nav .subnav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
}
#header .header_wrap .header_nav .subnav .link_subn {
  border-bottom: 1px solid #000;
}
#header .header_wrap .header_nav .subnav .lang {
  margin-left: 38px;
  padding: 4px;
  background-color: var(--default-blue);
}
#header .header_wrap .header_nav .subnav .lang a {
  display: inline-block;
  color: var(--default-white);
  font-size: 0.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .header_wrap .header_nav .subnav .lang a:hover {
  color: #000;
  background-color: var(--default-white);
}
#header .header_wrap .header_nav .subnav .lang .lang_active {
  color: #000;
  background-color: var(--default-white);
  pointer-events: none;
  cursor: default;
}
#header .header_wrap .header_nav .subnav .lang .l_ja {
  padding: 2px 16px;
}
#header .header_wrap .header_nav .subnav .lang .l_en {
  padding: 2px 12px;
}
#header .header_wrap .header_nav .mainnav {
  margin-top: 16px;
  font-size: 1rem;
}
#header .header_wrap .header_nav .mainnav li {
  margin-right: 33px;
}
#header .header_wrap .header_nav .mainnav li:last-child {
  margin-right: 0px;
}
#header .header_wrap .header_nav .mainnav a {
  position: relative;
}
#header .header_wrap .header_nav .mainnav a:after {
  display: block;
  content: "";
  position: absolute;
  background-color: #000;
  width: 0px;
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .header_wrap .header_nav .mainnav a:hover:after {
  width: 100%;
}
#header .header_wrap .header_sp_nav {
  display: none;
}
@media screen and (max-width: 767px) {
  #header .header_wrap .header_sp_nav {
    display: block;
    width: 49px;
    height: 42px;
    background-color: var(--default-blue);
    position: fixed;
    right: 0;
    z-index: 999;
  }
  #header .header_wrap .header_sp_nav span {
    display: block;
    position: relative;
    height: 1px;
    background-color: #fff;
    left: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header .header_wrap .header_sp_nav span:before {
    display: block;
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    top: 0;
    left: -4px;
  }
  #header .header_wrap .header_sp_nav span:nth-child(1) {
    top: 12px;
    width: 14px;
  }
  #header .header_wrap .header_sp_nav span:nth-child(2) {
    top: 20px;
    width: 22px;
  }
  #header .header_wrap .header_sp_nav span:nth-child(3) {
    top: 28px;
    width: 18px;
  }
}
#header .header_wrap .header_sp_nav.sp_open {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #header .header_wrap .header_sp_nav.sp_open span:nth-child(1) {
    width: 28px;
    top: 19px;
    left: 11px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  #header .header_wrap .header_sp_nav.sp_open span:nth-child(1):before {
    display: none;
  }
  #header .header_wrap .header_sp_nav.sp_open span:nth-child(2) {
    -webkit-transform: translateX(120px);
            transform: translateX(120px);
  }
  #header .header_wrap .header_sp_nav.sp_open span:nth-child(2):before {
    display: none;
  }
  #header .header_wrap .header_sp_nav.sp_open span:nth-child(3) {
    width: 28px;
    top: 17.5px;
    left: 11px;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  #header .header_wrap .header_sp_nav.sp_open span:nth-child(3):before {
    display: none;
  }
}
#header .header_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #header .header_sp {
    width: 100vw;
    height: 100vh;
    background-color: rgba(12, 31, 110, 0.9);
    position: fixed;
    top: auto;
    top: 0px;
    overflow-y: scroll;
    z-index: 998;
    padding-bottom: 100px;
  }
  #header .header_sp .title {
    background-color: #fff;
    padding: 13px 69px 16px 10px;
  }
  #header .header_sp .title a img {
    width: 100%;
  }
  #header .header_sp .header_sp_menu li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 1.1875rem;
    padding: 30px 48px 30px 20px;
  }
  #header .header_sp .header_sp_menu li a:before {
    display: block;
    position: absolute;
    content: "";
    width: 20px;
    height: 13px;
    background: url(../common/ico_arrow_01_white.png) no-repeat top right/contain;
    top: 50%;
    margin-top: -6.5px;
    right: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header .header_sp .header_sp_menu li a:hover:before {
    right: 17px;
  }
  #header .header_sp .link_sub_sp {
    display: inline-block;
    color: #fff;
    font-size: 1.0625rem;
    margin: 30px 48px 45px 20px;
    border-bottom: 1px solid #fff;
  }
  #header .header_sp .linkbtn_home {
    width: 100%;
    padding: 0 20px;
  }
  #header .header_sp .linkbtn_home a {
    display: block;
    text-align: center;
    background-color: #fff;
    color: var(--default-blue);
    border: 1px solid var(--default-blue);
    padding: 20px 0;
    font-size: 1rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header .header_sp .linkbtn_home a:hover {
    background-color: var(--default-blue);
    color: #fff;
    border: 1px solid #fff;
  }
  #header .header_sp .lang_sp {
    width: 215px;
    margin: 33px auto;
    border: 1px solid #a3a3a3;
  }
  #header .header_sp .lang_sp .lang {
    padding: 4px;
    background-color: var(--default-blue);
  }
  #header .header_sp .lang_sp .lang a {
    display: inline-block;
    color: var(--default-white);
    font-size: 0.9375rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header .header_sp .lang_sp .lang a:hover {
    color: #000;
    background-color: var(--default-white);
  }
  #header .header_sp .lang_sp .lang .lang_active {
    color: #000;
    background-color: var(--default-white);
  }
  #header .header_sp .lang_sp .lang .l_ja {
    padding: 9px 21px;
  }
  #header .header_sp .lang_sp .lang .l_en {
    padding: 9px 15px;
  }
}

#footer {
  border-top: solid 1px #061b4b;
  padding-top: 50px;
  -webkit-box-shadow: 0 0 40px #d3d8fa;
          box-shadow: 0 0 40px #d3d8fa;
  background-color: #f4f4f4;
}
@media screen and (max-width: 767px) {
  #footer {
    padding-top: 30px;
  }
}
#footer .footer_wrap {
  width: 100%;
}
#footer .footer_wrap .footer_body {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media all and (min-width: 768px) {
  #footer .footer_wrap .footer_body .footer_head {
    width: 380px;
  }
}
#footer .footer_wrap .footer_body .h3_footer {
  display: inline;
  position: relative;
  font-size: 2rem;
  color: var(--default-blue);
  line-height: 53px;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_body .h3_footer {
    display: block;
    font-size: 1.5625rem;
  }
}
#footer .footer_wrap .footer_body .h3_footer strong {
  position: relative;
}
#footer .footer_wrap .footer_body .h3_footer strong:before {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--default-blue);
  border-radius: 100px;
  top: 7px;
  left: 0px;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_body .h3_footer strong:before {
    top: 0px;
    left: -4px;
  }
}
#footer .footer_wrap .footer_body .h3_footer .logo_footer {
  display: none;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_body .h3_footer .logo_footer {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_body {
    display: block;
    padding: 0 20px;
  }
}
#footer .footer_wrap .footer_body .contact {
  position: relative;
}
#footer .footer_wrap .footer_body .contact h4 {
  font-size: 1.375rem;
  color: var(--default-black);
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_body .contact h4 {
    background: url("../common/pic_logo.png") no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 16.43%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
  }
}
@media all and (min-width: 768px) {
  #footer .footer_wrap .footer_body .contact {
    margin-right: 20px;
    padding-left: 50px;
    font-size: 1.0625rem;
    border-left: 1px solid var(--default-blue);
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_body .contact {
    font-size: 0.9375rem;
    padding-right: 0px;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_body .contact .tel {
    text-decoration: underline;
  }
}
#footer .footer_wrap .footer_body .contact .fax {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_body .contact .fax {
    display: block;
    margin-left: 0px;
  }
}
#footer .footer_wrap .footer_body .contact .mail_txt {
  display: block;
  margin-top: 20px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_body .contact .mail_txt {
    margin-top: 0px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_body .access {
    margin-left: 0px;
  }
}
#footer .footer_wrap .footer_body .access p {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_body .access p {
    margin-top: 15px;
    font-size: 0.9375rem;
  }
}
#footer .footer_wrap .footer_body .access .linkbtn_wrap .linkbtn {
  position: relative;
  display: block;
  margin-top: 20px;
  text-align: center;
  border: 1px solid var(--default-blue);
  background-color: #edeffb;
  border-radius: 100px;
  font-size: 1.0625rem;
  padding: 18px 50px 20px;
  color: #061b4b;
  -webkit-box-shadow: 2px 2px 0px #b9bdd9;
          box-shadow: 2px 2px 0px #b9bdd9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 350px;
}
#footer .footer_wrap .footer_body .access .linkbtn_wrap .linkbtn:before {
  display: block;
  position: absolute;
  content: "";
  width: 20px;
  height: 12px;
  background: url(../common/ico_arrow_01.png) no-repeat top right/contain;
  top: 50%;
  margin-top: -6px;
  right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_body .access .linkbtn_wrap .linkbtn {
    width: 100%;
    margin-top: 30px;
    font-size: 1rem;
  }
}
#footer .footer_wrap .footer_body .access .linkbtn_wrap .linkbtn:hover {
  background-color: #cacfeb;
}
#footer .footer_wrap .footer_nav {
  margin-top: 48px;
  background: -webkit-gradient(linear, right top, left top, color-stop(49%, #e0ddf6), to(#efecfc));
  background: linear-gradient(to left, #e0ddf6 49%, #efecfc);
  padding: 0 90px;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_nav {
    margin-top: 45px;
    padding: 0px;
  }
}
#footer .footer_wrap .footer_nav .nav_f_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0 22px;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_nav .nav_f_list {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footer .footer_wrap .footer_nav .nav_f_list li {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_nav .nav_f_list li {
    margin-right: 0px;
  }
}
#footer .footer_wrap .footer_nav .nav_f_list li:last-child {
  margin-right: 0px;
}
#footer .footer_wrap .footer_nav .nav_f_list a {
  position: relative;
  font-size: 1.0625rem;
  color: #000;
}
#footer .footer_wrap .footer_nav .nav_f_list a:after {
  display: block;
  content: "";
  position: absolute;
  background-color: #000;
  width: 0px;
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_nav .nav_f_list a {
    position: relative;
    display: block;
    padding: 22px 50px 20px 20px;
    border-bottom: 2px solid #f1f1f4;
  }
  #footer .footer_wrap .footer_nav .nav_f_list a:before {
    display: block;
    position: absolute;
    content: "";
    width: 20px;
    height: 12px;
    background: url(../common/ico_arrow_01.png) no-repeat top right/contain;
    top: 50%;
    margin-top: -6px;
    right: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
#footer .footer_wrap .footer_nav .nav_f_list a:hover:after {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_nav .nav_f_list a:hover:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_nav .nav_f_list a:hover:before {
    right: 25px;
  }
}
#footer .footer_wrap .footer_copy {
  background-color: #000;
  color: #fff;
  padding: 50px 90px;
  text-align: center;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_copy {
    padding: 20px;
  }
}
#footer .footer_wrap .footer_copy span {
  display: block;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_copy span {
    font-size: 1rem;
  }
}
#footer .footer_wrap .footer_copy small {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .footer_copy small {
    font-size: 0.625rem;
  }
}
#footer .footer_wrap .l-footer_banner_inner {
  background: -webkit-gradient(linear, right top, left top, color-stop(49%, #e0ddf6), to(#efecfc));
  background: linear-gradient(to left, #e0ddf6 49%, #efecfc);
}
#footer .footer_wrap .l-footer_banner_inner ul {
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .l-footer_banner_inner ul {
    max-width: none;
    width: 100%;
    padding: 10px 10px 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#footer .footer_wrap .l-footer_banner_inner ul li {
  margin-right: 10px;
  margin-top: 10px;
  width: calc(25% - 7.5px);
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .l-footer_banner_inner ul li {
    width: calc(50% - 5px);
  }
}
#footer .footer_wrap .l-footer_banner_inner ul li a {
  display: block;
}
#footer .footer_wrap .l-footer_banner_inner ul li:nth-child(4n) {
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  #footer .footer_wrap .l-footer_banner_inner ul li:nth-child(2n) {
    margin-right: 0px;
  }
}

body {
  font: var(--font_base);
  color: var(--default-black);
  background: #fff;
}

html, body {
  height: 100%;
}

body > footer {
  position: sticky;
  top: 100vh;
}

@media all and (min-width: 768px) {
  body {
    min-width: 1020px;
  }
}

.mainCont-inner {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mainCont-inner {
    width: 92vw;
    margin-top: 20px;
  }
}
@media all and (min-width: 768px) {
  .mainCont-inner {
    width: 1020px;
    margin-top: 20px;
  }
}
@media all and (min-width: 768px) {
  .mainCont-inner.form {
    width: 950px;
  }
}

.c-title {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.625rem;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .c-title {
    font-size: 2.1875rem;
    margin-bottom: 20px;
  }
}

.text_center,
.text_center_Pc,
.text_center_Sp {
  text-align: center;
}

.c-btn,
.c-btn a {
  text-decoration: none;
  cursor: pointer;
}

.c-btn_primary {
  display: block;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .mt10_Sp {
    margin-top: 10px;
  }
  .mt15_Sp {
    margin-top: 15px;
  }
  .mt20_Sp {
    margin-top: 20px;
  }
  .mt30_Sp {
    margin-top: 30px;
  }
  .mt40_Sp {
    margin-top: 40px;
  }
  .mt50_Sp {
    margin-top: 50px;
  }
}
@media all and (min-width: 768px) {
  .mt10_Pc {
    margin-top: 10px;
  }
  .mt15_Pc {
    margin-top: 15px;
  }
  .mt20_Pc {
    margin-top: 20px;
  }
  .mt30_Pc {
    margin-top: 30px;
  }
  .mt40_Pc {
    margin-top: 40px;
  }
  .mt50_Pc {
    margin-top: 50px;
  }
}
.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .mb10_Sp {
    margin-bottom: 10px;
  }
  .mb15_Sp {
    margin-bottom: 15px;
  }
  .mb20_Sp {
    margin-bottom: 20px;
  }
  .mb30_Sp {
    margin-bottom: 30px;
  }
  .mb40_Sp {
    margin-bottom: 40px;
  }
  .mb50_Sp {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 768px) {
  .mb10_Pc {
    margin-bottom: 10px;
  }
  .mb15_Pc {
    margin-bottom: 15px;
  }
  .mb20_Pc {
    margin-bottom: 20px;
  }
  .mb30_Pc {
    margin-bottom: 30px;
  }
  .mb40_Pc {
    margin-bottom: 40px;
  }
  .mb50_Pc {
    margin-bottom: 50px;
  }
}
.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .mr10_Sp {
    margin-right: 10px;
  }
  .mr15_Sp {
    margin-right: 15px;
  }
  .mr20_Sp {
    margin-right: 20px;
  }
  .mr30_Sp {
    margin-right: 30px;
  }
  .mr40_Sp {
    margin-right: 40px;
  }
  .mr50_Sp {
    margin-right: 50px;
  }
}
@media all and (min-width: 768px) {
  .mr10_Pc {
    margin-right: 10px;
  }
  .mr15_Pc {
    margin-right: 15px;
  }
  .mr20_Pc {
    margin-right: 20px;
  }
  .mr30_Pc {
    margin-right: 30px;
  }
  .mr40_Pc {
    margin-right: 40px;
  }
  .mr50_Pc {
    margin-right: 50px;
  }
}
.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .ml10_Sp {
    margin-left: 10px;
  }
  .ml15_Sp {
    margin-left: 15px;
  }
  .ml20_Sp {
    margin-left: 20px;
  }
  .ml30_Sp {
    margin-left: 30px;
  }
  .ml40_Sp {
    margin-left: 40px;
  }
  .ml50_Sp {
    margin-left: 50px;
  }
}
@media all and (min-width: 768px) {
  .ml10_Pc {
    margin-left: 10px;
  }
  .ml15_Pc {
    margin-left: 15px;
  }
  .ml20_Pc {
    margin-left: 20px;
  }
  .ml30_Pc {
    margin-left: 30px;
  }
  .ml40_Pc {
    margin-left: 40px;
  }
  .ml50_Pc {
    margin-left: 50px;
  }
}
.w50 {
  width: 50px;
}

.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w120 {
  width: 120px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w180 {
  width: 180px;
}

.w200 {
  width: 200px;
}

.w220 {
  width: 220px;
}

.w250 {
  width: 250px !important;
}

.w280 {
  width: 280px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w30per {
  width: 30%;
}

.w50per {
  width: 50%;
}

.w60per {
  width: 60%;
}

.w70per {
  width: 70%;
}

.w80per {
  width: 80%;
}

.w100per {
  width: 100%;
}

@media all and (min-width: 768px) {
  .w50_Pc {
    width: 50px;
  }
  .w80_Pc {
    width: 80px;
  }
  .w100_Pc {
    width: 100px;
  }
  .w120_Pc {
    width: 120px;
  }
  .w150_Pc {
    width: 150px;
  }
  .w160_Pc {
    width: 160px;
  }
  .w180_Pc {
    width: 180px;
  }
  .w200_Pc {
    width: 200px;
  }
  .w220_Pc {
    width: 220px;
  }
  .w250_Pc {
    width: 250px;
  }
  　.w280_Pc {
    width: 280px;
  }
  .w300_Pc {
    width: 300px;
  }
  .w350_Pc {
    width: 350px;
  }
  .w400_Pc {
    width: 400px;
  }
  .w430_Pc {
    width: 430px;
  }
  .w450_Pc {
    width: 450px;
  }
  .w500_Pc {
    width: 500px;
  }
  .w850_Pc {
    width: 850px;
  }
  .w900_Pc {
    width: 900px;
  }
  .w30per_Pc {
    width: 30%;
  }
  .w50per_Pc {
    width: 50%;
  }
  .w60per_Pc {
    width: 60%;
  }
  .w70per_Pc {
    width: 70%;
  }
  .w80per_Pc {
    width: 80%;
  }
  .w100per_Pc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .w50_Sp {
    width: 50px;
  }
  .w80_Sp {
    width: 80px;
  }
  .w100_Sp {
    width: 100px;
  }
  .w120_Sp {
    width: 120px;
  }
  .w150_Sp {
    width: 150px;
  }
  .w160_Sp {
    width: 160px;
  }
  .w180_Sp {
    width: 180px;
  }
  .w200_Sp {
    width: 200px;
  }
  .w220_Sp {
    width: 220px;
  }
  .w250_Sp {
    width: 250px;
  }
  .w280_Sp {
    width: 280px;
  }
  .w300_Sp {
    width: 300px;
  }
  .w350_Sp {
    width: 350px;
  }
  .w400_Sp {
    width: 400px;
  }
  .w450_Sp {
    width: 450px;
  }
  .w500_Sp {
    width: 500px;
  }
  .w30per_Sp {
    width: 30%;
  }
  .w50per_Sp {
    width: 50%;
  }
  .w60per_Sp {
    width: 60%;
  }
  .w70per_Sp {
    width: 70%;
  }
  .w80per_Sp {
    width: 80%;
  }
  .w100per_Sp {
    width: 100%;
  }
}
.color_red_default {
  color: var(--default-red);
}

.color_blue_default {
  color: var(--default-blue);
}

.foS10 {
  font-size: 0.625rem;
  line-height: 1.4;
}

.foS11 {
  font-size: 0.6875rem;
  line-height: 1.4;
}

.foS12 {
  font-size: 0.75rem;
  line-height: 1.4;
}

.foS13 {
  font-size: 0.8125rem;
  line-height: 1.6;
}

.foS14 {
  font-size: 0.875rem;
  line-height: 1.6;
}

.foS15 {
  font-size: 0.9375rem;
}

.foM16 {
  font-size: 1rem;
}

.foL17 {
  font-size: 1.0625rem;
}

.foL18 {
  font-size: 1.125rem;
}

.foL19 {
  font-size: 1.1875rem;
  line-height: 1.6;
}

.foL20 {
  font-size: 1.25rem;
  line-height: 1.6;
}

.foL21 {
  font-size: 1.3125rem;
  line-height: 1.6;
}

.foL22 {
  font-size: 1.375rem;
  line-height: 1.5;
}

.foL24 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.foL26 {
  font-size: 1.625rem;
  line-height: 1.5;
}

.foL28 {
  font-size: 1.75rem;
  line-height: 1.5;
}

.foL30 {
  font-size: 1.875rem;
  line-height: 1.5;
}

.foL32 {
  font-size: 2rem;
  line-height: 1.4;
}

.foL34 {
  font-size: 2.125rem;
  line-height: 1.4;
}

.foL36 {
  font-size: 2.25rem;
  line-height: 1.4;
}

.foL38 {
  font-size: 2.375rem;
  line-height: 1.4;
}

.foL40 {
  font-size: 2.5rem;
  line-height: 1.4;
}

.foL44 {
  font-size: 2.75rem;
  line-height: 1.4;
}

.foL48 {
  font-size: 3rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .foS10_Sp {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Sp {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Sp {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Sp {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Sp {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .foS15_Sp {
    font-size: 0.9375rem;
  }
  .foM16_Sp {
    font-size: 1rem;
  }
  .foL17_Sp {
    font-size: 1.0625rem;
  }
  .foL18_Sp {
    font-size: 1.125rem;
  }
  .foL19_Sp {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Sp {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Sp {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Sp {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Sp {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Sp {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Sp {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Sp {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Sp {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Sp {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Sp {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Sp {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Sp {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Sp {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Sp {
    font-size: 3rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 768px) {
  .foS10_Pc {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Pc {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Pc {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Pc {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Pc {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .foS15_Pc {
    font-size: 0.9375rem;
  }
  .foM16_Pc {
    font-size: 1rem;
  }
  .foL17_Pc {
    font-size: 1.0625rem;
  }
  .foL18_Pc {
    font-size: 1.125rem;
  }
  .foL19_Pc {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Pc {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Pc {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Pc {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Pc {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Pc {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Pc {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Pc {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Pc {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Pc {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Pc {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Pc {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Pc {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Pc {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Pc {
    font-size: 3rem;
    line-height: 1.4;
  }
}
.asterisk-16 {
  padding-left: 1rem;
}

.asterisk-16::before {
  content: "※";
  margin-left: -1rem;
}

.asterisk-15 {
  padding-left: 0.9375rem;
}

.asterisk-15::before {
  content: "※";
  margin-left: -0.9375rem;
}

.asterisk-14 {
  padding-left: 0.875rem;
}

.asterisk-14::before {
  content: "※";
  margin-left: -0.875rem;
}

.cke_editable {
  min-width: auto;
  height: auto;
  padding: 20px;
  padding-bottom: 0px;
}

/* ==========================================================================
サマリー
========================================================================== */
.pagesummary {
  background-color: #f7f7f7;
  margin-bottom: 40px;
  padding: 8px 25px;
}
.pagesummary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 23px 28px;
  margin-left: 0px !important;
}
@media screen and (max-width: 767px) {
  .pagesummary ul {
    padding: 20px 10px;
  }
}
.pagesummary ul li {
  position: relative;
  margin-left: 36px;
}
.pagesummary ul li:before {
  position: relative;
  width: 1px !important;
  height: 10px !important;
  border-radius: 0px !important;
  margin: 0px !important;
  background-color: #000;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  top: 0;
  right: 20px;
}
.pagesummary ul li a {
  color: #061b4b;
}
@media screen and (max-width: 767px) {
  .pagesummary ul li a {
    font-size: 0.875rem;
    text-decoration: none;
  }
}
.pagesummary ul li:first-child {
  margin-left: 0px;
}
.pagesummary ul li:first-child:before {
  display: none;
}

/* ==========================================================================
見出し
========================================================================== */
/*------------------------------------------------------------　h2見出し　*/
.h2_title01 {
  position: relative;
  margin: 0px 0 20px;
  padding: 0 0 6px 15px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .h2_title01 {
    font-size: 1.3125rem;
  }
}
.h2_title01 span {
  position: relative;
  display: inline-block;
}
.h2_title01:before {
  display: block;
  content: "";
  position: absolute;
  width: 5px;
  height: calc(100% - 17px);
  background-color: #2c48c0;
  top: 7px;
  left: 0px;
}
/*------------------------------------------------------------　h3見出し　*/
.h3_title01 {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 1.4375rem;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .h3_title01 {
    font-size: 1.25rem;
  }
}
.h3_title01:before {
  display: block;
  content: "";
  position: absolute;
  width: 5.8px;
  height: 5.8px;
  background-color: #061b4b;
  border-radius: 25px;
  bottom: -3px;
  left: 0;
}
.h3_title01:after {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: 1px;
  background-color: #061b4b;
  bottom: 0;
  left: 8px;
}

/* 見出し END  =============================================================== */
.edit-area {
  letter-spacing: 0.02em;
  line-height: 1.8;
}

/* ==========================================================================
ボタン・リンク・SNS
========================================================================== */
.edit-area a,
.cke_editable a {
  color: var(--default-blue-link);
}
.edit-area a:hover,
.cke_editable a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .edit-area a,
  .cke_editable a {
    text-decoration: underline;
  }
}

.edit-area .link_btn,
.cke_editable .link_btn {
  position: relative;
  font-size: 0.9375rem;
  display: inline-block;
  padding: 10px 49px 11px 31px;
  border: 1px solid #061b4b;
  background-color: #fcf7f4;
  border-radius: 75px;
  margin-bottom: 20px;
  color: #061b4b;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .edit-area .link_btn,
  .cke_editable .link_btn {
    width: 100%;
    text-align: center;
    padding: 11px 40px 12px 10px;
  }
}

.edit-area .link_btn:hover:before,
.cke_editable .link_btn:hover:before {
  right: 20px;
}

.edit-area .link_btn:before,
.cke_editable .link_btn:before {
  display: block;
  position: absolute;
  content: "";
  width: 15px;
  height: 10px;
  background: url(../common/ico_arrow_01.png) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -5px;
  right: 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.edit-area .a_ico_blank a,
.cke_editable .a_ico_blank a {
  position: relative;
  text-decoration: none;
  color: var(--default-black) !important;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.edit-area .a_ico_blank a:after,
.cke_editable .a_ico_blank a:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  width: 11px;
  height: 15px;
  background: url("../common/ico_external_link.svg") no-repeat 0 0;
  background-size: 11px auto;
}
.edit-area .a_ico_blank a:hover,
.cke_editable .a_ico_blank a:hover {
  text-decoration: underline;
  color: var(--default-blue-dark) !important;
}

/*------------------------------------------------------ ボタンカラー*/
/* サブ */
.edit-area .link_btn.link_btn-secondary,
.cke_editable .link_btn.link_btn-secondary {
  background-color: #0c1f6e;
  color: #fff;
}

.edit-area .link_btn.link_btn-secondary:hover:before,
.cke_editable .link_btn.link_btn-secondary:hover:before {
  right: 20px;
}

.edit-area .link_btn.link_btn-secondary:before,
.cke_editable .link_btn.link_btn-secondary:before {
  display: block;
  position: absolute;
  content: "";
  width: 15px;
  height: 10px;
  background: url(../common/ico_arrow_01_white.png) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -5px;
  right: 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* サブ03 */
.edit-area .link_btn.link_btn-dark,
.cke_editable .link_btn.link_btn-dark {
  background-color: #efefef;
}

.link_btn.link_btn-dark,
.link_btn.link_btn-dark {
  border: 1px solid #a5a5a5;
}

.edit-area .link_btn.link_btn-dark:hover:before,
.cke_editable .link_btn.link_btn-dark:hover:before {
  right: 20px;
}

/*------------------------------------------------------ ボタンサイズ*/
/* 大 */
.edit-area .link_btn.link_btn-large,
.cke_editable .link_btn.link_btn-large {
  font-size: 1.25rem;
  display: block;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .edit-area .link_btn.link_btn-large,
  .cke_editable .link_btn.link_btn-large {
    font-size: 1.125rem;
  }
}

.link_btn.link_btn-large,
.link_btn.link_btn-large {
  font-size: 1.25rem;
  display: block;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .link_btn.link_btn-large,
  .link_btn.link_btn-large {
    font-size: 1.125rem;
  }
}

/* 小 */
.edit-area .link_btn.link_btn-small,
.cke_editable .link_btn.link_btn-small {
  font-size: 0.75rem;
}

.link_btn.link_btn-small,
.link_btn.link_btn-small {
  font-size: 0.75rem;
}

.edit-area .link_btn.link_btn-small:before,
.cke_editable .link_btn.link_btn-small:before {
  background: url(../common/ico_arrow_01.png) no-repeat;
  background-size: contain;
}

.edit-area .link_btn.link_btn-secondary.link_btn-small:before,
.cke_editable .link_btn.link_btn-secondary.link_btn-small:before {
  background: url(../common/ico_arrow_01_white.png) no-repeat;
  background-size: contain;
}

/*管理画面用リンクボタン*/
/* ------------------------------PDFマーク */
.txtLink01-pdf {
  padding-left: 30px;
  background: url(../common/ico_pdf01.png) no-repeat left center;
  background-size: 19px auto;
}

/* ------------------------------ダウンロードマーク */
.txtLink01-dl {
  padding-left: 30px;
  background: url(../common/ico_dl01.png) no-repeat left center;
  background-size: 19px auto;
}

/* ------------------------------WORDマーク */
.txtLink01-word {
  padding-left: 30px;
  background: url(../common/ico_word01.png) no-repeat left center;
  background-size: 19px auto;
}

/* ------------------------------EXCELマーク */
.txtLink01-excel {
  padding-left: 30px;
  background: url(../common/ico_excel01.png) no-repeat left center;
  background-size: 19px auto;
}

/* ------------------------------PowerPointマーク */
.txtLink01-power {
  padding-left: 30px;
  background: url(../common/ico_power01.png) no-repeat left center;
  background-size: 19px auto;
}

/* ボタン・リンク END  =============================================================== */
/* ==========================================================================
リスト
========================================================================== */
.edit-area ol,
.edit-area ul,
.cke_editable ol,
.cke_editable ul,
#cboxLoadedContent ol,
#cboxLoadedContent ul {
  position: relative;
}

.edit-area ol,
.cke_editable ol,
#cboxLoadedContent ol {
  margin-left: 20px;
}
.edit-area ol li,
.cke_editable ol li,
#cboxLoadedContent ol li {
  list-style-type: decimal;
  margin-bottom: 4px;
}

.edit-area ul,
.cke_editable ul,
#cboxLoadedContent ul {
  list-style: none !important;
  padding: 0 !important;
  margin-left: 0 !important;
}
.edit-area ul li,
.cke_editable ul li,
#cboxLoadedContent ul li {
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 6px;
  list-style: none !important;
}
.edit-area ul li:before,
.cke_editable ul li:before,
#cboxLoadedContent ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background: var(--default-black);
  border-radius: 50%;
  position: relative;
  top: -4px;
  margin-left: 3px;
  margin-right: 9px;
}

ul.list_mark li {
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 6px;
}
ul.list_mark li:before {
  content: "";
  width: 9px !important;
  height: 9px !important;
  display: inline-block;
  background: var(--default-blue) !important;
  border-radius: 50%;
  position: relative;
  top: -1px !important;
  margin-left: 0px !important;
  margin-right: 8px !important;
}
ul.list_mark.blue li:before {
  background: var(--default-blue-dark) !important;
}

/* リスト END  =============================================================== */
/* ==========================================================================
テーブル※適宜変更してください。
========================================================================== */
.cke_editable table,
table {
  border-collapse: collapse;
}

.cke_editable table th,
.edit-area table th {
  background: #d5d5d5;
}

.cke_editable table td,
.cke_editable table th,
.edit-area table td,
.edit-area table th {
  padding: 10px;
  border: 1px solid #d5d5d5;
}

/* テーブル END  =============================================================== */
/* 右寄せ 左寄せ  =============================================================== */
.float_R {
  float: right;
}

.float_L {
  float: left;
}

@media all and (min-width: 768px) {
  .float_R_Pc {
    float: right;
  }
  .float_L_Pc {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .edit-area img.float_R_Pc,
  .edit-area img.float_L_Pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .float_R_Sp {
    float: right;
  }
  .float_L_Sp {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .edit-area .float-all .float_R img,
  .cke_editable .float-all .float_R img {
    width: 32vw !important;
  }
}
@media all and (min-width: 768px) {
  .edit-area .float-all .float_R img,
  .cke_editable .float-all .float_R img {
    max-width: 280px !important;
  }
}

@media all and (min-width: 768px) and (min-width: 768px) {
  .edit-area .clearfix figure.float_L_Pc.mr20_Pc.mb10_Pc img,
  .cke_editable .clearfix figure.float_L_Pc.mr20_Pc.mb10_Pc img {
    max-width: 280px !important;
  }
}

/* 右寄せ 左寄せ  =============================================================== */
/* ==========================================================================
　画像
========================================================================== */
.cke_editable img,
img {
  max-width: 100%;
  height: auto !important;
  vertical-align: bottom;
}

.cke_editable img,
.edit-area img {
  display: inline !important;
}

.cke_editable ul li img,
.edit-area ul li img {
  display: inline;
}

.cke_editable img.float_L_Pc,
.edit-area img.float_L_Pc {
  float: left;
}

.cke_editable img.float_R_Pc,
.edit-area img.float_R_Pc {
  float: right;
}

.newsImg03,
.newsImg02,
.newsImg01 {
  margin: 10px 0;
}

.newsImg03 ul,
.newsImg02 ul,
.newsImg01 ul {
  margin: 0;
}

@media all and (min-width: 768px) {
  .newsImg03 ul,
  .newsImg02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .newsImg03 ul li {
    width: calc(33.3333333333% - 10px);
  }
  .newsImg02 ul li {
    width: calc(50% - 10px);
  }
}
.newsImg03 ul li,
.newsImg02 ul li,
.newsImg01 ul li {
  list-style: none !important;
  text-align: center;
  padding: 0;
}

.newsImg03 ul li:before,
.newsImg02 ul li:before,
.newsImg01 ul li:before {
  display: none !important;
}

/* ------------------------------------------------------------絵文字 */
.ico_20 {
  display: inline;
  width: 30px;
  height: 30px;
  padding: 0 4px;
  vertical-align: middle;
  margin-bottom: 3px;
}

/* 画像 END  =============================================================== */
/* ==========================================================================
囲い
========================================================================== */
.div_info01 {
  padding: 34px 20px;
  margin: 15px 0;
  background: #edeffb;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .div_info01 {
    padding: 26px 16px 24px;
  }
}

.div_info02 {
  padding: 34px 20px;
  margin: 15px 0;
  background: #ffffff;
  border: 1px solid #0c1f6e;
}
@media screen and (max-width: 767px) {
  .div_info02 {
    padding: 26px 16px 24px;
  }
}

.div_info03 {
  padding: 20px;
  background: var(--base-gray-pale);
  border-radius: 4px;
}

.div_info_attention {
  padding: 16px 20px;
  margin: 15px 0;
  border: 1px solid #FF0072;
  background: #FFD3EC;
}
@media all and (min-width: 768px) {
  .div_info_attention {
    padding: 16px 25px;
  }
}

.ico_attention {
  position: relative;
  margin-left: 2em;
  text-indent: -2em;
}
.ico_attention:before {
  position: relative;
  top: 5px;
  left: 0;
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 1.6em;
  height: 1.6em;
  background: url(../common/ico_attention.svg) no-repeat;
  background-size: contain;
}

/* 囲い END  =============================================================== */
/* ==========================================================================
　境界線
========================================================================== */
hr.div_hr01 {
  display: block;
  margin: 15px 0;
  border: none;
  border-bottom: dashed 1px #CFCFCF;
}

/*管理画面側*/
.cke_editable .ckeditor_divline {
  background: url(../common/ckeditor_divline.gif) no-repeat;
}

/* 境界線 END  =============================================================== */
/* ==========================================================================
ckエディター
========================================================================== */
/*------------------------------------------------------------ニュース表示(日付)*/
.day-color01 {
  color: #000000;
}

/*黒*/
.day-color02 {
  color: #e03e3e;
}

/*赤*/
.day-color03 {
  color: #005692;
}

/*青*/
.day-color04 {
  color: #099809;
}

/*緑*/
.day-color05 {
  color: #E77BE6;
}

/*ピンク*/
.day-color06 {
  color: #666666;
}

/*グレー*/
.day-bold {
  font-weight: bold;
}

/*-----------------------------------------------------------ニュース表示(タイトル)*/
.title-size-small {
  font-size: 0.8125rem;
}

/* 13px */
.title-size-middle {
  font-size: 0.9375rem;
}

/* 15px */
.title-size-big {
  font-size: 1.25rem;
}

/* 20px */
.title-color01 {
  color: #000000;
}

/*黒*/
.title-color02 {
  color: #e03e3e;
}

/*赤*/
.title-color03 {
  color: #005692;
}

/*青*/
.title-color04 {
  color: #099809;
}

/*緑*/
.title-color05 {
  color: #E77BE6;
}

/*ピンク*/
.title-color06 {
  color: #666666;
}

/*グレー*/
.title-bold {
  font-weight: bold;
}

/*-----------------------------------------------------------文字サイズ*/
.op_large {
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 1.25rem;
}

.op_large02 {
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 1.4375rem;
}

.op_mideamu {
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 0.9375rem;
}

.op_small {
  display: inline-block;
  line-height: 1.8;
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 0.875rem;
}

.op_small02 {
  display: inline-block;
  line-height: 1.8;
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: 0.75rem;
}

/*-----------------------------------------------------------文字の下付上付*/
sub {
  font-size: 75.5%;
  vertical-align: bottom;
}

sup {
  font-size: 75.5%;
  vertical-align: top;
}

/*-----------------------------------------------------------他装飾*/
.g-map {
  width: 100% !important;
}

.cke_editable .ckeditor_divline {
  background: url(../images/ckeditor_divline.gif) no-repeat;
}

/*ソーシャルボタン領域*/
.Social {
  display: none;
}

.detail_news_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* margin-top: 24px;
   margin-bottom: 40px;
   padding-bottom: 20px;*/
}

.detail_news_social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0 !important;
}

.detail_news_social ul li {
  margin-left: 10px !important;
  list-style: none !important;
  margin-bottom: 18px;
}
.detail_news_social ul li:first-child {
  margin-left: 0 !important;
}

.detail_news_social ul li::before {
  display: none;
}

.detail_news_social li a {
  vertical-align: bottom;
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #1a63ac url("../images/logo_fb01.png") no-repeat center;
  background-size: auto 18px;
  border-radius: 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

.detail_news_social li a.tw {
  background: #0F1419 url("../images/logo_tw01.png") no-repeat center;
  background-size: auto 15px;
}

.detail_news_social li a.line {
  background: #00b900 url("../images/logo_line02.png") no-repeat center;
  background-size: auto 20px;
}

.detail_news_social li:hover a {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*ソーシャルボタン領域END*/
/* ckエディター END  =============================================================== */
/* ==========================================================================
  Youtube
========================================================================== */
/* テキスト END  =============================================================== */
/* ==========================================================================
  テキスト
========================================================================== */
/* ------------------------------------------------------------ テキストインデント */
.text_mark {
  margin-left: 1em;
  text-indent: -1em;
}

.text_marks {
  margin-left: 0.857em;
  text-indent: -0.857em;
}

/* ------------------------------------------------------------ テキスト寄せ */
.text_center,
.text_center_Pc {
  text-align: center;
}

.text_right,
.text_right_Pc {
  text-align: right;
}

.text_left,
.text_left_Pc {
  text-align: left;
}

/* テキスト END  =============================================================== */
/* ==========================================================================
  編集パーツ用　番号付属リスト・チェックリスト
   ========================================================================== */
.list_num01 {
  counter-reset: item;
  list-style: none;
  padding: 0;
  margin-left: 0 !important;
}

.list_num01 li {
  position: relative;
  padding: 0 0 4px 35px;
  margin-bottom: 10px;
  list-style: none !important;
}

.list_num01 li:before {
  counter-increment: item;
  content: counter(item);
  display: block;
  position: absolute;
  top: 0.2em;
  left: 0;
  font-weight: bold;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 100%;
  text-align: center;
  font-size: 0.75rem;
  background: #000;
  color: #fff;
}

.edit-area .list_check,
.cke_editable .list_check {
  list-style: none;
  padding: 0;
  position: relative;
  margin-left: 0 !important;
}

.edit-area li {
  position: relative;
  margin-bottom: 10px;
}

.list_check li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 10px;
  list-style: none !important;
}

.edit-area .list_check li:before,
.cke_editable .list_check li:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  top: 0.4em;
  left: 0.2em;
  height: 10px;
  width: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 0;
  margin: 0;
  background: none;
  border-bottom: solid 3px #555;
  border-right: solid 3px #555;
}

.cke_editable .lay-grid > .col-1,
.cke_editable .lay-grid > .col-2,
.cke_editable .lay-grid > .col-3,
.cke_editable .lay-grid > .col-4,
.cke_editable .lay-grid > .col-5,
.cke_editable .lay-grid > .col-6,
.cke_editable .lay-grid > .col-7,
.cke_editable .lay-grid > .col-8,
.cke_editable .lay-grid > .col-9,
.cke_editable .lay-grid > .col-10,
.cke_editable .lay-grid > .col-11,
.cke_editable .lay-grid > .col-12 {
  padding: 10px;
  border: dashed 1px #dedacd;
  border-radius: 4px;
}

.lay-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.lay-grid > .col-1,
.lay-grid > .col-2,
.lay-grid > .col-3,
.lay-grid > .col-4,
.lay-grid > .col-5,
.lay-grid > .col-6,
.lay-grid > .col-7,
.lay-grid > .col-8,
.lay-grid > .col-9,
.lay-grid > .col-10,
.lay-grid > .col-11,
.lay-grid > .col-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.lay-grid > .col-1 {
  width: calc(8.3333333333% - 20px);
}

.lay-grid > .col-2 {
  width: calc(16.6666666667% - 20px);
}

.lay-grid > .col-3 {
  width: calc(25% - 20px);
}

.lay-grid > .col-4 {
  width: calc(33.3333333333% - 20px);
}

.lay-grid > .col-5 {
  width: calc(41.6666666667% - 20px);
}

.lay-grid > .col-6 {
  width: calc(50% - 20px);
}

.lay-grid > .col-7 {
  width: calc(58.3333333333% - 20px);
}

.lay-grid > .col-8 {
  width: calc(66.6666666667% - 20px);
}

.lay-grid > .col-9 {
  width: calc(75% - 20px);
}

.lay-grid > .col-10 {
  width: calc(83.3333333333% - 20px);
}

.lay-grid > .col-11 {
  width: calc(91.6666666667% - 20px);
}

.lay-grid > .col-12 {
  width: calc(100% - 20px);
}

.lay-grid > .col-lg-1,
.lay-grid > .col-lg-2,
.lay-grid > .col-lg-3,
.lay-grid > .col-lg-4,
.lay-grid > .col-lg-5,
.lay-grid > .col-lg-6,
.lay-grid > .col-lg-7,
.lay-grid > .col-lg-8,
.lay-grid > .col-lg-9,
.lay-grid > .col-lg-10,
.lay-grid > .col-lg-11,
.lay-grid > .col-lg-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
}

@media all and (min-width: 768px) {
  .lay-grid > .col-lg-1 {
    width: calc(8.3333333333% - 20px);
  }
  .lay-grid > .col-lg-2 {
    width: calc(16.6666666667% - 20px);
  }
  .lay-grid > .col-lg-3 {
    width: calc(25% - 20px);
  }
  .lay-grid > .col-lg-4 {
    width: calc(33.3333333333% - 20px);
  }
  .lay-grid > .col-lg-5 {
    width: calc(41.6666666667% - 20px);
  }
  .lay-grid > .col-lg-6 {
    width: calc(50% - 20px);
  }
  .lay-grid > .col-lg-7 {
    width: calc(58.3333333333% - 20px);
  }
  .lay-grid > .col-lg-8 {
    width: calc(66.6666666667% - 20px);
  }
  .lay-grid > .col-lg-9 {
    width: calc(75% - 20px);
  }
  .lay-grid > .col-lg-10 {
    width: calc(83.3333333333% - 20px);
  }
  .lay-grid > .col-lg-11 {
    width: calc(91.6666666667% - 20px);
  }
  .lay-grid > .col-lg-12 {
    width: calc(100% - 20px);
  }
  .card-box__item--lg-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.card-box {
  margin-top: 20px;
}

.card-box__item--fast {
  margin-top: 20px;
}

.color_red_default {
  color: #f01;
}

/* ==========================================================================
PDFアイコン・矢印付きリンクテキスト
========================================================================== */
.a_link_ico {
  position: relative;
}
.a_link_ico:before {
  position: relative;
  vertical-align: middle;
  content: "";
  width: 16px;
  height: 18px;
  margin-right: 6px;
  display: inline-block;
  background: url("../common/ico_arrow_violet.svg") no-repeat 0 center;
  background-size: contain;
}
.a_link_ico.block {
  display: inline-block;
  text-indent: -26px;
  padding-left: 26px;
  line-height: 1.4;
}

ul.pdf_list {
  margin: 10px 0;
}
@media all and (min-width: 768px) {
  ul.pdf_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 13px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
ul.pdf_list li {
  margin-left: 0 !important;
  margin: 0 0 10px 0 !important;
  list-style-type: none !important;
  padding: 0 !important;
  text-indent: 0;
}
@media all and (min-width: 768px) {
  ul.pdf_list li {
    width: calc(25% - 10px);
  }
}
ul.pdf_list li:before {
  display: none;
}

.a_link_pdf {
  position: relative;
  margin-left: 2px;
  color: var(--default-black) !important;
}
.a_link_pdf:hover {
  color: var(--default-blue-dark) !important;
}
.a_link_pdf:before {
  vertical-align: middle;
  position: relative;
  top: -2px;
  content: "";
  width: 18px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
  background: url("../common/ico_pdf.svg") no-repeat 0 center;
  background-size: contain;
}
.a_link_pdf.block {
  line-height: 1.4;
  display: inline-block;
  text-indent: -26px;
  padding-left: 26px;
}

/* ==========================================================================
  横スクロール
========================================================================== */
.nav_scroll {
  margin: 14px 0 5px;
  padding: 5px;
  position: relative;
  display: block;
  text-align: center;
  font-size: 0.875rem;
  background-color: var(--base-gray-pale);
}
@media all and (min-width: 768px) {
  .nav_scroll {
    display: none;
  }
}

.scrollImg {
  margin-top: 10px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .scrollImg {
    overflow-x: scroll;
  }
}
.scrollImg ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .scrollImg ul {
    width: 730px !important;
  }
}
.scrollImg ul li {
  margin-right: 10px;
  list-style: none !important;
  padding: 0 !important;
  text-align: center;
  font-size: 0.875rem;
  text-indent: 0;
}
.scrollImg ul li:last-child {
  margin-right: 0px;
}
.scrollImg ul li:before {
  display: none;
}

.table_scroll {
  margin-top: 10px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .table_scroll {
    overflow-x: scroll;
  }
  .table_scroll table {
    width: 730px !important;
  }
}

/* ==========================================================================
  アコーディオン
========================================================================== */
.parts_accordion_box {
  margin: 15px 0;
}
.parts_accordion_box .trigger {
  position: relative;
  border: solid 1px var(--default-blue-dark);
  background: #F0F3FF;
  padding: 15px 45px 15px 10px;
  line-height: 1.4;
  font-weight: 500;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  .parts_accordion_box .trigger {
    font-size: 1.0625rem;
    padding: 17px 60px 17px 15px;
  }
}
.parts_accordion_box .trigger:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  height: 2px;
  background: #838EB4;
}
.parts_accordion_box .trigger:before {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 28px;
  height: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px var(--default-blue-dark);
  background: url("../common/ico_open_plus.svg") no-repeat center center, #fff;
  background-size: 14px auto, auto;
}
@media all and (min-width: 768px) {
  .parts_accordion_box .trigger:before {
    right: 15px;
    width: 36px;
    height: 36px;
    background-size: 17px auto, auto;
  }
}
.parts_accordion_box .trigger.active:before {
  background: url("../common/ico_open_minus.svg") no-repeat center center, #fff;
  background-size: 14px 2px, auto;
}
@media all and (min-width: 768px) {
  .parts_accordion_box .trigger.active:before {
    background-size: 17px 2px, auto;
  }
}
.parts_accordion_box .acordion_tree {
  position: relative;
  padding: 20px;
  -webkit-box-shadow: inset 0px 0px 0px 10px #F0F3FF;
          box-shadow: inset 0px 0px 0px 10px #F0F3FF;
  background: #fff;
  border: solid 1px var(--default-blue-dark);
  border-top: none;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .parts_accordion_box .acordion_tree {
    padding: 27px 30px;
    -webkit-box-shadow: inset 2px 0px 0px 15px #F0F3FF;
            box-shadow: inset 2px 0px 0px 15px #F0F3FF;
  }
}

/*アコーディオン・横スクロールのオプション表示削除*/
.dis_none {
  display: none !important;
}

.cke_editable .dis_none {
  display: block !important;
}

.cke_editable {
  margin: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

.cke_editable .cke-accordion_start,
.cke_editable .cke-accordion_end,
.cke_editable .scroll_block_start,
.cke_editable .scroll_block_end {
  position: relative;
  padding: 10px 10px 10px 10px;
  border: dashed 1px var(--base-gray-dark);
  color: var(--base-gray-dark);
  border-radius: 4px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/*編集パーツ削除テキスト*/
.cke_editable .cke-parts_start,
.cke_editable .cke-parts_end {
  display: block !important;
  position: relative;
  height: 50px;
  font-size: 0;
}
.cke_editable .cke-parts_start:before,
.cke_editable .cke-parts_end:before {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "-------パーツを削除する際は、この一行上の空白行から[パーツ編集 終了]まで全てを選択し削除してください--------";
  width: calc(100% - 10px);
  padding: 5px;
  font-size: 0.9375rem;
  color: var(--base-gray-dark);
  text-align: center;
  border: dashed 1px var(--base-gray-dark);
}
.cke_editable .cke-parts_end:before {
  top: 10px;
}
.cke_editable .cke-parts_end:before {
  content: "---------------[パーツ編集 終了]----------------";
}

#top {
  background: url(../common/pic_back01.png) repeat left top/274px 274px;
}
#top .inner .h2_top01 {
  position: relative;
  color: var(--default-blue);
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  #top .inner .h2_top01 {
    font-size: 2rem;
  }
}
#top .inner .h2_top01 span {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #top .inner .h2_top01 span {
    font-size: 0.8125rem;
    padding-left: 8px;
  }
}
#top .inner .h2_top01:before {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #061b4b;
  border-radius: 100px;
}
#top .inner .news_content {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #top .inner .news_content {
    margin-bottom: 25px;
  }
}
#top .inner .news_content a:hover .text {
  text-decoration: underline;
}
#top .inner .news_content article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #top .inner .news_content article {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #top .inner .news_content article div {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
#top .inner .news_content article div .date {
  display: block;
  width: 100%;
  margin-right: 60px;
  font-size: 1.175rem;
}
@media screen and (max-width: 767px) {
  #top .inner .news_content article div .date {
    display: inline;
    font-size: 0.9375rem;
    margin-right: 4px;
  }
}
#top .inner .news_content article div .new {
  color: var(--default-blue-dark);
  font-weight: bold;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  #top .inner .news_content article div .new {
    display: inline;
    font-size: 0.75rem;
  }
}
#top .inner .news_content article div .thumb {
  display: block;
  margin-right: 18px;
}
@media screen and (max-width: 767px) {
  #top .inner .news_content article div .thumb {
    display: inline;
    width: 43px;
  }
}
#top .inner .news_content article div .thumb img {
  width: 60px;
}
@media screen and (max-width: 767px) {
  #top .inner .news_content article div .thumb img {
    width: 43px;
  }
}
#top .inner .news_content article div .text {
  display: block;
  width: 100%;
  font-size: 1.0625rem;
  color: var(--default-black);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #top .inner .news_content article div .text {
    font-size: 0.9375rem;
  }
}
#top .inner .news_content article div .cate {
  display: inline-block;
  background-color: var(--base-gray-default);
  color: var(--default-black);
  font-size: 0.625rem;
  padding: 5px 20px;
  margin-right: 6px;
}
#top .inner .news_content article div .cate:last-child {
  margin-right: 0px;
}
#top .inner .news_content article div:first-child {
  max-width: 154px;
}
@media screen and (max-width: 767px) {
  #top .inner .news_content article div:first-child {
    max-width: none;
    width: 100%;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 767px) {
  #top .inner .news_content article div:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 53px);
            flex: 1 1 calc(100% - 53px);
  }
}
#top .inner #Area_slide .slide_wrap .slide_list {
  -webkit-box-shadow: 0px 0px 40px #d3d8fa;
          box-shadow: 0px 0px 40px #d3d8fa;
}
#top .inner #Area_slide .slide_wrap .slide_list li img {
  width: 100%;
}
#top .inner #Area_slide .slide_wrap .slick-dots {
  width: auto;
  bottom: -30px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_slide .slide_wrap .slick-dots {
    bottom: -25px;
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  #top .inner #Area_slide .slide_wrap .slick-dots li {
    margin: 0px;
  }
}
#top .inner #Area_slide .slide_wrap .slick-dots li button {
  width: 16px;
  height: 16px;
  margin: 3px;
  background-color: #ccc;
  border-radius: 100px;
}
#top .inner #Area_slide .slide_wrap .slick-dots li button:before {
  font-size: 0px;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_slide .slide_wrap .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
#top .inner #Area_slide .slide_wrap .slick-active button:before {
  display: block;
  width: 16px;
  height: 16px;
  background-color: var(--default-blue);
  border-radius: 100px;
  top: 3px;
  left: 3px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_slide .slide_wrap .slick-active button:before {
    width: 9px;
    height: 9px;
    top: 3.5px;
    left: 3.5px;
  }
}
#top .inner #Area_slide .slide_list {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#top .inner #Area_slide .slide_list.slick-initialized {
  opacity: 1;
}
#top .inner #Area_news {
  position: relative;
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_news {
    margin-top: 38px;
    padding: 0 20px;
  }
}
#top .inner #Area_news .news_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_news .news_wrap {
    display: block;
  }
}
#top .inner #Area_news .news_wrap .news_head {
  margin-right: 85px;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_news .news_wrap .news_head {
    margin-right: 0px;
  }
}
#top .inner #Area_news .news_wrap .news_head .h2_news {
  line-height: 25px;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_news .news_wrap .news_head .h2_news {
    margin-bottom: 34px;
  }
}
#top .inner #Area_news .news_wrap .news_head .h2_news:before {
  top: -8px;
  left: -5px;
}
#top .inner #Area_news .news_wrap .news_body {
  width: 70%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_news .news_wrap .news_body {
    width: 100%;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  #top .inner #Area_news .news_wrap .news_body .none_news {
    margin-bottom: 34px;
  }
}
#top .inner #Area_news .news_wrap .link_top01 {
  position: relative;
  padding-right: 63px;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_news .news_wrap .link_top01 {
    padding-right: 50px;
  }
}
#top .inner #Area_news .news_wrap .link_top01 span {
  border-bottom: 1px solid var(--default-blue);
}
#top .inner #Area_news .news_wrap .link_top01:before {
  display: block;
  position: absolute;
  content: "";
  width: 51px;
  height: 51px;
  background-color: var(--default-white-light);
  border: 1px solid var(--default-blue);
  border-radius: 100px;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_news .news_wrap .link_top01:before {
    width: 41px;
    height: 41px;
  }
}
#top .inner #Area_news .news_wrap .link_top01:after {
  display: block;
  position: absolute;
  content: "";
  width: 19px;
  height: 12px;
  background: url(../common/ico_arrow_01.png) no-repeat top right/contain;
  top: 6px;
  right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_news .news_wrap .link_top01:after {
    width: 16px;
    height: 9px;
  }
}
#top .inner #Area_news .news_wrap .link_top01:hover:before {
  right: -5px;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_news .news_wrap .link_top01:hover:before {
    right: 0;
  }
}
#top .inner #Area_news .news_wrap .link_top01:hover:after {
  right: 8px;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_news .news_wrap .link_top01:hover:after {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #top .inner #Area_news .news_wrap .link_sp {
    text-align: right;
  }
}
#top .inner #Area_news:before {
  display: block;
  position: absolute;
  content: "";
  width: 373px;
  height: 383px;
  background: url(../images/pic_back07.png) no-repeat top left/cover;
  bottom: -290px;
  right: 0;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_news:before {
    width: 189px;
    height: 205px;
    bottom: -215px;
  }
}
#top .inner #Area_seminar {
  position: relative;
  padding-top: 105px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_seminar {
    width: calc(100% - 20px);
    margin-top: 30px;
    padding-top: 38px;
  }
}
#top .inner #Area_seminar .seminar_wrap {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 58px 110px 85px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_seminar .seminar_wrap {
    width: 100%;
    margin-left: 0px;
    padding: 35px 0 42px 20px;
  }
}
#top .inner #Area_seminar .seminar_wrap:after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 40px #d3d8fa;
          box-shadow: 0px 0px 40px #d3d8fa;
  top: 139px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_seminar .seminar_wrap:after {
    width: 100%;
    top: 0;
  }
}
#top .inner #Area_seminar .seminar_wrap .seminar_head {
  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-bottom: 10px;
  border-bottom: 1px solid var(--base-gray-dark);
}
@media screen and (max-width: 767px) {
  #top .inner #Area_seminar .seminar_wrap .seminar_head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  #top .inner #Area_seminar .seminar_wrap .seminar_head .h2_seminar {
    display: block;
    width: 100%;
    line-height: 20px;
  }
}
#top .inner #Area_seminar .seminar_wrap .seminar_head .h2_seminar span {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_seminar .seminar_wrap .seminar_head .h2_seminar span {
    margin-left: 0px;
    padding-left: 0px;
  }
}
#top .inner #Area_seminar .seminar_wrap .seminar_head .h2_seminar:before {
  top: 14px;
  left: -7px;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_seminar .seminar_wrap .seminar_head .h2_seminar:before {
    top: -4px;
  }
}
#top .inner #Area_seminar .seminar_wrap .seminar_head .link_top02 {
  position: relative;
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_seminar .seminar_wrap .seminar_head .link_top02 {
    padding-right: 45px;
  }
}
#top .inner #Area_seminar .seminar_wrap .seminar_head .link_top02 span {
  color: var(--default-black);
  border-bottom: 1px solid var(--default-black);
}
@media screen and (max-width: 767px) {
  #top .inner #Area_seminar .seminar_wrap .seminar_head .link_top02 span {
    font-size: 0.75rem;
  }
}
#top .inner #Area_seminar .seminar_wrap .seminar_head .link_top02:before {
  display: block;
  position: absolute;
  content: "";
  width: 51px;
  height: 51px;
  background-color: var(--default-blue);
  border-radius: 100px;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_seminar .seminar_wrap .seminar_head .link_top02:before {
    width: 31px;
    height: 31px;
    right: 7px;
    top: 6px;
  }
}
#top .inner #Area_seminar .seminar_wrap .seminar_head .link_top02:after {
  display: block;
  position: absolute;
  content: "";
  width: 19px;
  height: 12px;
  background: url(../common/ico_arrow_01_white.png) no-repeat top right/contain;
  top: 6px;
  right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_seminar .seminar_wrap .seminar_head .link_top02:after {
    width: 12px;
    height: 8px;
    top: 10px;
    right: 17px;
  }
}
#top .inner #Area_seminar .seminar_wrap .seminar_head .link_top02:hover:before {
  right: -7px;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_seminar .seminar_wrap .seminar_head .link_top02:hover:before {
    right: 7px;
  }
}
#top .inner #Area_seminar .seminar_wrap .seminar_head .link_top02:hover:after {
  right: 8px;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_seminar .seminar_wrap .seminar_head .link_top02:hover:after {
    right: 17px;
  }
}
#top .inner #Area_seminar .seminar_wrap .seminar_body {
  min-height: 110px;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_seminar .seminar_wrap .seminar_body {
    min-height: 105px;
  }
}
#top .inner #Area_seminar .seminar_wrap .seminar_body .news_content {
  margin-bottom: 0px;
  padding: 30px 0 20px;
  border-bottom: 1px solid var(--base-gray-dark);
}
@media screen and (max-width: 767px) {
  #top .inner #Area_seminar .seminar_wrap .seminar_body .news_content {
    padding: 12px 10px 12px 0px;
  }
}
#top .inner #Area_seminar .seminar_wrap .seminar_body .none_news {
  text-align: center;
  margin-top: 20px;
}
#top .inner #Area_seminar .seminar_wrap .linkbtn_wrap .linkbtn {
  position: relative;
  display: block;
  width: 60%;
  margin: 42px auto 0;
  text-align: center;
  border: 1px solid var(--default-blue);
  background-color: var(--default-white-light);
  border-radius: 100px;
  font-size: 1.25rem;
  padding: 14px 62px;
  color: #061b4b;
  -webkit-box-shadow: 2px 2px 0px #b9bdd9;
          box-shadow: 2px 2px 0px #b9bdd9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_seminar .seminar_wrap .linkbtn_wrap .linkbtn {
    width: 100%;
    margin-top: 30px;
    font-size: 1rem;
  }
}
#top .inner #Area_seminar .seminar_wrap .linkbtn_wrap .linkbtn:hover {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
#top .inner #Area_seminar .seminar_wrap .linkbtn_wrap .linkbtn:hover:before {
  right: 27px;
}
#top .inner #Area_seminar .seminar_wrap .linkbtn_wrap .linkbtn:before {
  display: block;
  position: absolute;
  content: "";
  width: 19px;
  height: 12px;
  background: url(../common/ico_arrow_01.png) no-repeat top right/contain;
  top: 50%;
  margin-top: -6px;
  right: 31px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_seminar .seminar_wrap .linkbtn_wrap .linkbtn:before {
    display: none;
  }
}
#top .inner #Area_seminar:before {
  display: block;
  position: absolute;
  content: "";
  width: calc(100% - 90px);
  height: 244px;
  background-color: var(--default-blue);
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_seminar:before {
    height: 38px;
  }
}
#top .inner #Area_contents {
  position: relative;
  padding: 47px 0 112px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_contents {
    padding: 28px 0 45px;
  }
}
#top .inner #Area_contents .contents_wrap {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_contents .contents_wrap {
    width: calc(100% - 40px);
  }
}
#top .inner #Area_contents .contents_wrap .h2_top02 {
  color: var(--default-blue-light);
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_contents .contents_wrap .h2_top02 {
    font-size: 2rem;
  }
}
#top .inner #Area_contents .contents_wrap .h2_top02 span {
  position: relative;
}
#top .inner #Area_contents .contents_wrap .h2_top02 span:before {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--default-blue-light);
  border-radius: 100px;
  top: 7px;
  left: -7px;
}
#top .inner #Area_contents .contents_wrap .contents_list {
  margin-top: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_contents .contents_wrap .contents_list {
    display: block;
    margin-top: 20px;
  }
}
#top .inner #Area_contents .contents_wrap .contents_list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 2px #b9bdd9;
          box-shadow: 0px 2px 2px #b9bdd9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#top .inner #Area_contents .contents_wrap .contents_list li a span {
  display: block;
  max-width: 180px;
  font-size: 1.75rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_contents .contents_wrap .contents_list li a span {
    max-width: 174px;
    font-size: 1.5rem;
    font-weight: 600;
  }
}
#top .inner #Area_contents .contents_wrap .contents_list li a:before {
  display: block;
  position: absolute;
  content: "";
  width: 74px;
  height: 40px;
  background: url(../common/ico_arrow_02.png) no-repeat top left/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#top .inner #Area_contents .contents_wrap .contents_list li a:hover:before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
#top .inner #Area_contents .contents_wrap .contents_list .btn_content01 {
  width: calc(30% - 5px);
  height: 245px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_contents .contents_wrap .contents_list .btn_content01 {
    width: 100%;
    height: 230px;
    margin-right: 0px;
    margin-bottom: 13px;
  }
}
#top .inner #Area_contents .contents_wrap .contents_list .btn_content01:nth-child(3) {
  margin-right: 0px;
}
#top .inner #Area_contents .contents_wrap .contents_list .btn_content01 a:before {
  right: 20px;
  bottom: 20px;
}
#top .inner #Area_contents .contents_wrap .contents_list .btn_content01 span {
  padding: 50px 0 0 36px;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_contents .contents_wrap .contents_list .btn_content01 span {
    padding: 53px 0 0 32px;
  }
}
#top .inner #Area_contents .contents_wrap .contents_list .btn_content02 {
  width: calc(45% - 5px);
  height: 137px;
  margin-top: 8px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_contents .contents_wrap .contents_list .btn_content02 {
    width: 100%;
    height: 135px;
    margin-bottom: 11px;
  }
}
#top .inner #Area_contents .contents_wrap .contents_list .btn_content02:nth-child(5) {
  margin-right: 0px;
}
#top .inner #Area_contents .contents_wrap .contents_list .btn_content02 a:before {
  right: 35px;
  bottom: 50%;
  margin-bottom: -20px;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_contents .contents_wrap .contents_list .btn_content02 a:before {
    right: 20px;
  }
}
#top .inner #Area_contents .contents_wrap .contents_list .btn_content02 span {
  padding: 0 0 0 36px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  #top .inner #Area_contents .contents_wrap .contents_list .btn_content02 span {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
  }
}
#top .inner #Area_contents .contents_wrap .contents_list li:nth-child(1) a {
  background: url(../images/pic_back02.png) no-repeat top left/cover;
}
#top .inner #Area_contents .contents_wrap .contents_list li:nth-child(2) a {
  background: url(../images/pic_back03.png) no-repeat top left/cover;
}
#top .inner #Area_contents .contents_wrap .contents_list li:nth-child(3) a {
  background: url(../images/pic_back04.png) no-repeat top left/cover;
}
#top .inner #Area_contents .contents_wrap .contents_list li:nth-child(4) a {
  background: url(../images/pic_back05.png) no-repeat top left/cover;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_contents .contents_wrap .contents_list li:nth-child(4) a {
    background: url(../images/pic_back05_sp.png) no-repeat top left/cover;
  }
}
#top .inner #Area_contents .contents_wrap .contents_list li:nth-child(5) a {
  background: url(../images/pic_back06.png) no-repeat top left/cover;
}
@media screen and (max-width: 767px) {
  #top .inner #Area_contents .contents_wrap .contents_list li:nth-child(5) a {
    background: url(../images/pic_back06_sp.png) no-repeat top left/cover;
  }
}
#top .inner #Area_contents:before {
  display: block;
  position: absolute;
  content: "";
  width: calc(100% - 90px);
  height: 254px;
  background-color: var(--default-blue);
  top: 0;
  right: 0;
}
@media screen and (min-width:768px) and (max-width: 1019px) {
  #top .inner #Area_contents:before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #top .inner #Area_contents:before {
    width: 100%;
    height: 138px;
  }
}
#top .inner #Area_contents:after {
  display: block;
  position: absolute;
  content: "";
  width: 190px;
  height: 200px;
  background: url(../images/pic_back07.png) no-repeat top right/200%;
  background-clip: content-box;
  bottom: 0;
  left: 0;
}

#slick-slide00 a {
  pointer-events: none;
}

#detail .head_detail {
  background: url(../images/back_detail01.jpg) repeat left bottom -100px/cover;
  padding-left: 20px;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:768px) and (max-width: 1019px) {
  #detail .head_detail {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #detail .head_detail {
    background-position-y: 0px;
    min-height: 126px;
    padding: 0 20px;
  }
}
#detail .head_detail h1 {
  position: relative;
  color: var(--default-white);
  font-size: 2.125rem;
  padding-left: 42.5px;
  font-weight: 500;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #detail .head_detail h1 {
    padding-left: 42px;
    font-size: 1.3125rem;
  }
}
#detail .head_detail h1:before {
  display: block;
  position: absolute;
  content: "";
  width: 36px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  top: 25.5px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #detail .head_detail h1:before {
    width: 22px;
    height: 3px;
    top: 16px;
  }
}
#detail .inner_detail {
  max-width: 1220px;
  margin: 50px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #detail .inner_detail {
    width: 100%;
    margin-top: 25px;
    padding: 0 20px;
  }
}
#detail .inner_detail .news_number {
  text-align: center;
  margin: 25px 0 30px;
}
#detail .inner_detail .linkbtn_wrap {
  margin: 48px auto 40px;
  width: 480px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #detail .inner_detail .linkbtn_wrap {
    width: 100%;
  }
}
#detail .inner_detail .linkbtn_wrap .lbtn_detail {
  display: block;
  background: -webkit-gradient(linear, right top, left top, color-stop(49%, #e0ddf6), to(#efecfc));
  background: linear-gradient(to left, #e0ddf6 49%, #efecfc);
  font-size: 1.25rem;
  padding: 23px 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #detail .inner_detail .linkbtn_wrap .lbtn_detail {
    padding: 12.5px 0;
  }
}
@media screen and (max-width: 767px) {
  #detail .inner_detail .linkbtn_wrap .lbtn_detail span {
    font-size: 0.9375rem;
  }
}
#detail .inner_detail .news_ttl {
  margin-bottom: 40px;
  color: var(--default-blue);
  line-height: normal;
}
@media screen and (max-width: 767px) {
  #detail .inner_detail .news_ttl {
    margin-bottom: 28px;
  }
}
#detail .inner_detail .news_ttl h2 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #detail .inner_detail .news_ttl h2 {
    font-size: 1.25rem;
  }
}
#detail .inner_detail .news_ttl h2 span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #detail .inner_detail .news_ttl h2 span {
    font-size: 0.9375rem;
  }
}
#detail .inner_detail .news_cate_list {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #detail .inner_detail .news_cate_list {
    margin-bottom: 0;
  }
}
#detail .inner_detail .news_cate_list select {
  background: #fff;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 35px 12px 10px;
  border: 1px solid var(--default-blue);
}
#detail .inner_detail .news_cate_list:before {
  display: block;
  content: "";
  position: absolute;
  width: 11px;
  height: 9px;
  background: url(../common/ico_arrow_04.png) no-repeat center center/contain;
  top: 50%;
  margin-top: -4.5px;
  right: 20px;
}
#detail .inner_detail .news_body {
  /*border-top: 1px solid var(--base-gray-dark);*/
}
#detail .inner_detail .news_body .news_content {
  padding: 30px 0 25px;
  border-bottom: 1px solid var(--base-gray-dark);
}
#detail .inner_detail .news_body .news_content a:hover .text {
  text-decoration: underline;
}
#detail .inner_detail .news_body .news_content article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #detail .inner_detail .news_body .news_content article {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #detail .inner_detail .news_body .news_content article div {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
#detail .inner_detail .news_body .news_content article div .date {
  display: block;
  width: 100%;
  margin-right: 60px;
  font-size: 1.175rem;
}
@media screen and (max-width: 767px) {
  #detail .inner_detail .news_body .news_content article div .date {
    display: inline;
    font-size: 0.9375rem;
    margin-right: 4px;
  }
}
#detail .inner_detail .news_body .news_content article div .new {
  color: var(--default-blue-dark);
  font-weight: bold;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  #detail .inner_detail .news_body .news_content article div .new {
    display: inline;
    font-size: 0.75rem;
  }
}
#detail .inner_detail .news_body .news_content article div .thumb {
  display: block;
  margin-right: 18px;
}
@media screen and (max-width: 767px) {
  #detail .inner_detail .news_body .news_content article div .thumb {
    display: inline;
    width: 43px;
  }
}
#detail .inner_detail .news_body .news_content article div .thumb img {
  width: 50px;
}
@media screen and (max-width: 767px) {
  #detail .inner_detail .news_body .news_content article div .thumb img {
    width: 43px;
  }
}
#detail .inner_detail .news_body .news_content article div .text {
  display: block;
  width: 100%;
  font-size: 1.0625rem;
  color: var(--default-black);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #detail .inner_detail .news_body .news_content article div .text {
    font-size: 0.9375rem;
  }
}
#detail .inner_detail .news_body .news_content article div .cate {
  display: inline-block;
  background-color: var(--base-gray-default);
  color: var(--default-black);
  font-size: 0.625rem;
  padding: 5px 20px;
  margin-right: 6px;
}
#detail .inner_detail .news_body .news_content article div .cate:last-child {
  margin-right: 0px;
}
#detail .inner_detail .news_body .news_content article div:first-child {
  max-width: 154px;
}
@media screen and (max-width: 767px) {
  #detail .inner_detail .news_body .news_content article div:first-child {
    max-width: none;
    width: 100%;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 767px) {
  #detail .inner_detail .news_body .news_content article div:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 53px);
            flex: 1 1 calc(100% - 53px);
  }
}
#detail .inner_detail #NewsPage {
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 10px 0 0px;
}
#detail .inner_detail #NewsPage li {
  width: 25%;
}
#detail .inner_detail #NewsPage li a {
  padding: 15px 0;
  text-align: center;
  color: #061b4b;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  border: 1px solid #fff;
  border-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transition: 0.3s;
}
#detail .inner_detail #NewsPage li a:hover {
  background-color: #cacfeb;
}
#detail .inner_detail #NewsPage li:nth-of-type(4) a {
  border-right: 1px solid #b9bdd9;
}
#detail .inner_detail #NewsPage li:nth-child(1) a,
#detail .inner_detail #NewsPage li:nth-child(2) a {
  position: relative;
  background-color: #c7d7fb;
  color: #333;
}
#detail .inner_detail #NewsPage li:nth-child(3) a,
#detail .inner_detail #NewsPage li:nth-child(4) a {
  position: relative;
  background-color: #8486f7;
  color: #fff;
}
#detail .inner_detail #NewsPage li:nth-child(2) a:before {
  display: block;
  content: "<<";
  color: #333;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -70px;
}
@media screen and (max-width: 767px) {
  #detail .inner_detail #NewsPage li:nth-child(2) a:before {
    top: 16px;
    left: 6px;
    margin-left: 0px;
  }
}
#detail .inner_detail #NewsPage li:nth-child(3) a:before {
  display: block;
  content: ">>";
  color: #fff;
  position: absolute;
  top: 16px;
  right: 50%;
  margin-right: -70px;
}
@media screen and (max-width: 767px) {
  #detail .inner_detail #NewsPage li:nth-child(3) a:before {
    top: 16px;
    right: 6px;
    margin-right: 0px;
  }
}
#detail .inner_detail #NewsPage .navi_brank {
  width: 25%;
  display: block;
}
#detail .inner_detail .next {
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#detail .inner_detail .next li {
  width: 25%;
}
#detail .inner_detail .next li a {
  position: relative;
  padding: 15px 0;
  text-align: center;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #8486f7;
  color: #fff;
  border: 1px solid #fff;
  border-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#detail .inner_detail .next li a:hover {
  background-color: #cacfeb;
}
#detail .inner_detail .next li:nth-of-type(4) a {
  border-right: 1px solid #b9bdd9;
}
#detail .inner_detail .next li:nth-child(1) a:before {
  display: block;
  content: ">>";
  color: #fff;
  position: absolute;
  top: 16px;
  right: 50%;
  margin-right: -70px;
}
@media screen and (max-width: 767px) {
  #detail .inner_detail .next li:nth-child(1) a:before {
    top: 16px;
    right: 6px;
    margin-right: 0px;
  }
}
#detail .pagenav {
  border-top: 1px solid #061b4b;
}
@media screen and (min-width:768px) and (max-width: 1019px) {
  #detail .pagenav {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #detail .pagenav {
    padding: 0 20px;
  }
}
#detail .pagenav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1220px;
  margin: 0 auto;
  padding: 8px 20px;
}
@media screen and (max-width: 767px) {
  #detail .pagenav ul {
    padding: 8px 0px;
  }
}
#detail .pagenav ul li {
  position: relative;
  color: #000;
  padding-right: 45px;
}
@media screen and (max-width: 767px) {
  #detail .pagenav ul li {
    padding-right: 36px;
    font-size: 0.8125rem;
  }
}
#detail .pagenav ul li a {
  color: #000;
}
#detail .pagenav ul li:before {
  display: block;
  content: "";
  position: absolute;
  width: 9px;
  height: 8px;
  background: url(../common/ico_arrow_03.png) no-repeat top left/contain;
  top: 50%;
  margin-top: -3px;
  right: 18px;
}
@media screen and (max-width: 767px) {
  #detail .pagenav ul li:before {
    right: 15px;
  }
}
#detail .pagenav ul li:first-child {
  padding-left: 0px;
}
#detail .pagenav ul li:last-child:before {
  display: none;
}
#detail .password_block {
  text-align: center;
}
#detail .password_block .password_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #detail .password_block .password_input {
    display: block;
  }
}
#detail .password_block .password_input input {
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid var(--default-blue);
  background-color: #edeffb;
  font-size: 1rem;
  min-width: 300px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
@media screen and (max-width: 767px) {
  #detail .password_block .password_input input {
    border-radius: 6px;
    min-width: 280px;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #detail .password_block .password_input .btn_password {
    margin-top: 15px;
  }
}
#detail .password_block .password_input .btn_password a {
  padding: 12px 20px;
  border: 1px solid var(--default-blue);
  background-color: var(--default-blue);
  color: #fff;
  cursor: pointer;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#detail .password_block .password_input .btn_password a:hover {
  background-color: #fff;
  color: var(--default-blue);
}
@media screen and (max-width: 767px) {
  #detail .password_block .password_input .btn_password a {
    margin-top: 10px;
    padding: 5px 20px;
    border-radius: 6px;
  }
}

.none_newst {
  margin: 10px;
  letter-spacing: 0.03em;
  font-size: 1.0625rem;
  color: var(--default-blue);
}

/*  */
.link_seminar {
  position: relative;
  padding-right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .link_seminar {
    padding-right: 45px;
  }
}
.link_seminar span {
  color: var(--default-black);
  border-bottom: 1px solid var(--default-black);
}
@media screen and (max-width: 767px) {
  .link_seminar span {
    font-size: 0.75rem;
  }
}
.link_seminar:before {
  display: block;
  position: absolute;
  content: "";
  width: 51px;
  height: 51px;
  background-color: var(--default-blue);
  border-radius: 100px;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .link_seminar:before {
    width: 31px;
    height: 31px;
    right: 7px;
    top: 6px;
  }
}
.link_seminar:after {
  display: block;
  position: absolute;
  content: "";
  width: 19px;
  height: 12px;
  background: url(../common/ico_arrow_01_white.png) no-repeat top right/contain;
  top: 6px;
  right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .link_seminar:after {
    width: 12px;
    height: 8px;
    top: 10px;
    right: 17px;
  }
}
.link_seminar:hover:before {
  right: -7px;
}
@media screen and (max-width: 767px) {
  .link_seminar:hover:before {
    right: 7px;
  }
}
.link_seminar:hover:after {
  right: 8px;
}
@media screen and (max-width: 767px) {
  .link_seminar:hover:after {
    right: 17px;
  }
}

.edit-area a.link_seminar,
.cke_editable a.link_seminar {
  text-decoration: none !important;
}

/* 参画教員  =============================================================== */
@media all and (min-width: 768px) {
  .member_faculty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 60px;
  }
}

.member_block {
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .member_block {
    width: calc(50% - 30px);
  }
}
.member_block .lay-grid figure {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .member_block .lay-grid figure img {
    max-width: 220px;
    display: inline;
  }
}

.cke_editable .member_faculty,
.cke_editable .member_block {
  padding: 10px;
  border: dashed 1px #dedacd;
  border-radius: 4px;
}

input[type=email],
input[type=tel],
input[type=text],
input[type=url],
dd textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--default-gray);
  background: var(--base-gray-default);
}

::-webkit-input-placeholder {
  color: var(--default-gray);
}

::-moz-placeholder {
  color: var(--default-gray);
}

:-ms-input-placeholder {
  color: var(--default-gray);
}

::-ms-input-placeholder {
  color: var(--default-gray);
}

::placeholder {
  color: var(--default-gray);
}

.form .intro {
  letter-spacing: 0.06em;
}

@media all and (min-width: 768px) {
  .form-Item input[type=text].w250_Pc {
    width: 250px;
  }
}

.form-Item label.block,
.form-Item .label_confirm {
  display: block;
  margin-bottom: 5px;
  color: var(--base-gray-dark);
  font-size: 0.875rem;
}

.form_explanation {
  margin-top: 3px;
  font-size: 0.875rem;
  color: var(--default-gray-brown);
}

.privacyArea {
  margin: 25px auto;
  padding: 10px 20px;
  border: solid 4px var(--base-gray-light);
  letter-spacing: 0.04em;
}
@media all and (min-width: 768px) {
  .privacyArea {
    margin: 25px auto;
  }
}

.privacyArea dl {
  padding: 8px 6px;
  text-align: center;
  background: var(--base-gray-default);
}
@media all and (min-width: 768px) {
  .privacyArea dl {
    padding: 15px 10px 5px;
  }
}

.privacyArea a {
  text-decoration: underline;
}

.form-Item {
  padding: 25px 0;
}
@media all and (min-width: 768px) {
  .form-Item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 240px 1fr;
    grid-template-columns: 240px 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.form-Item + .form-Item {
  border-top: 1px solid var(--default-gray-light);
}

.form-Item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .form-Item dt {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .form-Item dt {
    margin-top: 15px;
    padding-right: 10px;
  }
}

.form-Item dd {
  letter-spacing: 0.04em;
}

.label_checkbox input[type=checkbox] {
  display: none;
}

.label_checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
}

.label_checkbox label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid var(--default-gray);
}

.label_checkbox input[type=checkbox]:checked + label::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 3px;
  width: 20px;
  height: 6px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.label_checkbox input[type=checkbox]:checked + label::before {
  background: var(--base-pink-default);
  border: solid 1px #FF2E2E;
}

/* 必須&任意マーク */
.form-Item .ico {
  text-align: center;
  font-size: 0.6875rem;
  display: inline-block;
  color: #fff;
  line-height: 1;
  line-height: 1;
  padding: 6px 6px;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
}
.form-Item .ico.required {
  background-color: var(--default-red);
}
.form-Item .ico.optional {
  color: #333;
  background-color: var(--default-gray-light);
}

.form-Item ul.radio_area {
  margin-left: -25px;
  margin-top: 10px;
}

li.radio {
  list-style: none;
}

.radio {
  position: relative;
  margin: 0 0 0.7rem;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .radio:last-child {
    margin-bottom: 0;
  }
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio input[type=radio] + .radio-label:before {
  content: "";
  background: var(--base-gray-default);
  border-radius: 100%;
  border: 1px solid var(--default-gray-light);
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0.2em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.radio input[type=radio]:checked + .radio-label:before {
  background-color: var(--default-blue);
  -webkit-box-shadow: inset 0 0 0 4px var(--base-gray-default);
          box-shadow: inset 0 0 0 4px var(--base-gray-default);
}

.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: var(--default-blue);
}

.radio input[type=radio]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px var(--base-gray-default);
          box-shadow: inset 0 0 0 4px var(--base-gray-default);
  border-color: var(--default-gray-light);
  background: var(--default-gray-light);
}

.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

/* PCのみ横並びの場合 */
@media all and (min-width: 768px) {
  .radio_area_short {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.select_area {
  position: relative;
  display: inline-block;
  border: 1px solid var(--default-gray);
  vertical-align: middle;
  background: var(--base-gray-default);
}
@media screen and (max-width: 767px) {
  .select_area {
    width: 100%;
  }
}
.select_area::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 20px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 9px 6px 0 6px;
  border-style: solid;
  border-color: var(--default-gray) transparent transparent transparent;
  pointer-events: none;
}

.select_area select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 11px 15px;
  padding-right: 2.5em;
  border: none;
  outline: 0;
  background: var(--base-gray-default);
  text-indent: 0.01px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .select_area select {
    width: 100%;
  }
}

.ajax_err p {
  position: relative;
  margin-top: 8px;
  padding: 8px 15px 8px;
  display: inline-block;
  color: var(--default-red-dark);
  line-height: 1.6;
  font-size: fo(14);
  border-radius: 5px;
  border: solid 1px var(--default-red-dark);
  background: var(--base-pink-default);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
@media all and (min-width: 768px) {
  .ajax_err p {
    margin-top: 10px;
    padding: 10px 40px 10px;
    font-size: 0.9375rem;
  }
}

.ajax_err p:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--default-red-dark);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p:after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--base-pink-default);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p.arw_center:before {
  left: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.ajax_err p.arw_center:after {
  left: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.l-form-btnArea {
  margin: 20px auto 50px;
}

.l-form-actbtn {
  padding: 0;
}
@media all and (min-width: 768px) {
  .l-form-actbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.l-form-actbtn li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .l-form-actbtn li + li {
    margin-top: 15px;
  }
}
@media all and (min-width: 768px) {
  .l-form-actbtn li + li {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .btn_form {
    width: 100%;
  }
}

.btn_form a {
  display: block;
  padding: 20px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
}
@media all and (min-width: 768px) {
  .btn_form a {
    width: 420px;
  }
}
.btn_form a:hover {
  text-decoration: none;
  background: var(--default-blue);
}

.btn_form.send {
  background: var(--default-black);
  border-radius: 40px;
}
.btn_form.back {
  background: var(--default-gray);
  border-radius: 40px;
}

@media all and (min-width: 768px) {
  .form-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#Ready-text {
  margin: 15px auto;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
}

.form-Contents.conlayout {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .form-Contents.conlayout .form-Item dt {
    margin-top: 0 !important;
  }
}
/*# sourceMappingURL=style.css.map */