
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;500&display=swap');


body {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", serif!important;
}
.container {
  object-fit: cover;
}

a {color: #666;}
a:hover {opacity: 0.6; text-decoration: none;}

.relative {
  position: relative;
}
.abs_on{
  position: absolute;
  top: 0%;
  left: 0%;
}

.abs_on_main {
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out; /* フェードインにかかる時間 */
}

.show {
  opacity: 1;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}


/*--FONT---*/

.font-patarn1 {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.line-height {
  line-height: 180%;
}

.font-white {
  color: #fff;
}
.font-navy {color:#152140;}

.justify {text-align: justify;
}

.font-space {letter-spacing: 1px;}

.TXT_shadow {text-shadow: rgb(18, 11, 45) 3px 0 10px;}

.new {
  position: absolute;
  top:0px;
  left: 0px;
}

@media screen and (max-width: 900px){
  .pc{display:none !important}.sp{display:block !important}
  .sp_size {width: 80%; height: auto; display: block;}
  }
  
  @media screen and (min-width: 901px){
  .pc{display:block !important}.sp{display:none !important}
  }

  .clearfix::after {
    content: "";
    display: block;
    clear: both;
 }

/**--Header For PC--**/
.header {}
#header_block {
  max-width: 1280px;
margin-left: auto;
margin-right: auto;}

.left_float {
  width: 48%;
  max-width: 500px;
  display: inline;
}

.header .logo {
  width: 100%;
  max-width: 162px;
  height: auto;
  max-height: 70px;
  display:inline;
  float: left;
}



.header .tel_contact {
  width: 100%;
  max-width:289px;
  height: auto;
  max-height: 57px;
  display:inline;
  float: left;
  padding-top: 6px;
  padding-left: 28px;
}

@media screen and (max-width: 1000px){
  .header {}
  .header .logo {
    width: 100%;
    max-width: 16.2vw;
    height: auto;
    max-height: 7vw;
    display:inline;
    float: left;
  }
  
  
  .header .tel_contact {
    width: 100%;
    max-width:28.9vw;
    height: auto;
    max-height: 5.7vw;
    display:inline;
    float: left;
    padding-top: 6px;
    padding-left: 28px;
  }
}
.sub_menu {
  width: 48%;
  max-width: 592px;
  display: inline;
  float: right;
}

.sub_menu_4 {
  width: 48%;
  max-width: 592px;
  display: inline;
  float: right;
}

.sub_menu_3 {
  width: 48%;
  max-width: 460px;
  display: inline;
  float: right;
}

ul.sub__navi{display: flex;} 

ul.sub__navi li {
  display: inline;
  float: left;
}

.sub__menu-top {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 375px;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 1000px){
  .sub__menu-top {
    font-size: 1.4vw;
    margin-bottom: 10px;
    padding-left: 375px;
    font-family: 'Noto Serif JP', serif;
  }
  }

  @media screen and (max-width: 850px){
    .sub__menu-top {
      font-size: 1.4vw;
      margin-bottom: 10px;
      padding-left: 375px;
      font-family: 'Noto Serif JP', serif;
    }
    }


    /*20240405作業差し替え*/


    .sub___menu-top {
      font-size: 14px;
      margin-bottom: 10px;
      padding-left: 270px;
      font-family: 'Noto Serif JP', serif;
    }
    
    @media screen and (max-width: 1000px){
      .sub___menu-top {
        font-size: 1.vw;
        margin-bottom: 10px;
        padding-left: 270px;
        font-family: 'Noto Serif JP', serif;
      }
      }
    
      @media screen and (max-width: 850px){
        .sub___menu-top {
          font-size: 1.4vw;
          margin-bottom: 10px;
          padding-left: 270px;
          font-family: 'Noto Serif JP', serif;
        }
        }
        .sub___menu-top li {padding-right: 5px;white-space: nowrap;}

.sub__menu-top_4 li {
  width: 140px;
  display: block;
}


.sub__menu-top_4 {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 375px;
}

@media screen and (max-width: 1000px){
  .sub__menu-top_4 {
    font-size: 1.4vw;
    margin-bottom: 10px;
    padding-left: 375px;
  }
  }

  @media screen and (max-width: 850px){
    .sub__menu-top_4 {
      font-size: 1.4vw;
      margin-bottom: 10px;
      padding-left: 375px;
    }
    }


.sub__menu-top_4 li {
  width: 140px;
  display: block;
}

.sub__menu-top_3 {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 200px;
}

@media screen and (max-width: 1000px){
  .sub__menu-top_3 {
    font-size: 1.4vw;
    margin-bottom: 10px;
    padding-left: 200px;
  }
  }

  @media screen and (max-width: 850px){
    .sub__menu-top_3 {
      font-size: 1.4vw;
      margin-bottom: 10px;
      padding-left: 200px;
    }
    }


.sub__menu-top_3 li {
  width: 140px;
  display: block;
}


.sub__menu-bottom li {
  width:148px;
  height: 42px;
  display: block;
}
.sub__menu-bottom li:nth-child(2)  {
  margin: 0px 2px 0px 2px;
}

.sub__menu-bottom li:nth-child(3)  {
  margin: 0px 2px 0px 0px;
}

.sub__menu-bottom_4 li {
  width:148px;
  height: 42px;
  display: block;
}
.sub__menu-bottom_4 li:nth-child(2)  {
  margin: 0px 2px 0px 2px;
}

.sub__menu-bottom_4 li:nth-child(3)  {
  margin: 0px 2px 0px 0px;
}

.sub__menu-bottom_3 li {
  width:148px;
  height: 42px;
  display: block;
}
.sub__menu-bottom_3 li:nth-child(2)  {
  margin: 0px 7px 0px 7px;
}

.fa-angles-right {color:#0E3A5B;}


/**--Header For SP--**/
.header_sp {}


.header_sp .logo {
  width: 100%;
  max-width:180px;
  height: auto;
  display:inline;
  margin-left: 10px;
  float: left;
}

.btn_special_sp {
  width: 100%;
  max-width:80px;
  height: auto;
  display:inline;
  margin-left: 20px;
  float: left;
  margin-top: 20px;
}

.abs_menu_sp {
  width: 25%;
  max-width: 90px;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0px;
}

#menu-btn {
  z-index: 10;
}

#menu-conts {
  display: none;
  background: rgba(0, 0, 0, .7);
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
}

#menu-conts ul {

  padding: 15%;


/*padding: 0% 22% 15% 9%;*/
}

