@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0; }

.pc {
  display: none; }

@media print, screen and (min-width: 600px) {
  .pc {
    display: block; }

  .sp {
    display: none; } }
a img {
  transition: 0.8s; }

a:hover {
  transition: 1.0s;
  opacity: 0.8; }
  a:hover img {
    opacity: 0.8; }

p.link {
  text-align: center; }
  p.link a {
    color: #1B2D73;
    text-decoration: underline; }
  p.link a:hover {
    text-decoration: none; }

p {
  font-size: 13px;
  letter-spacing: 0.1em; }

p.small {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #1B2D73; }

@media print, screen and (min-width: 600px) {
  p {
    font-size: 18px; }

  p.small {
    font-size: 13px;
    text-align: center; } }
/*--------------------------content--------------------------*/
/*--------------------------
プロモーションエリア
--------------------------*/
section .promo_content {
  position: relative;
  padding-bottom: 120px; }
  section .promo_content h2 {
    margin: 20px auto 0;
    max-width: 335px;
    width: 90%; }
  section .promo_content .icn_wrap {
    position: absolute;
    right: 2%;
    top: 60%;
    width: 32%;
    z-index: 30; }

@media print, screen and (min-width: 600px) {
  section .promo_content h2 {
    width: 54%;
    max-width: 723px;
    padding-top: 20px; }
  section .promo_content .icn_wrap {
    right: 2%;
    top: 44%;
    width: 19%;
    max-width: 240px;
    z-index: 30; }
    section .promo_content .icn_wrap a img {
      transition: all 0.15s; }
    section .promo_content .icn_wrap a:hover img {
      transform: scale(1.2, 1.2);
      opacity: 1 !important; } }
@media print, screen and (min-width: 1000px) {
  section .promo_content {
    padding-bottom: 270px; } }
@media print, screen and (min-width: 1600px) {
  section .promo_content .icn_wrap {
    right: 160px;
    top: 44%; } }
/*--------------------------
オープンキャンパス
--------------------------*/
section .open_cam.content {
  padding-bottom: 40px !important; }
  section .open_cam.content .open_cam_box {
    margin-bottom: 60px; }
    section .open_cam.content .open_cam_box .txt_block p.ttl {
      /* max-width: 248px; */
      margin: 0 auto 30px; }
    section .open_cam.content .open_cam_box .txt_block p {
      line-height: 2.5em;
      color: #1B2D73;
      font-weight: 500;
      text-align: center;
      margin-bottom: 50px; }
    section .open_cam.content .open_cam_box .img_block {
      position: relative; }
      section .open_cam.content .open_cam_box .img_block .icn {
        position: absolute;
        right: -20px;
        top: -30px;
        max-width: 92px;
        z-index: 20; }
      section .open_cam.content .open_cam_box .img_block img {
        position: relative;
        z-index: 10; }
      section .open_cam.content .open_cam_box .img_block::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 7px;
        bottom: -7px;
        background: #e3f1fd;
        background: linear-gradient(45deg, #e3f1fd 0%, #f6ebfb 46%, #fdf5f3 100%); }

@media print, screen and (min-width: 600px) {
  section .open_cam.content .open_cam_box {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px; }
    section .open_cam.content .open_cam_box .txt_block {
      width: 46%; }
      section .open_cam.content .open_cam_box .txt_block p.ttl {
        max-width: 100%;
        margin-bottom: 50px; }
      section .open_cam.content .open_cam_box .txt_block p {
        font-size: 16px;
        text-align: left; }
    section .open_cam.content .open_cam_box .img_block {
      width: 47%;
      position: absolute;
      right: 0;
      top: 0; }
      section .open_cam.content .open_cam_box .img_block .icn {
        width: 50%;
        right: -22%;
        top: -105px;
        max-width: 215px;
        max-height: 215px; }
      section .open_cam.content .open_cam_box .img_block::after {
        left: 12px;
        bottom: -12px; } }
/*--------------------------
総合型選抜
--------------------------*/
#ao_examination {
  margin-top: -50px !important; }

section .examination {
  padding-bottom: 40px !important; }
  section .examination .examination_box {
    margin-bottom: 60px; }
    section .examination .examination_box .heading_block {
      padding: 50px 0;
      margin: 0 auto;
      width: 100%;
      position: relative;
      background-color: #f5f5f5; }
      section .examination .examination_box .heading_block img {
        display: block;
        width: 100%;
        position: relative;
        z-index: 200; }
    section .examination .examination_box .heading_block::before {
      position: absolute;
      top: 0;
      left: -50vw;
      width: 150vw;
      height: 100%;
      background-color: #f5f5f5;
      content: '';
      z-index: -10; }
    section .examination .examination_box .schedule_block {
      margin-top: 30px !important;
      width: 100%; }
      section .examination .examination_box .schedule_block img {
        display: block;
        width: 100%; }
    section .examination .examination_box .schedule_block_first {
      padding-bottom: 60px !important;
      border-bottom: solid 1px #1B2D73; }
    section .examination .examination_box .ao_btn {
      width: 100%;
      max-width: 582px;
      margin: 60px auto 0; }
      section .examination .examination_box .ao_btn a {
        display: block; }
      section .examination .examination_box .ao_btn img {
        display: block;
        width: 100%; }
    section .examination .examination_box .recommend_btn {
      width: 100%;
      max-width: 800px;
      margin: 60px auto 0; }
      section .examination .examination_box .recommend_btn a {
        display: block;
        margin-bottom: 40px; }
      section .examination .examination_box .recommend_btn img {
        display: block;
        width: 100%; }

#promotion {
  border-bottom: solid 60px #1B2D73; }

@media print, screen and (max-width: 600px) {
  section #ao_examination {
    margin-top: 0 !important; }
  section .examination.content .examination_box {
    margin-bottom: 60px; }
    section .examination.content .examination_box .heading_block {
      padding: 6.67vw 0;
      width: 80%; }
    section .examination.content .examination_box .schedule_block {
      margin-top: 2vw; }
    section .examination.content .examination_box .schedule_block_first {
      padding-bottom: 1vw; }
    section .examination.content .examination_box .ao_btn, section .examination.content .examination_box .recommend_btn {
      margin: 5vw auto 0; }
      section .examination.content .examination_box .ao_btn a, section .examination.content .examination_box .recommend_btn a {
        margin-bottom: 4vw; }
  section #promotion {
    border-bottom: solid 5vw #1B2D73; } }
section .open_cam.content .schedule_box {
  margin-bottom: 50px; }
  section .open_cam.content .schedule_box hr {
    border-top: 1px solid #1B2D73;
    margin-bottom: 20px; }
  section .open_cam.content .schedule_box h4 {
    max-width: 187px;
    width: 60%;
    margin: 0 auto 30px; }
  section .open_cam.content .schedule_box ul.schedule {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    section .open_cam.content .schedule_box ul.schedule li {
      width: 30%;
      margin-left: 1.5%;
      margin-right: 1.5%;
      margin-bottom: 30px; }
    section .open_cam.content .schedule_box ul.schedule li.spacer {
      width: 100%; }

@media print, screen and (min-width: 600px) {
  section .open_cam.content .schedule_box {
    margin-bottom: 150px; }
    section .open_cam.content .schedule_box hr {
      margin-bottom: 50px; }
    section .open_cam.content .schedule_box h4 {
      max-width: 287px;
      width: 30%;
      margin: 0 auto 40px; }
    section .open_cam.content .schedule_box ul.schedule li {
      width: 22%;
      margin-left: 3%;
      margin-right: 3%;
      margin-bottom: 60px; } }
section .open_cam.content .campus_box h4 {
  max-width: 187px;
  width: 60%;
  margin: 0 auto 20px; }
section .open_cam.content .campus_box ul.campus {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  section .open_cam.content .campus_box ul.campus li {
    width: 48%;
    text-align: center; }
    section .open_cam.content .campus_box ul.campus li img {
      margin-bottom: 20px; }

@media print, screen and (min-width: 600px) {
  section .open_cam.content .campus_box h4 {
    max-width: 287px;
    width: 30%;
    margin: 0 auto 40px; }
  section .open_cam.content .campus_box ul.campus li {
    width: 23.1%;
    max-width: 231px; }
    section .open_cam.content .campus_box ul.campus li img {
      margin-bottom: 40px; }
    section .open_cam.content .campus_box ul.campus li a {
      max-width: 161px;
      width: 70%;
      display: inline-block; } }
/*--------------------------
途中のシマ　申し込み
--------------------------*/
section#application {
  background: #1B2D73;
  padding-top: 40px;
  padding-bottom: 40px; }
  section#application .app_content .link {
    width: 80%;
    max-width: 380px;
    margin: 0 auto;
    margin-bottom: 20px; }
  section#application .app_content p {
    color: #fff;
    font-size: 13px; }

@media print, screen and (min-width: 600px) {
  section#application .app_content {
    padding-top: 100px;
    padding-bottom: 100px; }
    section#application .app_content .link {
      margin-bottom: 20px; }
    section#application .app_content p {
      text-align: center;
      color: #fff; } }
/*--------------------------
実る、学びを。
--------------------------*/
section#about {
  padding-top: 50px;
  background: #F0F5F9; }

section .about_content.content h3 {
  width: 55%;
  margin: 0 auto 35px; }
section .about_content.content h4.strong {
  margin: 0 auto 80px; }
section .about_content.content h4 {
  width: 89%;
  margin: 0 auto 20px; }
section .about_content.content .strong_box {
  margin-bottom: 80px; }
  section .about_content.content .strong_box .point_wrap {
    position: relative; }
    section .about_content.content .strong_box .point_wrap .point {
      position: absolute;
      z-index: 20;
      max-width: 86px;
      width: 30%;
      top: -30px; }
      section .about_content.content .strong_box .point_wrap .point.point_01, section .about_content.content .strong_box .point_wrap .point.point_03 {
        left: -3%; }
      section .about_content.content .strong_box .point_wrap .point.point_02, section .about_content.content .strong_box .point_wrap .point.point_04 {
        right: 1%; }
    section .about_content.content .strong_box .point_wrap .block_wrap {
      width: 94%;
      background: #fff;
      position: relative;
      z-index: 10;
      padding: 5% 10% 5% 10%; }
      section .about_content.content .strong_box .point_wrap .block_wrap .txt_block h5 {
        font-size: 18px;
        font-weight: 500;
        color: #1B2D73;
        border-bottom: 1px solid #1B2D73;
        letter-spacing: 0.1em;
        line-height: 1.3em;
        padding-bottom: 20px;
        margin-bottom: 20px; }
      section .about_content.content .strong_box .point_wrap .block_wrap .txt_block p {
        font-size: 13px;
        line-height: 2.0em; }
      section .about_content.content .strong_box .point_wrap .block_wrap .ph_block {
        position: absolute;
        top: -20px;
        width: 82%; }
        section .about_content.content .strong_box .point_wrap .block_wrap .ph_block.right {
          right: -18px; }
        section .about_content.content .strong_box .point_wrap .block_wrap .ph_block.left {
          left: -20px; }
        section .about_content.content .strong_box .point_wrap .block_wrap .ph_block .icn {
          position: absolute;
          right: -20px;
          top: -40px;
          max-width: 92px;
          z-index: 20; }
    section .about_content.content .strong_box .point_wrap::after {
      content: "";
      width: 94%;
      height: 100%;
      position: absolute;
      right: 12px;
      bottom: -7px;
      background: #e3f1fd;
      background: linear-gradient(45deg, #e3f1fd 0%, #f6ebfb 46%, #fdf5f3 100%); }

@media print, screen and (min-width: 600px) {
  section .about_content.content h3 {
    max-width: 408px;
    width: 41%;
    margin: 0 auto 70px; }
  section .about_content.content h4.strong {
    margin: 0 auto 80px; }
  section .about_content.content h4 {
    max-width: 567px;
    width: 57%;
    margin: 0 auto 50px; }
  section .about_content.content .strong_box {
    margin-top: 100px;
    margin-bottom: 0px; }
    section .about_content.content .strong_box .point_wrap .point {
      max-width: 145px;
      width: 15%;
      top: -75px; }
      section .about_content.content .strong_box .point_wrap .point.point_01, section .about_content.content .strong_box .point_wrap .point.point_03 {
        left: 2%; }
      section .about_content.content .strong_box .point_wrap .point.point_02, section .about_content.content .strong_box .point_wrap .point.point_04 {
        right: 8%; }
    section .about_content.content .strong_box .point_wrap .block_wrap {
      padding: 10% 10% 10% 10%; }
      section .about_content.content .strong_box .point_wrap .block_wrap .txt_block {
        /* width: 50%;
        max-width: 330px;  */
      }
        section .about_content.content .strong_box .point_wrap .block_wrap .txt_block h5 {
          font-size: 26px;
          padding-bottom: 20px;
          margin-bottom: 20px; }
        section .about_content.content .strong_box .point_wrap .block_wrap .txt_block p {
          font-size: 14px; }
        section .about_content.content .strong_box .point_wrap .block_wrap .txt_block.right {
          float: right; }
      section .about_content.content .strong_box .point_wrap .block_wrap .ph_block {
        position: absolute;
        width: 53%;
        max-width: 420px;
        top: -60px; }
        section .about_content.content .strong_box .point_wrap .block_wrap .ph_block.right {
          right: -60px; }
        section .about_content.content .strong_box .point_wrap .block_wrap .ph_block.left {
          left: -60px; }
        section .about_content.content .strong_box .point_wrap .block_wrap .ph_block .icn {
          width: 50%;
          right: -22%;
          top: -105px;
          max-width: 215px;
          max-height: 215px; }
    section .about_content.content .strong_box .point_wrap::after {
      right: 48px;
      bottom: -12px; } }
section .about_content.content .professional_box {
  margin-bottom: 150px; }
  section .about_content.content .professional_box .rank_block {
    background: #fff;
    position: relative;
    z-index: 20;
    padding: 30px; }
    section .about_content.content .professional_box .rank_block h5 {
      margin: 0 auto 30px; }
    section .about_content.content .professional_box .rank_block .icn {
      position: absolute;
      right: -20px;
      top: -40px;
      max-width: 92px;
      z-index: 20; }
    section .about_content.content .professional_box .rank_block .rank_01_wrap .rank {
      padding-left: 9%;
      padding-right: 9%;
      margin-bottom: 50px; }
    section .about_content.content .professional_box .rank_block .rank_02_wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding-left: 1.3%;
      padding-right: 1.3%; }
      section .about_content.content .professional_box .rank_block .rank_02_wrap .rank {
        width: 50%;
        padding-left: 3%;
        padding-right: 3%;
        margin-bottom: 30px; }
  section .about_content.content .professional_box::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 7px;
    bottom: -7px;
    background: #e3f1fd;
    background: linear-gradient(45deg, #e3f1fd 0%, #f6ebfb 46%, #fdf5f3 100%); }

@media print, screen and (min-width: 600px) {
  section .about_content.content .professional_box .rank_block {
    padding: 100px 30px; }
    section .about_content.content .professional_box .rank_block h5 {
      width: 72%;
      margin-bottom: 60px; }
    section .about_content.content .professional_box .rank_block .icn {
      width: 50%;
      right: -11%;
      top: -105px;
      max-width: 215px;
      max-height: 215px; }
    section .about_content.content .professional_box .rank_block .rank_01_wrap {
      display: flex;
      justify-content: space-between;
      padding-left: 7.6%;
      padding-right: 7.6%;
      margin-bottom: 60px; }
      section .about_content.content .professional_box .rank_block .rank_01_wrap .rank {
        width: 33%;
        padding-left: 2.03%;
        padding-right: 2.03%;
        margin-bottom: 30px; }
    section .about_content.content .professional_box .rank_block .rank_02_wrap {
      padding-left: 4.76%;
      padding-right: 4.76%;
      margin-bottom: 60px; }
      section .about_content.content .professional_box .rank_block .rank_02_wrap .rank {
        width: 25%;
        padding-left: 1.36%;
        padding-right: 1.35%;
        margin-bottom: 0px; }
  section .about_content.content .professional_box::after {
    left: 12px;
    bottom: -12px; } }
section#web_cm {
  background: #f5f5f5;
  padding-top: 50px; }

@media print, screen and (min-width: 600px) {
  section#web_cm {
    padding-top: 150px; } }
section .web_cm_content.content .movie_wrap .txt_movie h3 {
  margin-bottom: 20px; }
section .web_cm_content.content .movie_wrap .txt_movie p {
  color: #1B2D73;
  font-size: 13px;
  line-height: 2.0em;
  margin-bottom: 40px; }
section .web_cm_content.content .movie_wrap .ttl_movie {
  margin-bottom: 20px; }
  section .web_cm_content.content .movie_wrap .ttl_movie h5 {
    border: 1px solid #1B2D73;
    color: #1B2D73;
    background: #fff;
    text-align: center;
    line-height: 1.0em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5em;
    margin: 0 auto 30px;
    width: 50%; }
    section .web_cm_content.content .movie_wrap .ttl_movie h5 span {
      font-weight: 500;
      letter-spacing: 0.1em; }
section .web_cm_content.content .movie_wrap .youtube {
  margin: 0 auto 50px;
  margin-right: auto;
  margin-left: auto;
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  section .web_cm_content.content .movie_wrap .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media print, screen and (min-width: 600px) {
  section .web_cm_content.content .movie_wrap {
    margin: 0 auto 130px;
    max-width: 1000px; }
    section .web_cm_content.content .movie_wrap .txt_movie {
      max-width: 733px;
      width: 74%;
      margin: 0 auto 150px; }
      section .web_cm_content.content .movie_wrap .txt_movie h3 {
        margin-bottom: 40px; }
      section .web_cm_content.content .movie_wrap .txt_movie p {
        font-size: 16px;
        line-height: 2.0em; }
    section .web_cm_content.content .movie_wrap .ttl_movie {
      display: flex;
      margin-bottom: 40px; }
      section .web_cm_content.content .movie_wrap .ttl_movie h5 {
        font-size: 23px;
        padding: 5px 20px;
        margin: 0 20px 0 0;
        width: 100%;
        max-width: 250px; }
      section .web_cm_content.content .movie_wrap .ttl_movie p {
        font-size: 14px; } }
/*--------------------------
スライド
--------------------------*/
section#slide {
  background: #fff; }
  section#slide .slide_content {
    display: flex;
    width: 100vw;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px; }
    section#slide .slide_content img {
      width: 711px;
      animation: loop-slide 25s infinite linear 1s both; }

