@charset "UTF-8";

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');


html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}


ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

/* box-sizing */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* hover img alpha2 */
a img.alpha {
  transition: all 0.2s ease 0s;
}
a:hover img.alpha {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=0.8 )";
}

sup{
  vertical-align: baseline;
  position: relative;
  top: -0.6ex;
  font-size:75%;
}

html {
  scroll-behavior: smooth;
}


/* for sp link */
#sp_btn {
  display: none;
  text-align: center;
  padding-top: 40px;
}

body {
  width: 100% !important;
  font-size: 1.8rem;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.02em;
  z-index: 1;

  -webkit-text-size-adjust: 100%; /*スマホ自動調整対策*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background: #fff;
}

body {
  font-family: "Mulish", 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html, body {
  overflow-x: hidden;
}

body {
  overflow-x: clip;
}

/* ルビ */
[data-ruby] {
   position: relative;
}
[data-ruby]::before {
   content: attr(data-ruby);
   position: absolute;
   top: -1.2em;
   left: 0;
   right: 0;
   margin: auto;
   font-size: 0.5em;
   zoom: 0.5;
}

[data-ruby2] {
   position: relative;
}
[data-ruby2]::before {
   content: attr(data-ruby2);
   position: absolute;
   top: -3.5em;
   left: 0;
   right: 0;
   margin: auto;
   font-size: 0.4em;
   zoom: 0.5;
}


.social_box {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.social_buttons {
  display: inline-block;
  text-align: left;
}

.sp_nbo_header {
  display: none;
}

.wrap {
  width: 100%;
  position: relative;
  margin: 0 auto;
  background-color: #fcfcff;
}

.wrap:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 800px;
  height: 267px;
  background: url(img_obj2.png) top center / cover no-repeat;
}



header {
  width: 100%; /* android view point */
  margin: 0 auto;
  position:relative;
}

header:before {
    aspect-ratio: 1.6;
    background-image: url(shapes-background.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 230%; /* もと 225% */
    left: 50%;
    position: absolute;
    top: -12.5%;
    transform: rotate(22deg) translateX(-50%);
    transform-origin: center center;
    z-index: 0;
}


.main_ttl {
  position: relative;
  margin: 50px auto 0;
  width: 75%;
  height: 0;
  z-index: 3;
  padding-top: calc(242/966 * 75%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(logo-beyond.png) top center / cover no-repeat;
}

.title-button {
    position: relative;
    display: block;
   margin: 10px auto 0;
  width: 94%;
  max-width: 540px;
    height: auto;
  color: #fff;
    text-decoration: none;
  padding: 0.7em 0.5em;
  background: #000;
  transition: 0.3s;
  border-radius: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.05rem, calc(1vw + 1rem), 1.4rem);
  font-weight:bold;
  line-height: 1.5;
  border: 2px solid #FFF;
}



.title-button:hover {
  opacity:0.8;
}

h1 {
  padding: 10px 20px 20px;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1.1rem, calc(1vw + 1.1rem), 2.8rem);
  line-height: 1.3;
   font-weight: 700;
  position: relative;
   letter-spacing: 0.05em;
   color: #fff;
  display: block;
  text-align: center;
}

.small_h1 {
  font-size: clamp(0.9rem, calc(1vw + 0.9rem), 1.5rem);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.02em;
   color: #fff;

}

.change-color {
  background-color: rgba(0,0,0,0.85);
  transition: 0.3s;
  border-bottom: 1px solid #4a93bb;
}

.event-date {
  width: 94%;
  margin: 70px auto 50px;
  font-size: clamp(1rem, calc(1vw + 1rem), 1.7rem);
  font-weight: 400;
  line-height: 1.5;
  color: #FFF;
  text-align: center;
  position: relative;
  z-index: 10;
  vertical-align: baseline;
}

.event-date .b_txt {
  font-weight: 900;
  vertical-align: baseline;
}

.event-date .large_txt {
  font-weight: 900;
  font-size: 180%;
  vertical-align: baseline;
}

.nav_box {
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 9999;
  padding: 0 10%;
  position: sticky;
  top: 0;
}

nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px 0;
}

.nav_item1 {
  width: 20%;
  font-weight: 700;
  text-align: center;
  font-size: clamp(0.85rem, calc(1vw + 1rem), 1rem);
  line-height: 1.4;
  color: #000;
  align-self: center;
}