#menu-conts li {
  border-bottom: #fff dotted 1px;
  float: left;
  width: 50%;
}

#menu-conts li  a span.en {font-size:11px; /*position: absolute; right: 5%;*/}
#menu-conts li  a span.jp {}

#menu-conts a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 15px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
 
#menu-conts a:hover {
  background: rgba(0, 0, 0, .6);
}


#menu-conts .s-navi {
  width: 50%;
  float: left;
  color:#808080;
}

#menu-conts .s-navi:nth-child(1),
#menu-conts .s-navi:nth-child(2)
{
  border-top: #fff dotted 1px; ;
  border-bottom: #fff dotted 1px; ;
}


#menu-conts .s-navi:nth-child(3),
#menu-conts .s-navi:nth-child(4),
#menu-conts .s-navi:nth-child(5),
#menu-conts .s-navi:nth-child(6),
#menu-conts .s-navi:nth-child(7),
#menu-conts .s-navi:nth-child(8),
#menu-conts .s-navi:nth-child(9),
#menu-conts .s-navi:nth-child(10),
#menu-conts .s-navi:nth-child(11),
#menu-conts .s-navi:nth-child(12),
#menu-conts .s-navi:nth-child(13)
{
  border-bottom: #fff dotted 1px; ;
}


#menu-conts .s-navi:nth-child(odd) {border-right: #fff dotted 1px;}
/**--Global Navi For PC--**/

.g_navi {
  height: 50px;
}

.g_navi .g_navi_menu {
  width: calc(100% / 10);
  text-align: center;
  float: left;
  border-right: 1px solid #767676;
  height: 50px;
  font-size: 12px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 900!important;
}

@media screen and (max-width: 1000px){
  .g_navi .g_navi_menu {
    width: calc(100% / 10);
    text-align: center;
    float: left;
    border-right: 1px solid #767676;
    height: 50px;
    font-size: 1.2vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900!important;
  }
}
.g_navi .g_navi_menu:last-child {
  border-right:none;
}