@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
@media print, screen and (min-width: 600px) {
  section#slide .slide_content img {
    width: 1422px; } }
/*--------------------------common--------------------------*/
section {
  overflow: hidden; }
  section .contents_wrap {
    position: relative; }
    section .contents_wrap .content {
      max-width: 1024px;
      position: relative;
      z-index: 20;
      margin: 0 auto;
      padding: 0 30px; }

@media print, screen and (min-width: 600px) {
  section .contents_wrap .content {
    padding: 0 30px; } }
@media print, screen and (min-width: 1000px) {
  section .contents_wrap {
    max-width: 1350px;
    margin: 0 auto;
    margin-bottom:100px; }
    section .contents_wrap .content {
      padding: 0 12px; } }
@media print, screen and (min-width: 1600px) {
  section .contents_wrap {
    max-width: 1600px;
    width: 1600px; } }
/*--------------------------ヘッダー--------------------------*/
header .header_con {
  display: flex;
  align-items: stretch; }
  header .header_con h1 {
    background: #1B2D73;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    padding: 10px 20px; }
    header .header_con h1 img {
      width: 100%;
      vertical-align: middle; }
  header .header_con ul {
    display: none; }
  header .header_con div.document {
    border-left: 1px #fff solid;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    width: 37%;
    font-size: 11px; }
    header .header_con div.document a {
      color: #1B2D73;
      font-weight: 500;
      display: block;
      width: 100%;
      display: block;
      height: 100%;
      background: #fffe54;
      padding-top: 15px;
      padding-bottom: 15px; }
    header .header_con div.document a:hover {
      text-decoration: none; }
  header .header_con div.exam {
    border-left: 1px solid #fff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    width: 23%;
    font-size: 11px; }
    header .header_con div.exam a {
      color: #fff;
      font-weight: 500;
      display: block;
      width: 100%;
      display: block;
      height: 100%;
      background: #1B2D73;
      padding-top: 15px;
      padding-bottom: 15px; }
    header .header_con div.exam a:hover {
      text-decoration: none; }

@media print, screen and (min-width: 600px) {
  header .header_con {
    display: flex;
    align-items: stretch; }
    header .header_con h1 {
      width: 22%; }
      header .header_con h1 img {
        width: 100%;
        max-width: 183px; }
    header .header_con ul {
      display: flex;
      align-items: center;
      width: 65%;
      justify-content: space-around;
      background: #fff;
      justify-content: center;
      padding: 10px 0; }
      header .header_con ul li {
        text-align: center;
        width: 29%;
        font-size: clamp(12px, 1.5vw, 18px);
        letter-spacing: 0.05em;
        text-indent: 0.05em;
        line-height: 1.2em; }
        header .header_con ul li a {
          color: #1B2D73;
          font-weight: 500; }
    header .header_con div.document {
      width: 15%;
      font-size: 1.0vw;
      border-left: none; }
      header .header_con div.document a {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px; }
    header .header_con div.exam {
      width: 13%;
      font-size: 1.0vw; }
      header .header_con div.exam a {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px; } }
/*--------------------------プロモーション--------------------------*/
/*--------------------------footer--------------------------*/
footer {
  padding-top: 30px;
  padding-bottom: 80px;
  background: #1B2D73;
  text-align: center; }
  footer .oc_wrap {
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 20px; }
    footer .oc_wrap p {
      text-align: center;
      color: #fff;
      font-size: 14px; }
    footer .oc_wrap p.left {
      text-align: left; }
    footer .oc_wrap p.ttl_bnr {
      font-size: 16px;
      color: #fff;
      text-align: center;
      letter-spacing: 0.05em;
      text-indent: 0.05em;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      margin-bottom: 30px;
      position: relative; }
    footer .oc_wrap p.ttl_bnr:before {
      content: "";
      position: absolute;
      bottom: -26px;
      left: 50%;
      margin-left: -16px;
      border: 13px solid transparent;
      border-top: 13px solid #1B2D73;
      z-index: 2; }
    footer .oc_wrap p.ttl_bnr:after {
      content: "";
      position: absolute;
      bottom: -29px;
      left: 50%;
      margin-left: -17px;
      border: 14px solid transparent;
      border-top: 14px solid #fff;
      z-index: 1; }
  footer .btn_wrap.lastline {
    border-bottom: 1px solid #fff; }
  footer .btn_wrap {
    margin: 0 auto 30px;
    width: 74%; }
  footer p.copy {
    padding-top: 20px;
    color: #fff;
    text-align: center;
    font-size: 10px; }
  footer p.logo {
    text-align: center; }
    footer p.logo img {
      max-width: 237px; }

@media print, screen and (min-width: 600px) {
  footer {
    padding-top: 60px;
    padding-bottom: 60px; }
    footer .oc_wrap {
      padding-left: 5%;
      padding-right: 5%;
      padding-bottom: 40px;
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto; }
      footer .oc_wrap p.ttl_bnr {
        font-size: 28px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 50px;
        border-top-width: 2px;
        border-bottom-width: 2px;
        margin-right: 8%;
        margin-left: 8%; }
      footer .oc_wrap p.ttl_bnr:before {
        bottom: -24px;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #1B2D73;
        z-index: 2; }
      footer .oc_wrap p.ttl_bnr:after {
        bottom: -29px;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #fff;
        z-index: 1; }
      footer .oc_wrap p {
        font-size: 20px; }
      footer .oc_wrap p.left {
        text-align: center; }
    footer .btn_wrap {
      max-width: 600px; }
    footer p.logo img {
      width: 80%; } }
/*--------------------------背景たま--------------------------*/
section .contents_wrap .bg_fig {
  position: absolute;
  z-index: 10; }
section .contents_wrap .bg_fig.fig01_pc {
  top: 1px;
  left: -7%;
  width: 26%; }
section .contents_wrap .bg_fig.fig02_pc {
  display: none; }
section .contents_wrap .bg_fig.fig03_pc {
  top: 0px;
  right: -2%;
  width: 21%; }
section .contents_wrap .bg_fig.fig04_pc {
  top: 224px;
  left: -16%;
  width: 24%; }
section .contents_wrap .bg_fig.fig05_pc {
  top: 300px;
  left: 9%;
  width: 22%; }
section .contents_wrap .bg_fig.fig06_pc {
  top: 145px;
  right: -12%;
  width: 19%; }
section .contents_wrap .bg_fig.fig07_pc {
  top: 570px;
  left: -25%;
  width: 35%; }
section .contents_wrap .bg_fig.fig08_pc {
  top: 450px;
  right: -8%;
  width: 20%; }
section .contents_wrap .bg_fig.fig09_pc {
  display: none; }
section .contents_wrap .bg_fig.fig10_pc {
  top: 1320px;
  right: -17%;
  width: 22%; }
section .contents_wrap .bg_fig.fig11_pc {
  display: none; }
section .contents_wrap .bg_fig.fig12_pc {
  bottom: -80px;
  right: -10%;
  width: 38%; }

@media print, screen and (min-width: 600px) {
  section .contents_wrap .bg_fig.fig01_pc {
    top: -10px;
    left: 6%;
    max-width: 300px;
    width: 23%; }
  section .contents_wrap .bg_fig.fig02_pc {
    display: block;
    top: -7px;
    right: 18%;
    max-width: 152px;
    width: 12%; }
  section .contents_wrap .bg_fig.fig03_pc {
    top: 90px;
    right: -1%;
    width: 20%;
    max-width: 261px; }
  section .contents_wrap .bg_fig.fig04_pc {
    top: 300px;
    left: -4%;
    max-width: 182px;
    width: 14%; }
  section .contents_wrap .bg_fig.fig05_pc {
    top: 490px;
    left: -7%;
    max-width: 222px;
    width: 17%; }
  section .contents_wrap .bg_fig.fig06_pc {
    top: 670px;
    right: 19%;
    max-width: 121px;
    width: 8%; }
  section .contents_wrap .bg_fig.fig07_pc {
    top: 770px;
    left: -5%;
    max-width: 152px;
    width: 14%; }
  section .contents_wrap .bg_fig.fig08_pc {
    top: 690px;
    right: -5%;
    max-width: 183px;
    width: 12%; }
  section .contents_wrap .bg_fig.fig09_pc {
    display: block;
    top: 1360px;
    left: -12%;
    max-width: 222px;
    width: 17%; }
  section .contents_wrap .bg_fig.fig10_pc {
    top: 1570px;
    right: -14%;
    max-width: 262px;
    width: 20%; }
  section .contents_wrap .bg_fig.fig11_pc {
    display: block;
    bottom: 310px;
    left: -12%;
    max-width: 222px;
    width: 17%; }
  section .contents_wrap .bg_fig.fig12_pc {
    display: block;
    bottom: -100px;
    right: -15%;
    max-width: 262px;
    width: 20%; } }
@media print, screen and (min-width: 1000px) {
  section .contents_wrap .bg_fig.fig05_pc {
    top: 500px;
    left: 8%; } }
@media print, screen and (min-width: 1600px) {
  section .contents_wrap .bg_fig.fig01_pc {
    left: 190px; }
  section .contents_wrap .bg_fig.fig02_pc {
    right: 380px; }
  section .contents_wrap .bg_fig.fig03_pc {
    right: 100px; }
  section .contents_wrap .bg_fig.fig04_pc {
    left: 60px; }
  section .contents_wrap .bg_fig.fig05_pc {
    left: 220px; }
  section .contents_wrap .bg_fig.fig06_pc {
    right: 400px; }
  section .contents_wrap .bg_fig.fig07_pc {
    left: 50px; }
  section .contents_wrap .bg_fig.fig08_pc {
    right: 0px; }
  section .contents_wrap .bg_fig.fig09_pc {
    left: -50px; }
  section .contents_wrap .bg_fig.fig10_pc {
    right: -60px; }
  section .contents_wrap .bg_fig.fig11_pc {
    left: -50px; }
  section .contents_wrap .bg_fig.fig12_pc {
    right: -60px; } }
section .contents_wrap .bg_fig.fig2_01 {
  top: 10px;
  right: -6%;
  width: 27%; }
section .contents_wrap .bg_fig.fig2_14 {
  top: -20px;
  left: -8%;
  width: 30%; }
section .contents_wrap .bg_fig.fig2_02 {
  display: none; }
section .contents_wrap .bg_fig.fig2_03 {
  top: 4%;
  left: -5%;
  width: 20%; }
section .contents_wrap .bg_fig.fig2_04 {
  display: none; }
section .contents_wrap .bg_fig.fig2_05 {
  top: 16%;
  left: -24%;
  width: 35%; }
section .contents_wrap .bg_fig.fig2_06 {
  top: 26%;
  right: -11%;
  width: 27%; }
section .contents_wrap .bg_fig.fig2_07 {
  top: 33%;
  left: -9%;
  width: 20%; }
section .contents_wrap .bg_fig.fig2_08 {
  top: 55%;
  right: -9%;
  width: 40%; }
section .contents_wrap .bg_fig.fig2_09 {
  top: 56%;
  left: -9%;
  width: 27%; }
section .contents_wrap .bg_fig.fig2_10 {
  top: 76%;
  right: -9%;
  width: 22%; }
section .contents_wrap .bg_fig.fig2_11 {
  display: none; }
section .contents_wrap .bg_fig.fig2_12 {
  top: 94%;
  left: -9%;
  width: 30%; }
section .contents_wrap .bg_fig.fig2_13 {
  top: 96%;
  right: -2%;
  width: 22%; }

@media print, screen and (min-width: 600px) {
  section .contents_wrap .bg_fig.fig2_01 {
    top: -3%;
    right: -14%;
    width: 23%;
    max-width: 302px; }
  section .contents_wrap .bg_fig.fig2_14 {
    top: 0%;
    left: -14%;
    width: 11%;
    max-width: 261px; }
  section .contents_wrap .bg_fig.fig2_02 {
    display: block;
    top: 6%;
    right: 9%;
    width: 8%;
    max-width: 102px; }
  section .contents_wrap .bg_fig.fig2_03 {
    top: 9%;
    left: 5%;
    width: 12%;
    max-width: 152px; }
  section .contents_wrap .bg_fig.fig2_04 {
    display: block;
    top: 24%;
    right: -5%;
    width: 12%;
    max-width: 152px; }
  section .contents_wrap .bg_fig.fig2_05 {
    top: 26%;
    left: -10%;
    width: 20%;
    max-width: 262px; }
  section .contents_wrap .bg_fig.fig2_06 {
    top: 37%;
    right: -4%;
    width: 15%;
    max-width: 202px; }
  section .contents_wrap .bg_fig.fig2_07 {
    top: 48%;
    left: -2%;
    width: 8%;
    max-width: 102px; }
  section .contents_wrap .bg_fig.fig2_08 {
    top: 59%;
    right: 1%;
    width: 20%;
    max-width: 262px; }
  section .contents_wrap .bg_fig.fig2_09 {
    top: 63%;
    left: -4%;
    width: 13%;
    max-width: 322px; }
  section .contents_wrap .bg_fig.fig2_10 {
    top: 79%;
    right: -1%;
    width: 8%;
    max-width: 102px; }
  section .contents_wrap .bg_fig.fig2_11 {
    display: block;
    top: 84%;
    left: -9%;
    width: 20%;
    max-width: 262px; }
  section .contents_wrap .bg_fig.fig2_12 {
    top: 94%;
    left: 6%;
    width: 12%;
    max-width: 152px; }
  section .contents_wrap .bg_fig.fig2_13 {
    top: 94%;
    right: 0%;
    width: 15%;
    max-width: 202px; } }
@media print, screen and (min-width: 1600px) {
  section .contents_wrap .bg_fig.fig2_01 {
    right: -60px; }
  section .contents_wrap .bg_fig.fig2_14 {
    left: 90px; }
  section .contents_wrap .bg_fig.fig2_02 {
    top: 6%;
    right: 250px; }
  section .contents_wrap .bg_fig.fig2_03 {
    left: 192px; }
  section .contents_wrap .bg_fig.fig2_04 {
    right: 65px; }
  section .contents_wrap .bg_fig.fig2_05 {
    left: -5px; }
  section .contents_wrap .bg_fig.fig2_06 {
    right: 70px; }
  section .contents_wrap .bg_fig.fig2_07 {
    left: 90px; }
  section .contents_wrap .bg_fig.fig2_08 {
    right: 135px; }
  section .contents_wrap .bg_fig.fig2_09 {
    left: 66px; }
  section .contents_wrap .bg_fig.fig2_10 {
    right: 115px; }
  section .contents_wrap .bg_fig.fig2_11 {
    left: -10px; }
  section .contents_wrap .bg_fig.fig2_12 {
    left: 200px; }
  section .contents_wrap .bg_fig.fig2_13 {
    right: 40px; } }
/*--------------------------　ノート　--------------------------*/
#page-top {
  display: none;
  position: fixed;
  top: 210px;
  right: 0px;
  z-index: 40;
  text-align: start;
  line-height: normal;
  writing-mode: vertical-rl;
  text-orientation: upright; }

#page-top a {
  display: none;
  background: #fffe54;
  text-decoration: none;
  color: #1B2D73;
  letter-spacing: 0.1em;
  border-radius: 10px 0px 0px 10px;
  font-size: 20px;
  padding: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2em; }