.nav_item1 img {
  width: 100%;
  max-width: 200px;
}

.nav_item2 {
  width: 60%;
  font-weight: 700;
  text-align: center;
  font-size: clamp(0.85rem, calc(1vw + 1rem), 1.1rem);
  line-height: 1.4;
  color: #000;
  display: flex;
  justify-content: center;
}

.nav_item2_2 {
  width: 25%;
  align-self: center;
}

.nav_item3 {
  width: 20%;
  font-weight: 700;
  text-align: center;
  font-size: clamp(0.85rem, calc(1vw + 1rem), 1rem);
  line-height: 1.4;
  color: rgba(255,255,255,0);
  padding: 10px 0;
}



.arrow-button {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
  color: #fff;
    text-decoration: none;
  padding: 5px;
  transition: 0.3s;
}


.arrow-button:hover {
  color: #57bbec;
}

.arrow-button2 {
    position: relative;
    display: block;
   margin: 10px auto 0;
  width: 94%;
    height: auto;
  color: #000;
    text-decoration: none;
  padding: 10px;
  background: #fff;
  transition: 0.3s;
  border-radius: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(0.85rem, calc(1vw + 1rem), 1.1rem);
  font-weight:700;
  line-height: 1.5;
}


.nav_item4 {
  display: none;
}

/*スライド*/
.slide-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
   padding: 30px 0;
  background: #FFF;
}
.slide-wrapper {
  display: flex;
  animation: slide-flow 40s infinite linear 1s both;
}
.slide{
  width: 350px;
  object-fit:cover;
}
@keyframes slide-flow {
   0% {transform: translateX(0);}
 100% {transform: translateX(-100%);}
}
/*スライド*/

.leadarea {
  width: 90%;
  position: relative;
  z-index:3;
  margin: 0 auto;
  background: #FFF;
  border-radius: 30px;
  padding: 30px;
}


.leadarea:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transform-origin: center center;
    z-index: 0;
    overflow: hidden;
    opacity: 0.3;
  padding-top: calc(929/1920 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(shapes-corporate-after.png) top center / cover no-repeat;
}

.lead {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 2;
 color: #000;
}

.br_pc {
  display:block;
}

.lead p {
  padding-bottom: 10px;
}

main {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 10px;
  position: relative;
}

main img {
  width: 100%;
}

main p {
  font-size: 1rem;
  line-height: 2rem;
  text-align: justify;
  text-justify:inter-ideograph;  
}

.sec1_container {
  width: 100%;
  position: relative;
}

.sec1_container:before {
  content: '';
  position: absolute;
  bottom: -10%;
  right: 0;
  width: 500px;
  height: 655px;
  background: url(img_obj.png) top center / cover no-repeat;
}

.sec1 {
  position: relative;
  width: 90%;
  margin: 50px auto;
  padding: 0;
  border-radius: 30px;
  background: #FFF;
  z-index:15;
}

.sec1:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transform-origin: center center;
    z-index: 0;
    overflow: hidden;
    opacity: 0.2;
  padding-top: calc(929/1920 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(shapes-corporate-after.png) top center / cover no-repeat;
}


.sec1_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 40px ;
  color: #000;
  position:relative;
  z-index: 4;
}

.h2_box {
  width: 94%;
  max-width: 960px;
  margin: 0 auto;
}

h2 {
  width: 100%;
  max-width: 300px;
  margin: 0 auto -1px;
  padding: 45px 25px 15px;
  font-weight: 900;
  font-size: clamp(1.1rem, calc(1vw + 1.1rem), 2rem);
  line-height: 1.4;
  z-index:10;
  letter-spacing: 0.15em;
  text-align: center;
}

