@charset "utf-8";
/* CSS Document */

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
  font-feature-settings: "palt"1;
  margin: 0;
}

.noto-sans-jp{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

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

p{
  letter-spacing: 1px;
}

.flex-txt{
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
}

.fs-sm {
  font-size: 14px;
}

.fs-xs {
  font-size: 12px;
}

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

.sp-text-left_tabpc-text-center{
  text-align: left;
}

a.btn-outline-primary{
  border: 1px solid #001e48;
  color: #001e48;
}

a.btn-outline-primary:hover{
  border: 1px solid #001e48;
  color: #fff;
  background-color: #001e48;
}

a.btn-outline-primary:active,
a.btn:first-child:active{
  border: 1px solid #001e48;
  color: #fff;
  background-color: #001e48;
}

#page_hdr h1{
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  position: relative;
  z-index: 2;
  text-shadow: 0 0 10px #000;
}

.page_hdr_wrap{
  position: relative;
}

.page_hdr_wrap::after{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  z-index: 0;
}

.page_hdr_inner{
  padding: calc(3rem + 1vw) 1rem;
}

.page_hdr_wrap.phdr-about{
  background:url("../images/phdr-about-sp.jpg") no-repeat center center;
  background-size: cover;
}

.page_hdr_wrap.phdr-404{
  background:url("../images/phdr-404-sp.jpg") no-repeat center center;
  background-size: cover;
}

.page_hdr_wrap.phdr-contact{
  background:url("../images/phdr-contact-sp.jpg") no-repeat center center;
  background-size: cover;
}

.page_hdr_wrap.phdr-other{
  background:url("../images/phdr-other-sp.jpg") no-repeat center center;
  background-size: cover;
}

.breadSection ol.breadcrumb{
  margin-bottom: 0;
  padding: 6px 15px;
}

.breadSection ol li{
  font-size: 12px;
  color: rgba(0,0,0,0.8);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.breadSection ol li a{
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset:2px;
  color: rgba(0,0,0,0.6);
  text-decoration-thickness:1px;
}

.pageContent_inner{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

body.other-page #law_cont .page_body,
body.other-page #terms_cont .page_body,
body.other-page #privacy_cont .page_body{
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.page_body h2{
  font-weight: 900;
  text-align: center;
  margin-bottom: 1.75rem;
  line-height: 1.5;
}

.page_body .sectionBox{
  padding-top: 5rem;
}

.page_body a.txt-link,
.pageContent a.txt-link{
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset:2px;
  color: rgba(0,0,0,0.6);
  text-decoration-thickness:1px;
}

.page_body a:hover.txt-link,
.pageContent a:hover.txt-link{
  opacity: 0.5;
  transition: 0.3s all;
}

.page_top{
  display: block;
  text-align: center;
  position: relative;
  padding-top: 32px;
  margin: 2rem 0;
}

.page_top::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border-left: 1px solid #333;
  width: 1px;
  height: 32px;
}

.page_top a{
  color: #333;
  text-decoration: none;
}

.page_top a:hover{
  opacity: 0.5;
  transition: 0.3s;
}

footer {
  background-color: #001e48;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.footer_cont h2{
  color: #fff;
  font-size: 1.35rem;
  text-align: center;
  margin-bottom: 1rem;
}

.footer_inner {
  padding: 2rem 0 1rem;
}

.footer_nav a{
  color: #fff;
  text-decoration: none;
}

.footer_nav ul {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.footer_nav ul li {
  line-height: 1;
  margin-bottom: 1rem;
}

.footer_nav ul li a {
  font-size: 13px;
  line-height: 1.3;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.footer_nav a:not([href]):not([class]), a:not([href]):not([class]):hover{
  color: #fff;
}

.footer_nav ul li a:hover {
  text-decoration: underline!important;
}

#fixed_menu{
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

#fixed_menu.show{
  opacity: 1;
  pointer-events: auto;
}

.fixed-menu_container {
  width: 100%;
  text-align: center;
  font-weight: 700;
  transition: all 1s;
  background-color: rgba(0, 30, 72, 0.2);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 2!important;
}

.fixed-menu_inner{
  padding: 1rem 0;
}

.fixed-menu_container a {
  margin: 0 0.5rem;
}

.btn-gold_block{
  background: -webkit-linear-gradient(left, #eee2c4 0%, #bc8529 99%);
  background: -o-linear-gradient(left, #eee2c4 0%, #bc8529 99%);
  background: linear-gradient(to right, #eee2c4 0%, #bc8529 99%);
  border-radius: 6px;
  padding: 1px 2px;
}

.btn-gold-lg{
  width: max(40%, 300px);
  font-size: calc(1.5rem + 0.5vw);
}

.btn-gold_shadow{
  filter: drop-shadow( 0 10px 10px rgba(0,0,0,1));
}

.btn-gold_cont{
  background: url("../images/btn-gold-bg.png") no-repeat center center;
  background-size: cover;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,1);
  border-radius: 3px;
  display: block;
  padding: 0.5rem;
  font-weight: 700;
}

a[target="_self"] span.btn-gold_cont::after,
button[target="_self"] span.btn-gold_cont::after{
  font: var(--fa-font-solid);
  content: "\f08e";
  font-weight: 900;
  margin-left: 0.25rem;
  vertical-align: middle;
}

span.btn-gold_cont::after{
  font-size: 1rem!important;
}

#main-img.main_img_wrap{
  background-image:url("../images/about-service-img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

#main-img.main_img_wrap::before{
  content: "";
  background-image: url("../images/main_img_overlays.png");
  background-repeat: repeat;
  position: absolute;
  top:0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

#main-img.main_img_wrap::after{
  content: "";
  position: absolute;
  top:0;
  left: 0;
  background-color: rgba(0,0,0,.3);
  z-index: 1;
  width: 100%;
  height: 100%;
}

#main-img .main_img_inner{
  padding: 3rem 0;
}

#main-img .main_img_txt{
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.top_cont_inner{
  padding: 5rem 0;
}

#top_cont h2{
  text-align: center;
}

.top_cont_inner .sectionBox{
  padding-top: 8rem;
}

#country-link{
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -3rem;
}

.profile_block01{
  width: max(50%,250px);
  margin: 0 auto calc(1rem + 0.5vw);
}

.profile_block01 h3{
  text-align: center;
}

.profile_block01 h3 span{
  display: block;
  font-size: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid #333;
  margin-top: 0.5rem;
  line-height: 1.5;
}

#law_cont dl dt,
#terms_cont dl dt,
#privacy_cont dl dt{
  padding-top: 2rem;
}