#page-top02 {
  display: none;
  position: fixed;
  top: 50px;
  right: 0px;
  z-index: 40;
  text-align: start;
  line-height: normal;
  writing-mode: vertical-rl;
  text-orientation: upright; }

#page-top02 a {
  display: none;
  background: #1B2D73;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.1em;
  border-radius: 10px 0px 0px 10px;
  font-size: 20px;
  padding: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2em; }

@media print, screen and (min-width: 600px) {
  #page-top02,
  #page-top {
    display: block; }

  #page-top02 a,
  #page-top a {
    display: inline-block; } }
.footmenu_sp {
  position: fixed;
  display: flex;
  left: 0;
  bottom: 0;
  width: 100%;
  /* 1. メニューを画面下へ隠す */
  transform: translateY(100%);
  /* 2. 0.3秒かけて表示する */
  transition: .3s;
  z-index: 100; }

.active {
  /* 3. メニューを定位置へ戻す */
  transform: translate(0); }

@media print, screen and (min-width: 600px) {
  .footmenu_sp {
    display: none !important; } }


/*#############################2025年7月28日################################*/

:root {
  --main-color: #1b2d73;
  --sub-color: #FFFE54;
  --font-color: var(--main-color);
  /* --main-font: "Inter", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
  --main-font: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック体","YuGothic","游ゴシック","Yu Gothic","メイリオ","Meiryo","sans-serif";
  --header-height: 4.3125rem;
  --bg-gradient: linear-gradient(90deg, #1FDDAC 0%, #3BDDD9 100%);
}

body {
  font-family: var(--main-font);
  font-size: 1rem;
  font-weight: 350;
  color: var(--font-color);
  -ms-overflow-style: none;
}

h1,h2,h3,h4,h5,h6{
    font-weight:700;
    font-family:Zen Maru Gothic,sans-serif
}

.p-about-shutsugan__text {
  color: #202020;
  text-align: justify;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  /*width: 21.25rem;*/
}