.grade {
background:linear-gradient(90deg,#59edea,#6235a9);
-webkit-background-clip:text;
-webkit-text-fill-color: transparent;
}



.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pb40 {
  padding-bottom: 40px;
}

h3 {
  margin: 0;
  padding: 0;
  width: 98%;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  color: #000;
}


h4 {
  margin: 0 auto;
  padding: 0;
  width: 98%;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #000;
}

.profile {
  width: 100%;
  margin: 5px auto;
  padding: 3px 0;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.4;
  color: #333;
  text-align: justify;
}

.name_area {
  width: 100%;
  padding: 0;
}

.name_area2 {
  padding: 12px 30px 0 0;
}

.name {
  margin: 0;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1.3;
  text-align: left;
  color: #000;
  width: 100%;
  position: relative;
}

.name_large {
  font-size: 1.2rem;
  line-height: 1.8;
  vertical-align: baseline;
}

.name_small {
  font-size: 0.7rem;
}

.name_large2 {
  font-size: 1rem;
  line-height: 1.8;
  vertical-align: baseline;
}



.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  margin: 0 auto;
  padding: 10px 5px 0;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  text-align: justify; 
  text-justify: inter-ideograph;
}

footer {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}

.button-4 a{
  display: block;
  width: 100%;
  height: auto;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  padding: 2rem 2%;
  margin: 0 auto 20px;
  text-decoration:none;
  transition:all .5s ease;
  font-size: 1.1rem;
  font-weight:bold;
  line-height: 1.2;
background: #032d42;
  color:#FFF;
  vertical-align: middle;
}

.button-4 a:hover {
  opacity: 0.8;
}

.b_txt {
  font-weight: bold;
}

.next {
  height: 30px;
  padding: 5px 15px;
  display: inline-block;
  background:#FFF;
  color: #032d42;
  border-radius: 15px;
  vertical-align: middle;
}

.logo_container {
  width: 94%;
  max-width: 1180px;
  display: flex;
  justify-content: center;
  margin: 30px auto 15px;
  gap: 12px;
flex-wrap: wrap;
}

.logo_item1 {
  width: 19%;
  background: #FFF;
  border-radius: 1rem;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .08));
  padding: 10px;
  align-self: center;
}

.logo_item1 img {
  width: 100%;
}


.logo_bg1 {
  background: #0f203e;
}

.caption4 {
  width: 94%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 15px 30px;
  text-align: right;
  font-size: 0.9rem;
  color: #333;
}


.logo {
  margin: 2.5% auto 1%;
  width: 250px;
  text-align: center;
}

.localFooter {
  line-height: 150%;
}

.caption2 {
  width: 100%;
  margin: 10px auto;  
  font-size: 0.9rem;
  line-height: 1.6;
  color: #333;
  text-align: left; 
}

.caption3 {
  width: 100%;
  margin: 10px auto 20px;  
  font-size: 0.9rem;
  line-height: 1.6;
  color: #000;
  text-align: justify; 
  font-weight: normal;
}

.caption0426 {
  width: 100%;
  max-width: 960px;
  margin: 10px auto 30px;  
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  text-align: left; 
}


/* 単語ごとに改行 */
.sub_wb {
  display: inline-block;
  vertical-align: baseline;
}

.ovr_txt {
  overflow: auto;
}


.btn_area {
  width: 100%;
  margin: 30px auto 0;
  padding: 1.5% 2% 0;

  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.btn_item1 {
  width: 90%;
  max-width: 600px;
  margin: 0 auto 10px;
  padding: 0.7em 0.5em;
background: linear-gradient(to right,  #59bcec 0%,#59edea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   font-size: 1.5rem;
   font-weight: bold;
   line-height: 1.3;
  text-align: center;
  color: #000;
  border-radius: 100vh; 
  text-decoration: none;
  position: relative;
  border: 2px solid #FFF;
  transition: 0.3s;
}

.btn_item1:hover {
  opacity: 0.8;
}



.btn_item2 {
  width: 46%;
  margin: 0 auto;
  padding: 0.5em;
  background: #000;
   font-size: 1.5rem;
   font-weight: bold;
   line-height: 1.3;
  text-align: center;
  color: #FFF;
  border-radius: 100vh; 
  text-decoration: none;
transition: 0.3s;
}

.btn_item3 {
  width: 100%;
  margin: 0 auto;
  padding: 0.5em 0.5em 0;
   font-size: 1.5rem;
   font-weight: bold;
   line-height: 1.3;
  text-align: center;
  color: #FFF;
  border-radius: 100vh; 
  text-decoration: none;
  display:flex;
  justify-content: center;
  align-self: center;
}

.btn_item2:hover {
  opacity: 0.8;
}

.sml_txt {
  font-size: 75%;
  letter-spacing: -0.02em;
}

.sml_txt2 {
  font-size: 75%;
  letter-spacing: -0.02em;
}

.sml_txt3 {
  font-size: 90%;
  letter-spacing: 0.02em;
}


.pt40 {
  padding-top: 40px;
}


#contact2 {
  width: 100%;
  border-top: 1px solid #312d2a;
  border-bottom: 1px solid #312d2a;
  padding: 30px 0;
  text-align: center;
}
#contact2 img {
  width: 280px;
}

