@charset "UTF-8";
@font-face {
  font-family: 'Noto';
  src: url("../font/noto_normal.otf"), url(../font/noto_normal.woff);
  font-weight: normal;
}

@font-face {
  font-family: 'Noto';
  src: url("../font/noto_bold.otf"), url(../font/noto_bold.woff);
  font-weight: bold;
}

@font-face {
  font-family: 'Noto_s';
  src: url("../font/noto_s_normal.otf"), url(../font/not_s_normal.woff);
  font-weight: normal;
}

@font-face {
  font-family: 'Noto_s';
  src: url("../font/noto_s_bold.otf"), url(../font/noto_s_bold.woff);
  font-weight: bold;
}

@font-face {
  font-family: 'yakuhan';
  src: url("../font/han-l.eot");
  src: url("../font/han-l.woff2") format("woff2"), url("../font/han-l.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: 'yakuhan';
  src: url("../font/han-m.eot");
  src: url("../font/han-m.woff2") format("woff2"), url("../font/han-m.woff") format("woff");
  font-weight: bold;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "yakuhan","Noto","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" ,sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

html, body, div, p, a, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, span, header, footer, section, aside, article, nav {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #231815;
}

.header .logo a, .header .sbtn a, .footer a {
  transition: opacity 0.2s;
}

.header .logo a:hover, .header .sbtn a:hover, .footer a:hover {
  opacity: 0.7;
}

.sptag {
  display: none;
}

@media screen and (max-width: 740px) {
  .sptag {
    display: block;
  }
}

.pctag {
  display: block;
}

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

.base_w {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1200px) {
  .base_w {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}

.flx {
  display: flex;
  justify-content: space-between;
}

.header {
  height: 88px;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

@media screen and (max-width: 1000px) {
  .header {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 740px) {
  .header {
    height: 75px;
    background: white;
  }
}

.header .logo {
  padding: 15px 20px;
}

@media screen and (max-width: 740px) {
  .header .logo {
    height: auto;
  }
}

.header .logo img {
  width: 259px;
  transition: all 0.5s;
}

@media screen and (max-width: 740px) {
  .header .logo img {
    width: 200px;
  }
}

.header .sp_btn {
  display: none;
}

@media screen and (max-width: 1000px) {
  .header .sp_btn {
    display: block;
    align-self: center;
    width: 50px;
    height: 50px;
    padding: 5px;
    margin-right: 10px;
    border: 3px solid #10118c;
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
  }
}

.header .sp_btn span {
  display: block;
  width: calc(100% - 15px);
  height: 4px;
  margin: auto;
  background: #10118c;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.5s;
}

.header .sp_btn span:nth-child(1) {
  top: 20%;
}

.header .sp_btn span:nth-child(2) {
  top: calc(50% - 2px);
}

.header .sp_btn span:nth-child(3) {
  bottom: 20%;
}

.header .sp_btn.on {
  background: #333333;
  border-color: #333333;
}

.header .sp_btn.on span {
  background: #fff;
}

.header .sp_btn.on span:nth-child(1) {
  top: 45%;
  transform: rotate(-405deg);
}

.header .sp_btn.on span:nth-child(2) {
  left: 100px;
}

.header .sp_btn.on span:nth-child(3) {
  bottom: 45%;
  transform: rotate(405deg);
}

.gnavi {
  z-index: 100;
}

@media screen and (max-width: 1000px) {
  .gnavi {
    display: none;
    width: 100%;
  }
}

.gnavi ul {
  width: 700px;
  height: 100%;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .gnavi ul {
    width: 100%;
    flex-direction: column;
    border-bottom: 1px solid #fff;
  }
}

.gnavi ul li {
  border-left: 1px solid #aaa;
}

@media screen and (max-width: 1000px) {
  .gnavi ul li {
    width: 100%;
    border-top: 1px solid #ccc;
  }
}

.gnavi ul li:nth-of-type(1) {
  border-left: none;
}

.gnavi ul li.contact {
  height: 100%;
  border-left: none;
}

.gnavi ul li a {
  display: block;
  padding: 2px 40px;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .gnavi ul li a {
    padding: 20px 10px;
    background: #fff;
    text-align: center;
  }
}

.gnavi ul li a:hover {
  color: #777;
}

.gnavi ul li.contact a {
  display: flex;
  height: 100%;
  padding: 2px 30px;
  background: linear-gradient(90deg, #10118c, #2158b4, #10118c);
  background-size: 200% auto;
  background-position: 0 0;
  align-items: center;
  color: #fff;
  transition: background-position 0.5s;
}

@media screen and (max-width: 1000px) {
  .gnavi ul li.contact a {
    display: block;
    width: 100%;
    padding: 20px 10px;
    text-align: center;
  }
}

.gnavi ul li.contact a:hover {
  background-position: 100% 0;
}

.footer {
  background: #000131;
  color: #fff;
}

.footer .f_contact {
  justify-content: center;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: #02033B;
  font-size: 1.6rem;
}

@media screen and (max-width: 740px) {
  .footer .f_contact {
    flex-wrap: wrap;
    text-align: center;
  }
}

.footer .f_contact a.btn_w {
  margin-left: 20px;
}

@media screen and (max-width: 740px) {
  .footer .f_contact a.btn_w {
    display: block;
    margin-top: 20px;
    margin-left: 0;
    text-align: center;
  }
}

.footer .com_addr {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .footer .com_addr a {
    color: #fff;
  }
}

.footer .com_addr .f_logo {
  padding-top: 20px;
}

.footer .f_bottom {
  padding: 10px 0;
  background: #00021B;
  font-size: 1.3rem;
  letter-spacing: 0;
}

@media screen and (max-width: 740px) {
  .footer .f_bottom .base_w {
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 740px) {
  .footer .f_bottom .f_links {
    width: 100%;
    padding-bottom: 10px;
  }
}

.footer .f_bottom .f_links li {
  margin-right: 30px;
}

@media screen and (max-width: 740px) {
  .footer .f_bottom .f_links li {
    width: 48%;
    margin-right: 0;
    text-align: center;
  }
}

.footer .f_bottom .f_links a {
  color: #fff;
}

@media screen and (max-width: 740px) {
  .footer .f_bottom .f_links a {
    display: block;
    padding: 5px 0;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
  }
}

@media screen and (max-width: 740px) {
  .footer .f_bottom .copyright {
    text-align: center;
    font-size: 1.0rem;
  }
}

.btn_area {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

a.btn_w {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 1;
  transition: all 0.3s;
}

a.btn_w:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.8);
  color: #02033B;
}

a.btn_b {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #02033B;
  color: #02033B;
  line-height: 1;
  transition: all 0.3s;
  font-size: 1.4rem;
  font-weight: bold;
}

a.btn_b:hover {
  opacity: 1;
  background-color: #02033B;
  color: #fff;
}

a.btn_blue {
  display: inline-block;
  padding: 15px 40px;
  color: #fff;
  background: linear-gradient(90deg, #10118c, #2158b4, #10118c);
  background-size: 200% auto;
  background-position: 0 0;
  line-height: 1;
  transition: all 0.3s;
}

a.btn_blue:hover {
  opacity: 1;
  background-position: 100% 0;
}

.gotop {
  display: block;
  width: 70px;
  height: 70px;
  padding-top: 20px;
  background: #aaa;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  position: fixed;
  bottom: 50px;
  right: 0px;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.gotop:hover {
  opacity: 1;
}

@media screen and (max-width: 740px) {
  .gotop {
    width: 50px;
    height: 50px;
    padding-top: 10px;
    bottom: 80px;
  }
  .gotop:hover {
    opacity: 0.7;
  }
}

.gotop span {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.gotop span:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(-45deg);
}

.page_title {
  padding-top: 88px;
  background: url(../images/top/main_bg.jpg) 0 0 no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 740px) {
  .page_title {
    padding-top: 75px;
    background-size: cover;
  }
}

.page_title .pttl {
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 4.2rem;
  color: #fff;
  letter-spacing: 2px;
  font-family: 'Noto_s',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

@media screen and (max-width: 740px) {
  .page_title .pttl {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 3.2rem;
  }
}

.page_title .bc-list {
  background: #fff;
  padding: 10px 10px 0;
  position: absolute;
  right: 10px;
  bottom: 0;
}

@media screen and (max-width: 740px) {
  .page_title .bc-list {
    display: none;
  }
}

.page_title .bc-list li {
  font-size: 1.3rem;
  letter-spacing: 0;
}

.page_title .bc-list li:after {
  content: ">";
  display: inline-block;
  padding: 0 10px;
}

.page_title .bc-list li:last-child:after {
  content: none;
}

.contents {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 740px) {
  .contents {
    padding-top: 40px;
  }
}

.section_ttl {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  font-size: 3.2rem;
  position: relative;
}

@media screen and (max-width: 740px) {
  .section_ttl {
    font-size: 2.8rem;
  }
}

.section_ttl .en {
  display: block;
  padding-left: 2px;
  font-weight: normal;
  font-size: 1.2rem;
  color: #555;
  line-height: 1;
}

.section_ttl:after {
  content: "";
  width: 150px;
  height: 2px;
  background: linear-gradient(90deg, #10118c, #2158b4);
  position: absolute;
  bottom: -1px;
  left: 0;
}

section.privacy {
  padding-top: 40px;
}

section.privacy ul {
  padding-top: 20px;
}

section.privacy ul li {
  position: relative;
  padding-left: 10px;
}

@media screen and (max-width: 740px) {
  section.privacy ul li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

section.privacy ul li::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  margin: auto;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 740px) {
  section.privacy ul li::before {
    top: 1.5rem;
    bottom: auto;
  }
}

ul.sitemap {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 740px) {
  ul.sitemap {
    width: 100%;
  }
}

ul.sitemap.other {
  padding-top: 20px;
}

ul.sitemap li {
  margin-bottom: 10px;
}

ul.sitemap li.sub {
  padding-left: 50px;
}

ul.sitemap li a {
  display: block;
  padding: 10px 20px 10px 50px;
  font-size: 1.7rem;
  border: 1px solid #ccc;
  position: relative;
  transition: all 0.2s;
}

ul.sitemap li a:hover {
  opacity: 0.7;
}

ul.sitemap li a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: auto;
  background: #555;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
}