.c-title1 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  position: relative;
  padding-bottom: 1.25rem;
}

.c-title1::after {
  content: "";
  width: 5rem;
  height: 0.25rem;
  background: currentColor;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .c-title1 {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1rem;
    position: relative;
    padding-bottom: 1.25rem;
  }

  .c-title1::after {
    content: "";
    width: 5rem;
    height: 0.25rem;
    background: currentColor;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
}

.c-date__symbol {
  font-size: 2rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  line-height: 1;
}

.c-box1 {
  border-radius: 0.75rem;
  border: 0.25rem solid #d4e6f2;
  background: #fff;
  padding: 2.5rem;
  display: grid;
  gap: 2.5rem;
}

.c-box1__dlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.c-box1__dlist-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  border-radius: 0.25rem;
  border: 0.125rem solid;
  padding: 0.3125rem 1.0625rem;
}

.c-title2 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
  background: linear-gradient(97deg, rgba(31, 221, 172, 0.4) 36.92%, rgba(59, 221, 217, 0.4) 71.15%);
  padding: 2.5rem 0 3.75rem;
  position: relative;
  z-index: 1;
  line-height: 1;
}

.c-title2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: calc(100% - 3.75rem);
  height: calc(100% - 1.25rem);
  background: url(../img/title2_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.c-title3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: center;
}