.contact_info {
  width: 100%;
  border-bottom: 1px solid #312d2a;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
   font-size: 0.9rem;
   font-weight: bold;
   line-height: 1.3;
}

.contact_info p {
   padding-bottom: 15px;
}

.button {
    width: auto;
    max-width: 300px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0.5em 0;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    background: #0a42c1;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 0.3em;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .2));
}

.copyright{
  padding: 30px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

  font-size: 12px;
  line-height: 1.6em;
  color: #969696;
  text-align: center;
}

.copyright img {
  padding-left:10px;
}

.pro_bdr1 {
  border-top: 1px solid #4a93bb;
}

.pro_bdr2 {
  border-bottom: 1px solid #4a93bb;
}

.pro_box {
  width: 100%;
  display: flex;
  margin: 0 auto 10px;
  padding: 0;
}

.pro_box1 {
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 0;
}

.pro_box2 {
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 0;
}


.pro_box a:visited {
  color: #00f;
}


.pro_item1 {
  width: 17%;
  background: #f9f9f9;
  padding: 15px;
  display: flex;
  align-items: center;
justify-content: flex-end;
  color: #000;
}

.no_color {
  width: 17%;
  background: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
justify-content: flex-end;
}

.time {
  font-size: 1rem;
  font-weight: bold;
  text-align: right;
}

.pro_item2 {
  width: 82%;
  padding: 15px 0 15px 15px;
  text-align: left;
}

.pro_item3 {
  width: 82%;
  padding: 15px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.pro_item4 {
  width: 20%;
  padding: 10px 0 10px 10px;
  display: flex;
  align-items: center;
}

.pro_item4 img {
  width: 100%;
  border-radius: 100vh;
  border: 1px solid #ddd;
}

.pro_item5 {
  width: 74%;
  padding: 15px;
  text-align: left;
  align-self: center;
}

.pro_item6 {
  width: 100%;
  padding: 10px 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.pro_item7 {
  width: 115px;
  padding: 0 10px 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.pro_item7 img {
  width: 100%;
  border-radius: 1rem;
}

.pro_item8 {
  width: calc(94% - 105px);
  padding: 0 5px 5px;
  text-align: left;
}

.pro_item9 {
  width: 78%;
  padding: 15px;
  text-align: left;
  align-self: center;
overflow: auto;
height: 100%;
}

.name_border {
  border-top: 1px solid #4a93bb;
}

.name_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 20px 0 0;
  gap: 15px;
  padding-top: 15px;
}

.name_box2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0 0;
  gap: 15px;
  padding-top: 15px;
}

.img_area {
  width: 125px;
}

.img_area img {
  border-radius: 1rem;
}

/*モーダルウィンドウ*/
#cboxOverlay {
  background: #fff;
}

  #cboxTopLeft{width:2px; height:2px; background:url(controls.png) no-repeat 0 0;}
  #cboxTopCenter{height:14px; background:none;}
  #cboxTopRight{width:1px; height:1px; background:url(controls.png) no-repeat -36px 0;}
  #cboxBottomLeft{width:1px; height:43px; background:url(controls.png) no-repeat 0 -32px;}
  #cboxBottomCenter{height:43px; background:none;}
  #cboxBottomRight{width:1px; height:43px; background:url(controls.png) no-repeat -36px -32px;}
  #cboxMiddleLeft{width:1px; background:url(controls.png) repeat-y -175px 0;}
  #cboxMiddleRight{width:1px; background:url(controls.png) repeat-y -211px 0;}

#cboxLoadedContent {
  background: #fff;
}
#cboxLoadedContent {
  padding: 0;
  overflow: auto;
  box-shadow: none;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
  top: 0px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible ;
}
#cboxTitle {
  color: #fff;
}
#inline-content {/* インライン */
  margin: 20px;
}