#law_cont dl dt{
  font-size: 1.25rem;
}

/* Jicooウィジェット内のアバター/プロフィール画像を非表示にする例 */
.jicoo-widget-container .jicoo-avatar,
.jicoo-widget-container .jicoo-profile-image {
    display: none !important;
}

/*-----------------
breakpoints
-----------------*/
@media (min-width:1200px) {
  #main-img .main_img_txt{
    text-align: left;
  }
}

@media (min-width:1199.98px) {
}
@media (min-width:992px) {
  .pageContent_inner{
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
  
  .page_body .sectionBox{
    padding-top: 10rem;
  }
  
  #main-img.main_img_wrap{
    background-image:url("../images/hero-img-pc.jpg");
  }
  
  .page_hdr_wrap.phdr-about{
    background:url("../images/phdr-about-pc.jpg") no-repeat center center;
    background-size: cover;
  }

  .page_hdr_wrap.phdr-404{
    background:url("../images/phdr-404-pc.jpg") no-repeat center center;
    background-size: cover;
  }

  .page_hdr_wrap.phdr-contact{
    background:url("../images/phdr-contact-pc.jpg") no-repeat center center;
    background-size: cover;
  }

  .page_hdr_wrap.phdr-other{
    background:url("../images/phdr-other-pc.jpg") no-repeat center center;
    background-size: cover;
  }
  
  body.other-page #law_cont .page_body,
  body.other-page #terms_cont .page_body,
  body.other-page #privacy_cont .page_body{
    font-size: 1rem;
  }
}

@media (min-width:768px) {
  .sp-text-left_tabpc-text-center{
    text-align: center;
  }
  .footer_nav ul {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem
  }
  .footer_nav ul li{
    margin-bottom: 0;
  }
  .footer_nav ul a{
    padding: 0 1rem;
  }
}