.c-title3__en {
  color: #fff;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 1;
}

.c-title3__ja {
  margin-top: -1.875rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  padding: 1.0625rem 2.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.c-title3__ja::before, .c-title3__ja::after {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  top: 0;
  border-top: 0.125rem solid;
}

.c-title3__ja::before {
  left: 0;
  border-left: 0.125rem solid;
}

.c-title3__ja::after {
  right: 0;
  border-right: 0.125rem solid;
}

.c-title3__ja-inner::before, .c-title3__ja-inner::after {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  bottom: 0;
  border-bottom: 0.125rem solid;
}

.c-title3__ja-inner::before {
  left: 0;
  border-left: 0.125rem solid;
}

.c-title3__ja-inner::after {
  right: 0;
  border-right: 0.125rem solid;
}


.p-about-shutsugan__title {
  margin-top: 2.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 0.75rem 0 0.75rem 0.75rem;
  /* border-top: 0.125rem solid; */
  border-bottom: 0.125rem solid;
  position: relative;
  margin-bottom: 0.846875rem;
}

@media screen and (max-width: 768px) {

  .p-about-shutsugan__title {
    margin-top: 2.75rem;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6;
    padding: 0.75rem 0 0.75rem 0.75rem;
    /* border-top: 0.125rem solid; */
    border-bottom: 0.125rem solid;
    position: relative;
    margin-bottom: 0.846875rem;
  }
} 

.p-about-shutsugan__title span {
  color: #3bddd9;
  font-size: 2.25rem;
  font-weight: 600;
  margin-right: 0.75rem;
  vertical-align: sub;
  font-style: italic;
}

.p-about-shutsugan__title2 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 1rem;
  padding-bottom: 1rem;
  /* border-top: 0.125rem solid; */
  /*border-bottom: 0.125rem solid;*/
  position: relative;

}