.g_navi .g_navi_menu a {
  display: block;
  width: 100%;
  height: 100%;
  
}

.g_navi .g_navi_menu a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  text-decoration: none; /* Remove default underline on links */
  white-space: nowrap; /* Prevent text from wrapping */
}

.g_navi .g_navi_menu a span.en,
.g_navi .g_navi_menu a span.jp {
  display: inline-block;
  line-height: 50px;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; /* Added opacity transition */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; /* Ensure the text is above the background */
}

.g_navi .g_navi_menu a span.jp {
  transform: translate(-50%, 70%); /* Adjusted to move to vertical center */
  opacity: 0; /* Initially hidden */
}

.g_navi .g_navi_menu a:hover {
  background-color: #162543; /* Background color on hover */
}

.g_navi .g_navi_menu a:hover span.en {
  transform: translate(-50%, -150%);
  opacity: 0; /* Hide English on hover */
}

.g_navi .g_navi_menu a:hover span.jp {
  transform: translate(-50%, -50%);
  opacity: 1; /* Show Japanese on hover */
}

.g_navi .g_navi_menu a:hover span.en,
.g_navi .g_navi_menu a:hover span.jp {
  color: white; /* Text color on hover */
}

/**--MainImage For PC--**/
main img {
  width:100%;
}



.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.fadeUpTrigger{
    opacity: 0;
}

.contact_btn_block {
  width: 617px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bg_appeal_contact_bg {
  background-color: #17213E;
  color: #fff;
}

.title_appeal_contact {
border-bottom: 1px solid #fff;
}

.bg_appeal_contact_bg h3 {
letter-spacing: 0.5em;
}
.font_space {letter-spacing: 0.1em;
font-weight:100;
}

.line-height {
  line-height: 180%;
}

/**--ジャーナル--**/
@font-face {
}
.journal p {line-height: 180%;}
.journal h2 {
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #333333;
  font-size: 30px;
}

.custom-gutter {
  margin-right: -15px;
  margin-left: -15px;
}

.custom-gutter [class^="col-"],
.custom-gutter [class*=" col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

/**-- Footer --**/
.footer_block {
  background-color: #1A1311;
}

/**-- Information --**/
#information h3 {
  text-align: center;
}

.info_line_height {
  border-right: 1px solid #333;

}

.info_line_width {
  /*border-top: 1px solid #333;*/
}

/**-- 予告 --**/
#notice_block {
  background-color: #EAEAEB;
}

#notice_block h4 {
  letter-spacing: 1em;
  border: 1px solid #000;
  text-align: center;
  height: auto;
}

#notice_block h4:after {
  content: " ";
  margin-left: -1em;
}

/*---contents---*/

h2.pagetitle {
  position: relative;
  padding: 0 65px;
  text-align: center;
  width: 40%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

h2.pagetitle:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #000;
}

h2.pagetitle span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}


table {
  margin: 20px auto;
  border: 0px!important;
}

.tbl-r02 {
  width: 100%;
}

#t_outline th {
  border-top: 2px solid #000!important;
  border-bottom:  2px solid #000!important;
  border-left: 0px!important;
  border-right: 0px!important;}

  #t_outline th:last-child {
    border-bottom:  0px!important;
  }

 #t_outline td {
  border-top: 2px solid #000!important;
  border-bottom:  2px solid #000!important;
  border-left: 0px!important;
  border-right: 0px!important;}

  #t_outline tr#outline_b10 td  {
    border-bottom:  0px!important;
  }

.tbl-r02 th {
  font-weight: bold;
  padding: 10px;
  width: 30%;
}
.tbl-r02 td {
  padding: 10px;
  width: 70%;
}
 
@media screen and (max-width: 640px) {

h2.pagetitle {
    position: relative;
    padding: 0 40px;
    text-align: center;
    width: 80%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
h2.pagetitle:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #000;
  }
  
h2.pagetitle span {
    position: relative;
    padding: 0 1em;
    background: #fff;
  }


  .last td:last-child {
    width: 100%;
  }
  .tbl-r02 {
    width: 95%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }


  #t_outline th {
    border-top: 1px solid #000!important;
    border-bottom:  0px solid #000!important;
    border-left: 0px!important;
    border-right: 0px!important;
  background-color: #f0f0f0;}
  

   #t_outline td {
    border-top: 1px solid #000!important;
    border-bottom:  0px solid #000!important;
    border-left: 0px!important;
    border-right: 0px!important;}

}