.inline-box {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
/*モーダルウィンドウ*/


dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-width: 1px 0 0 0;
  border-color: #4a93bb;
  border-style: solid;
  font-size: 1.6rem;
  font-weight: normal;
  min-height: 50px;
}
dl.last {
  border-bottom: 1px solid #4a93bb;
}
dl dt p,dl dd p {
  display: inline-block;
  padding: 20px 25px;
}
dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18%;
  background-color: rgba(255,255,255,0.85);
  color: #000;
  text-align: center;
  font-weight: bold;
}
dl dd {
  width: calc(100% - 18%);
}
dl.large dd {
  font-size: 1.8rem;
  font-weight: bold;
}
dl.large .sml {
  font-size: 1.6rem;
  vertical-align: baseline;
}

#outline ul {
  padding-left: 1.1em;
  list-style: disc;
}
#outline ul li {
  display: list-item;
}

.kakomi {
  margin: 0 auto 30px;
  width: 94%;
  max-width: 600px;
  padding: 20px;
  border: 1px solid #ccc2d6;
  border-radius: 5px;
  background: #FFF;
}

.kakomi p {
  font-size: 0.85rem;
  line-height: 1.6;
  text-align: justify;
}

.kakomi a {
  color: #fc7786;
  text-decoration: underline;
  font-weight: bold;
}

#outline .small_txt {
  font-size: 90%;
}

.b_txt {
  font-weight: bold;
}

#manual {
  margin-bottom: 40px;
}
#contact {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  background-color: #312d2a;
}
#contact .contentBlock {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 80px 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
}
#contact .contact_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#contact .txt {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px #fff solid;
}
#contact a {
  color: #fff;
  text-decoration: underline;
}
.program-annotation-panel-body p {
  margin-bottom: 1em;
}
.program-annotation-panel-body ul,
.program-annotation-panel-body ol {
  padding-left: 0;
}
.program-annotation-panel-body li {
  padding-bottom: 1em;
}
.program-annotation-panel {
	margin: 2em auto;
	padding: 1.4em;
	background-color: #f7f7f7;
	border: 1px solid #68a1af;
}
.viewing .program-annotation-panel {
  width: auto;
}
.program-annotation-panel-title {
  margin-bottom: 1em;
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
}
.program-annotation-panel-body li {
  display: list-item;
}
.program-annotation-panel-body p {
  margin-bottom: 1em;
  font-size: 0.9rem;
  line-height: 1.6;
}
.contents .section p {
  font-size: 0.9rem;
  line-height: 1.6;
}
.program-annotation-panel-body {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #000000;
}
.program-annotation-panel-body h4 {
  font-size: 1rem;
  font-weight: bold;
}
.program-annotation-panel-body p:last-child {
  margin-bottom: 0px;
}
.program-annotation-panel-body a {
  color: #000099;
  text-decoration: underline;
  word-break: break-all;
  font-weight: bold;
}
.vcubesupp {
  display: block;
  padding: 0;
}

.pt20 {
  padding-top: 20px;
}