.p-about-shutsugan__title2 span {
  color: #3bddd9;
  font-size: 1.375rem;
  font-weight: 700;
  vertical-align: sub;
  font-style: italic;
}

/* .strong_box_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.strong_box {
  width: 32%;
} */

/* レスポンシブ対応（スマホでは縦並び） */
@media screen and (max-width: 768px) {
  .strong_box {
    width: 100%;
  }
}



* {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  width: 100%;
  max-width: 1100px;
  margin: 30px auto;
  font-size: 16px;
  color: #003366;
}

th, td {
  border: 1px solid var(--main-color);
  padding: 15px 25px !important;
  vertical-align: top;
  line-height: 1.4;
  background-color: #fff;
  font-size: 1.3rem;
}

th {
  background-color: #f0f0f0;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

.caption {
  font-size: 1.0rem;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.dotted-top {
  border-top: 2px dotted #000;
}

.v-middle {
  vertical-align: middle;
}

/* スマホ対応：768px以下 */
@media screen and (max-width: 768px) {
  th, td {
    padding: 5px 5px !important;
    font-size: 0.9rem;
  }

  .caption {
    font-size: 0.685rem;
    line-height: 1;
  }
}

/* PC対応：769px以上 */
@media screen and (min-width: 769px) {
  .selective-type-cell {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    font-weight: normal;
    background-color: #fff;
    text-align: center !important;
  }
}

.y-color{
   background:linear-gradient(transparent 60%, #ff6 60%);
}

.mt10{
  margin-top:10px;
}

.mt30{
  margin-top:30px;
}

.mt40{
  margin-top:40px!important;
}

.mt60{
  margin-top:60px!important;
}

.mt70{
  margin-top:70px!important;
}


.qa-item {
  margin: 10px 0;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  overflow: hidden;
}

.qa-item input {
  display: none;
}

.qa-item label {
  display: block;
  background: var(--main-color);
  color: #fff;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
}

.qa-item .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #f1f1f1;
  padding: 0 10px;
}

.qa-item input:checked + label + .answer {
  max-height: 300px;
  padding: 10px;
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.outlined-text {
 text-shadow:
    -1px -1px 0 white,
     1px -1px 0 white,
    -1px  1px 0 white,
     1px  1px 0 white;
}

.tabel-hosoku{
  font-size:1.0rem;
  color: #202020;
  text-align: justify;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .tabel-hosoku {
    margin-bottom:40px;
  }
}


.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  height: 4.0rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.6875;
  font-size: 1.18rem;
  max-width: 100%;
  max-height: 100%;
  border-radius: calc(infinity * 1px);
  width: 27.5rem;
  padding: 0.9375rem 2.5rem;
  --button-color: var(--main-color);
  --button-bg: var(--bg-gradient);
  background: var(--button-bg);
  color: white!important;
}

.c-button--main-color {
  --button-color: #fff;
  --button-bg: var(--main-color);
}

.c-button--about {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  position: relative;
}

.c-button--about::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  /* background-image: url(/_shared/images/icon_arrow_right-white.svg);
  background-size: contain;
  background-repeat: no-repeat; */
  display: block;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-button--shutsugan {
  width: 32.5rem;
  height: 6.25rem;
  background: var(--sub-color);
  border: 0.125rem solid var(--main-color);
  font-size: 2.5rem;
}

.c-button--shutsugan::before {
  content: "▶︎";
  font-size: 2rem;
  font-weight: 500;
  margin-right: 1.25rem;
}

.c-button__lgtext {
  font-size: 1.375rem;
}

.c-button__smtext {
  font-size: 1rem;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  text-decoration: none!important;
  opacity: 0.5;
}

.c-button-center{
    text-align: center;
}

.p-anime{
  text-align: center;
  margin-bottom:5px!important;
  font-size:1.0rem!important;
  font-weight:600;
}

.c-button-center {
  display: flex;
  justify-content: center;
  gap: 45px; /* aタグ同士に20pxの間隔 */
}

.c-button2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  height: 4.0rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.6875;
  font-size: 1.18rem;
  max-width: 100%;
  max-height: 100%;
  border-radius: calc(infinity * 1px);
  width: 10.6rem;
  padding: 0.9375rem 1.5rem;
  --button-color: var(--main-color);
  --button-bg: var(--bg-gradient);
  background: var(--button-bg);
  color: white!important;
}

.c-button2--main-color {
  --button-color: #fff;
  --button-bg: var(--main-color);
}

.c-button2--about {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  position: relative;
}

.c-button2--about::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  /* background-image: url(../images/icon_arrow_right-white.svg);
  background-size: contain;
  background-repeat: no-repeat; */
  display: block;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-button2--shutsugan {
  width: 10.6rem;
  height: 10.6rem;
  background: var(--sub-color);
  border: 0.125rem solid var(--main-color);
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {

  .c-button-center {
  display: flex;
  justify-content: center;
  gap: 15px; /* aタグ同士に20pxの間隔 */
  }

  .c-button2 {
   
    width: 5.9rem;
  }

  .c-button2--about::after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    /* background-image: url(../images/icon_arrow_right-white.svg);
    background-size: contain;
    background-repeat: no-repeat; */
    display: block;
    position: absolute;
    top: 50%;
    right: 1.25rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .c-button2--shutsugan {
    width: 5.9rem;
    height: 5.9rem;
    background: var(--sub-color);
    border: 0.125rem solid var(--main-color);
    font-size: 2.5rem;
  }
}

.c-button2--shutsugan::before {
  content: "▶︎";
  font-size: 2rem;
  font-weight: 500;
  margin-right: 1.25rem;
}

.c-button2__lgtext {
  font-size: 1.375rem;
}

.c-button2__smtext {
  font-size: 1rem;
}


.c-button2-center{
    text-align: center;
}


.modal-k {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    transition: opacity .3s, visibility .3s;
}

.modal-k.is-active {
    visibility: visible;
    opacity: 1;
}

.modal-k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    cursor: pointer;
}

.modal-k-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 612px;
    width: 90%;
    background-color: #fff;
    border-radius: 8px;
}