.contants_title {
  background-color: #152140;
  color: #fff;
  letter-spacing: 3px;
}


/*表組*/

dl.t_info_update dt, dl.t_info_update dd{

}


/*SPECIAL CONTENTs*/

.passBox {
    width: 50%;
    height: 60px;
    border: none;
    vertical-align: middle;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.15);
    background-color: #fff;
    color:#000;
}

.submitBtn {
  cursor: pointer;
  width: 50%;
  height: 60px;
  border: none;
  color: #fff;
  font-size: 1em;
  letter-spacing: 0.2em;
  vertical-align: middle;
  background:linear-gradient(to left, #2e9b7e, #b6cc5e)!important;
  box-shadow: 3px 3px 8px rgba(0,0,0,0.15);
}


/*VIEW*/

.footer_navi {
  position: fixed;
  bottom: 0px;
  background-color: #081A33;
  margin: 0px;
  padding: 0px;
}

.footer__navi {
  display: flex;
  list-style: none;
} 

.footer__navi  li {
width: 25%;
} 

main p+p { 
margin-top: 0px!important;
}

/*Concept*/


@media screen and (max-width: 900px){
  section.concept {
    background-image: url(../../images/concept/BG_sec1.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  
  }
  
  @media screen and (min-width: 901px){
    section.concept {
      background-image: url(../../images/concept/BG_sec1.jpg);
      background-repeat: no-repeat;
      background-size: cover;
    }
    
  }

.concept_1 {
  position: absolute;
  top: 0px;
  left:300px
}

.concept_2 {
  position: absolute;
  top: 120px;
  right:70px
}

.concept_3 {
  position: absolute;
  bottom: 140px;
  right:80px
}

.concept_4 {
  position: absolute;
  bottom: 30px;
  left:330px
}

.concept_5 {
  position: absolute;
  top: 369px;
  left:5px
}


.abs_on_right {
  position: absolute;
  top: 30%;
  right: 0px;
}


/*20240426*/

.catch_block {
  background-color: #0A4036;
  text-align: center;
}

.catch_block2 {
  background-color: #113290;
  text-align: center;
}

.mainblock {
  width: 100%;
  max-height: 1440px;
  overflow: hidden;
  position: relative;
  background: #A5CAE4;
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
  transition: opacity 2s; /* フェイドイン/フェイドアウトの速度 */
}

.transition-move {
  transition: transform 2.5s; /* 少しゆっくりと移動 */
}

.move-up {
  transform: translateY(-100px); /* 上に移動させる */
}

/* 767px以下では、移動を無効化 */
@media (max-width: 767px) {
  .move-up {
      transform: translateY(0px); /* 上に移動しない */
  }
}

.absolute-bottom {
  position: absolute;
  bottom: 0;
}

.full-height {
  height: 100%; /* 画像を親要素の高さに合わせる */
}

.full-width {
  width: 100%; /* 画像を親要素の幅に合わせる */
}

.fixed-visible {
  opacity: 1; /* 常に表示 */
}


@media (min-width: 1400px) {
  .abs_on_right_top {
    position: absolute;
    top: 52%;
    left: 39%;
  }
  }

  @media (max-width: 1399px) {
    .abs_on_right_top {
      position: absolute;
      top: 52%;
      left: 37%;
    }
    }

    @media (max-width: 1199px) {
      .abs_on_right_top {
        position: absolute;
        top: 52%;
        left: 36%;
        max-width:90px;
        width:100%
      }
      }


      @media (max-width: 991px) {
        .abs_on_right_top {
          position: absolute;
          top: 52%;
          left: 36%;
          max-width:80px;
          width:100%
        }
        }

        @media (max-width: 887px) {
          .abs_on_right_top {
            position: absolute;
            top: 52%;
            left: 36%;
            max-width:70px;
            width:100%
          }
          }