/*モーダルウィンドウ*/
    .modal-open {
      display: inline-block;
      background-color: #59bcec;
      color: #fff;
      margin: 10px auto;
      font-size: 0.7rem;
      font-weight: 700;
      width: 100%;
      border-radius: 100vh;
      text-align: center;
    }

    .modal-open a {
      display: inline-block;
      padding: 5px;
      text-decoration: none;
      color: #fff !important;
      text-decoration: none;
    }
    .modal{
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;
    }
    .modal:not(:target) {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s, visibility 0.5s;
    }
    .modal:target{
      opacity: 1;
      visibility: visible;
      transition: opacity 0.5s, visibility 0.5s;
    }
    .modal .overlay{
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: #2a3284;
      opacity: 0.7;
      top: 0;
      left: 0;
    }
    .modal-wrapper{
      width: 94%;
      max-width: 600px;
      min-width: 280px;
      height: 100%;
      max-height: 320px;
      background-color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .modal-contents{
      overflow: auto;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      position: relative;
    }
    .modal-content{
      margin: 20px;
    }
    .modal-close{
      position: absolute;
      top: 0;
      right: 0;
      width: 20px;
      height: 20px;
      text-decoration: none;
      font-size: 0.9rem;
      color: #fff;
      background: #59bcec;
      padding: 2px;
      text-align: center;
    }

    a.modal-close {
      text-decoration: none;
      color: #fff !important;
    }

.sp_br {
   display: none;
}

.notice {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0;
    text-align: center;
    position: relative;
    z-index: 99;
}

.notice_2 {
    color: #004f9d;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0;
    text-align: center;
    position: relative;
    z-index: 99;
}



@media screen and (max-width: 1135px) {


.logo_item1 {
  width: 18.8%;
}

}

@media screen and (max-width: 999px) {



.nav_box {
  padding: 0 2%;
}

header {
  width: 100%; /* android view point */
  margin: 0 auto;
  position:relative;
}


.main_ttl {
  position: relative;
  margin: 50px auto 0;
  width: 85%;
  height: 0;
  z-index: 3;
  padding-top: calc(242/966 * 75%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(logo-beyond.png) top center / cover no-repeat;
}



.leadarea {
  width: 94%;
  max-width: 94%;
  position: relative;
  z-index:5;
  margin: 0 auto 4%;
  padding: 0 0 3%;
}

.lead {
  max-width: 100%;
  padding: 3% 3% 0;
  position: relative;
  z-index:10;
}

.lead p {
  text-align: justify;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0em;
  padding-bottom: 10px;
}

.lead .pc_br {
  display:none;
}


.bg_sec2 {
  background: #FFF;
}


.sec1_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 3%;
  border-bottom: none;
}




h3 {
  font-size: 1.3rem;
}


.img_box4 {
  width: 94% !important;
  margin: 0 auto;
  padding:2% 0 3%;
  text-align: center;
}

.caption2 {
  position: static;
  margin: 10px auto;
  width: 100%;
}

.img_box5 {
  padding:3% 0 2.5%;
}


.button-4 a{
  display: block;
  width: 100%;
  height: auto;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  padding: 2% 3%;
  margin: 0 auto 10px;
  text-decoration:none;
  transition:all .5s ease;
  font-size: 1rem;
}



.caption {
  position: relative;
  bottom: 0;
  left: 0;
  width: 70%;
  margin: 0 auto;
  padding: 10px 5px 0;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5;
}


.pf_prof {
  font-size: 0.83rem;
  color: #333;
  line-height: 1.3;
  text-align: justify; 
  text-justify: inter-ideograph;
  letter-spacing: -0.03em;
  word-break: break-all;
}

.img_add {
  float: right;
  position: relative;
  width: 300px;
  margin: 10px 0 20px 30px;
  padding: 0;
}

.img_add img, .img_add2 img {
  width: 100%;
}

.img_add2 {
  float: left;
  position: relative;
  width: 300px;
  margin: 10px 30px 20px 0;
  padding: 0;
}

.name_area {
  width: 100%;
  padding:  0 0 12px;
}

.name_area2 {
  padding: 12px 0 ;
}

.pro_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
  
}


.pro_item1 {
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
justify-content: flex-start;
}


.time {
  padding-top: 3px;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
}

.pro_item2 {
  width: 100%;
  padding: 15px 10px;
  text-align: left;
}

.pro_item3 {
  width: 100%;
  padding: 15px 10px;
  text-align: left;
  display: flex;
  flex-direction: column;
}


.btn_item1 {
  width: 94%;
  max-width: 600px;
}

.sml_txt2 {
  font-size: 0.85rem;
}


.bg_color1 {
  border-radius: 75px 0 0 0;
  padding: 4% 0;
}

.caption0426 {
  width: 100%;
  max-width: 94%;
  margin: 10px auto 30px;  
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  text-align: left; 
}

.wrap:before {
  display: none; 
}

.sec1_container:before {
  display: none; 
}


.logo_item1 {
  width: 31%;
}


}