.modal-k-content__inner {
    padding: 30px;
    position: relative;
}

.modal-k-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 24px;
}

.obi_hu{
		background: #ef8239;
		color:#fff;
		padding: 0.3em;
}

.obi_me{
	background: #eb7389;
	color:#fff;
	padding: 0.3em;
}

.obi_di{
	background: #188e8e;
	color:#fff;
	padding: 0.3em;
}

.obi_yaku{
	background: #2198cf;
	color:#fff;
	padding: 0.3em;
}

.obi_mo{
	background: #62aa76;
	color:#fff;
	padding: 0.3em;
}

.obi_he{
	background: #6272a3;
	color:#fff;
	padding: 0.3em;
}


.course{
	font-weight: 400;
	font-size:0.85em;
}

.gakka{
	margin-bottom: 10px;
	margin-top:6px;
}

.di-caption-text{
	font-size:0.75em;
}

.di-caption-text2{
	font-size:0.75em;
	line-height:1.2;
	margin-bottom:20px;
	font-weight: 400;
}

.access-box {
	display: inline-block; /* インライン要素として表示 */
	padding: 3px 15px; /* ボックス内の余白を設定 */
    border: solid 1.5px #2a69dd;
	/*background: #8ed4f1;*/
	
	color:#2a69dd;
    border-radius: 20px; /* 角を丸くする */
}