@media screen and (max-width: 767px) {

.nav_item1, .nav_item2 {
  display: none;
}

.nav_item4 {
  display: block;
}

/* ハンバーガーメニュー */
/* header（デモの参考値） */
.demobox-header{
height: 64px;
padding: 1em;
}
/* headerのサイト名（デモの参考値） */
.demobox-sitename{
font-weight: bold;
font-size: 18px;
}
/* 全体調整CSS */
.hamburger-demo-menubox *{
	font-size: 16px;
}
.hamburger-demo-menubox li{
	font-size: 14px;
}
/* hamburgerここから */
	/* inputを非表示 */
.input-hidden{
	display: none;
}
	/* label */
.hamburger-demo-switch{
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0; /* ハンバーガーアイコンの位置（上から） */
	z-index: 9999;
	width: 5em; /* アイコン（クリック可能領域）の幅 */
	height: 5em; /* アイコン（クリック可能領域の）高さ */

}
/* メニュー展開時にハンバーガーアイコンを固定 */
#hamburger-demo1:checked ~ .hamburger-demo-switch{
	position: fixed;
}
/* ハンバーガーアイコン */
.hamburger-switch-line1, .hamburger-switch-line1-before, .hamburger-switch-line1-after{
	width: 25px;
	height: 3px;
	background: #FFF; /* ハンバーガーアイコンの色 */
	position: absolute;
	top: 50%;
	left: 50%;
	transition: .3s;
	content: "";
}
.hamburger-switch-line1{
		transform: translate(-50%, -50%);
}
.hamburger-switch-line1-before{
	transform: translate(-50%, -300%);
}
.hamburger-switch-line1-after{
	transform: translate(-50%, 200%);
}
/* ハンバーガーアイコン･アニメーション */
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1{
	width: 0;
}
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1-before{
	transform: rotate(45deg) translate(-40%, 325%);
}
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1-after{
	transform: rotate(-45deg) translate(-40%, -325%);
}
/* メニューエリア */
.hamburger-demo-menuwrap{
	position: fixed;
	height: 100%;
	background: rgba(0,0,0,0.7); /* メニューエリアの背景色 */
	padding: 5em 1% 2em;
	z-index: 9998;
	transition: .3s;
	overflow-y: auto; /* メニュー内容が多い場合に縦スクロールする */
 /* IE, Edge 対応 */
 -ms-overflow-style: none;
 /* Firefox 対応 */
 scrollbar-width: none;

	top: 0;
	left: -100%;
	width: 50%;
}

.hamburger-demo-menuwrap::-webkit-scrollbar {
 display:none;
}
/* メニューリスト */
.hamburger-demo-menulist{
	margin-right: 3%;
	padding-left: 3% !important; /* !important不要な場合もあり */
	list-style: none;
}
.hamburger-demo-menulist li a{
	text-decoration: none;
	color: #FFF; /* メニューリストの文字色 */
                                line-height: 1.5;
                                font-weight: bold;
	display: block;
	padding: 1.2em 0;
                                border-bottom: 1px solid #FFF;
}
/* メニューエリア･アニメーション */
	/* 右から */
#hamburger-demo1:checked ~ .hamburger-demo-menuwrap{
	left: 0%;
}
	/* コンテンツカバー */
#hamburger-demo1:checked ~ .hamburger-demo-cover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 80px;
	left: 0;
	z-index: 9997;
	background: rgba(0,0,0,.5);
	display: block;
}

/* ハンバーガーメニュー */
.vol {
                                background: #FFF;
                                color: #193b87;
                                font-weight: bold;
                                padding: 0.2em;
                                border-radius: 2px;
}



.nav_item3 {
  width: 50%;
}



.slide{
  width: 250px;
  object-fit:cover;
}

.inner1 .catch {
  font-size: 1.5rem;
}




.lead {
  font-size: 1rem;
  line-height: 1.6;

}



h3 {
  font-size: 1.25rem;
}

.sec1 {
  position: relative;
  margin: 0 auto;
  padding:  0;
  z-index: 16;
  width: 100%;
}


.sec1_inner {
  color:#333;
}

#note_text {
  margin-top: 10px !important;
  padding: 10px 3% 0;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.7;
  text-align:center;
}

.img_box4 {
  width: 94%;
}

.br_pc {
  display: none;
}


.bg_color1 {
  border-radius: 30px 0 0 0;
  padding: 40px 0;
}

.kakomi {
  margin: 30px auto;
}


}