.access-text{
	color:#2a69dd;
	font-size:0.85em;
}

.invi {
    background-color: transparent!important;
    border: 0px!important;
}

.mb10{
	margin-bottom:6.5rem;
}

/* 丸型レイアウトを横に並べる */
.circle-toku-yaku-wrapper {
  display: flex;
  justify-content: center;
  gap: 5rem;
  flex-wrap: wrap;
}

/* 円の基本スタイル（薬学部：青） */
.circle-toku-yaku {
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #e3f3ff, #a3d5ff);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* 薬学部以外：緑円 */
.circle-toku-yaku.honey {
  background: radial-gradient(circle at 30% 30%, #e4f8df, #b9e5a6);
}

/* ホバー時のふわっと効果 */
.circle-toku-yaku:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

/* テキストの各行スタイル */
.line1, .line2, .line3 {
  margin: 0;
  color: #003366;
  line-height: 1.3;
}

.line1 {
  font-size: 0.8rem;
}

.line2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0.2rem 0;
}

.line3 {
  font-size: 1rem;
}

/* 単位（％、万円）を小さく見せる */
.unit {
  font-size: 0.6em;
  font-weight: bold;
  margin-left: 0.1em;
}

@media screen and (max-width: 768px) {
  .circle-toku-yaku-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    justify-items: center;
    padding: 0 1rem;
  }

  .circle-toku-yaku-wrapper .circle-toku-yaku:first-child {
    grid-column: 1 / 3; /* 最初の円だけ中央に配置 */
    justify-self: center;
  }

  .circle-toku-yaku {
    width: 7rem;
    height: 7rem;
    padding: 0.4rem;
    flex-shrink: 0;
  }

  .line1 {
    font-size: 0.55rem;
  }

  .line2 {
    font-size: 1.2rem;
  }

  .line3 {
    font-size: 0.65rem;
  }

  .unit {
    font-size: 0.5em;
  }
}

.catch-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem; /* 線とテキストの間隔 */
  margin-top: 2rem;
}

.catch-line {
  display: block;
  width: 40px; /* 線の長さ */
  height: 2px; /* 線の太さ */
  background: #4facfe; /* 線の色 */
  border-radius: 2px;
}

.catch-text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #1a3c7e;
  line-height: 1.8;
  margin-bottom:1rem;
}

/* チェック付きリスト */
.check-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem auto 0;
  max-width: 600px;
}

.check-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #1a3c7e;
}

.check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #4facfe;
  font-weight: bold;
}

@media (max-width: 600px) {
  .catch-text {
    font-size: 1.2rem;      /* 少し小さめ */
    line-height: 1.6;       /* 行間を詰める */
  }

  .catch-wrap {
    gap: 1rem;              /* 線との間隔を詰める */
  }

  .catch-line {
    width: 25px;            /* 線を短くする */
  }

  .check-list {
    font-size: 1rem;        /* リストもやや小さく */
  }

  .check-list li {
    margin-bottom: 0.6rem;  /* リスト間の余白を詰める */
  }
}