@media screen and (max-width: 639px) {

nav {
  width: 100%;
  max-width: 96%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.nav_item1 {
  width: 49.5%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: clamp(0.85rem, calc(1vw + 1rem), 1rem);
  line-height: 1.4;
  color: #000;
}

.hamburger-demo-menulist img {
  width: 100%;
}



.title-button {
    position: relative;
    display: block;
    bottom: 0;
   right: 0;
   left: 0;
   margin: 10px auto 0;
    width: 94%;
  max-width: 94%;
    height: auto;
  color: #fff;
    text-decoration: none;
  padding: 15px;
  background: #000;
  transition: 0.3s;
  border-radius: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}

.title-button:hover {
  opacity:0.8;
  bottom: 0;
}

.title-button br {
  display: none;
}

main p {
  line-height: 1.7;
}



.rb_1 {
    line-height: 150%;        
}

h3 {
  font-size: 1.2rem;
}


.img_box4 {
  width: 94%;
}

.img_box4 img {
  width: 100%;
}


.img_box2 img {
  width: 70%;
}

#note_text {
  text-align: left !important;
}
#note_text br {
  display: none;
}

.img_add {
  float: none;
  width: 280px;
  margin: 20px auto;
  padding: 15px 5px;
}


.img_add2 {
  float: none;
  width: 280px;
  margin: 20px auto;
  padding: 15px 5px;
}

.arrow-button{
  padding: 10px 10px;
   position: relative;
   text-align: center;
   text-decoration: none;
   width: 100%;
   max-width: 800px;
   overflow: hidden;
}

.banner_box {
  width: 94%;
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;  
}

.banner_item1 {
  width: 100%;
}


.caption {
  width: 90%;
}

.btn_area {
  width: 90%;
  margin: 30px auto;
  padding: 1.5% 2% 0;

  display: flex;
  flex-direction:column;
  align-items: stretch;
  gap: 10px;
}

.btn_item1 {
  width: 100%;
  max-width: 94%;
  margin: 0 auto;
  padding: 0.8em;
   font-size: 1.2rem;
   font-weight: bold;
   line-height: 1.3;
  text-align: center;
  border-radius: 100vh; 
  text-decoration: none;
}

.btn_item2 {
  width: 100%;
  margin: 0 auto;
  padding: 0.5em;
  background: #31494b;
   font-size: 1.2rem;
   font-weight: bold;
   line-height: 1.3;
  text-align: center;
  color: #FFF;
  border-radius: 100vh; 
  text-decoration: none;
transition: 0.3s;
}


.btn_item3 {
  width: 100%;
  margin: 0 auto;
  padding: 0.5em;
   font-size: 1.2rem;
   font-weight: bold;
   line-height: 1.3;
  text-align: center;
  color: #FFF;
  border-radius: 100vh; 
  text-decoration: none;
  display:flex;
  justify-content: center;
  align-self: center;
}

dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-weight: bold;
}
dl dd {
  width: calc(100% - 100px);
}

.pro_box2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
}

.pro_item9 {
  width: 100%;
  padding: 10px;
  text-align: justify;
  align-self: center;
overflow: auto;
height: 100%;
}



}


@media screen and (max-width: 479px) {

.slide{
  width: 200px;
  object-fit:cover;
}


.nav_item3 {
  width: 55%;
}



.inner3 {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  padding-top: calc(230/900 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_sp_ttl2.svg) top center / cover no-repeat;
  border-radius: 0;
  overflow: hidden;
}



.pager ul li span,
.pager ul li a {
   font-size: 13px;
}

.pro_item6 {
  width: 100%;
  padding: 10px 0 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pro_item7 {
  width: 105px;
  padding: 0 10px 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.pro_item8 {
  width: calc(100% - 105px);
  padding: 0 5px 5px;
  text-align: left;
}



.logo_item1 {
  width: 48%;
}

    .modal-open {
      font-size: 0.6rem;
    }


.sp_br {
   display: block;
}

}

@media screen and (max-width: 375px) {

.inner1 .catch {
  font-size: 1.2rem;
}


.arrow-button:after{
   right: 10px;
}

.arrow-button:hover:after{
   right: 5px;
}

  dl dt {
  width: 30%;
  font-size: 1.1rem;
  }
  dl dd {
  width: calc(100% - 30%);
  font-size: 1.1rem;
  padding: 0 0 0 8px;
  }

  dl dt p, dl dd p {
  padding: 8px 0;
  }

.btn_item1 {
  width: 100%;
  max-width: 94%;
  margin: 0 auto;
  padding: 0.8em 0.5em;
   font-size: 1.05rem;
   font-weight: bold;
   line-height: 1.3;
  text-align: center;
  border-radius: 100vh; 
  text-decoration: none;
}



}
