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


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


/*-----------
base
-----------*/

*{
  margin:0;
  padding:0;
  border:none;
}

html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6{
  font-weight:normal;
}

section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary, small{
  display: block;
}

img{
  max-width: 100%;
  vertical-align: top;
}

ul{
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  color:#000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.04em;
  -webkit-text-size-adjust:100%;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
  box-sizing: border-box;
}

.bold{
  font-weight: 900;
}

a{
  cursor: pointer;
  color: #1b365d;
  transition: 0.2s ease-in-out;
}

/* @media (hover: hover) {
  a:any-link:hover{
    opacity: 0.6;
  }
} */

.pc_nobr{
display: none;
}

.inner{
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}


html{
  font-size: 62.5%;
}
.container {
    max-width: 1164px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

/*-----------
title_header
-----------*/

#title_header{
  width: 100%;
  height: auto;
  background: #0b3041;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);;
}

#title_header .inner{
  max-width: 1164px;
  display:flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px;
}

#title_header #page_title{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

#title_header #h_nav{
  justify-content:flex-end;
  display:flex;
  font-size: 17px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
  letter-spacing: 0.05em;
}

#title_header #h_nav li{
  margin: 0 0 0 25px;
}

#title_header #h_nav a{
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 0 0 0 28px;
  line-height: 1.1;
}

@media (hover: hover) {
  #title_header #h_nav a:hover{
    opacity: 0.8;
  }
}


/*-----------
contents
-----------*/

#contents{
  margin-top: 0;
  background: #FFF;
}


/*-----------
footer
-----------*/

footer {
  padding-bottom: 80px;
  background: #1B365D;
  color: #FFF;
}

footer .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
}

footer .inner .footer-upper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

footer .inner .footer-upper .logo {
  margin-top: 10px;
}

footer .inner .footer-upper .company_info {
  font-size: 10px;
}

footer .inner .footer-upper .name {
  font-size: 14px;
  margin: 0 auto 1em 0;
}

footer .inner .copyright {
  text-align: center;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.075em;
}


.pagetop {
  display: none;
  position: fixed;
  bottom: 1em;
  right: 1em;
  margin: 0;
  z-index: 4;
}

.pagetop a {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(170, 159, 113, 0.85) url(../img/arrow_u.svg) no-repeat center 46%;
  text-indent: -9999px;
  /* offset-anchor: ; */
}

@media (hover: hover) {
  .pagetop a:any-link:hover {
    opacity: 1;
    background-color: rgba(170, 159, 113, 1);
  }
}


#fix_footer_btn{
	width: 240px;
  display: block;
  position: fixed;
  right: 0;
  bottom: 6em;
  z-index: 1;
}

#fix_footer_btn a{
  display: block;
  width: 100%;
  padding: 0px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  line-height: 1.5;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 0px;
  box-sizing: border-box;
  transition-duration: 0.3s;
}
#fix_footer_btn a .text_sp {
	display: none;
}
#fix_footer_btn a .text1 {
	font-size: 24px;
	color: #000;
	display: block; background-color: #dad3ae;
	text-align: center;
	padding: 15px 10px;
}
#fix_footer_btn a .text2 {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	display: block;
	padding: 0px 40px;
	margin: 10px 0;
	text-align: center;
}
#fix_footer_btn a .bt {
	width: 80%;
	color: #fff;
	display: block; background-color: #21355c;
	text-align: center;
	border-radius: 10px;
	padding: 5%;
	margin: 20px auto 20px;
}

#fix_footer_btn a::before {
   display: none;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    opacity: 0.3;
}
#fix_footer_btn a:hover::before {
    display: block;
}


@media (hover: hover) {
  #fix_footer_btn a:any-link:hover {
    opacity: 1;
    /*
    padding-right: 18px;
    background-color: rgba(170, 159, 113, 1);
    */
  }
}

#text_catch {
	font-size: 18px;
	text-align: center;
	color: #ff0000;
}

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

  html, body {
    /* font-size: 15px;
    line-height: 1.85; */
  }

  .container {
      padding-right: 4.2666666667%;
      padding-left: 4.2666666667%;
  }

  .pc_nobr{
    display: block;
  }

  .sp_nobr{
    display: none;
  }

  .inner{
    width: 90%;
  }


  /*-----------
  title_header
  -----------*/

  #title_header .inner{
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
    display: block;
    padding-right: 4.2666666667%;
    padding-left: 4.2666666667%;
    box-sizing: border-box;
  }

  #title_header #page_title{
    padding: 3% 0 2%;
    font-size: 18px;
  }

  #title_header #h_nav{
    justify-content:flex-start;
    display:flex;
    flex-wrap:wrap;
    font-size: 15px;
    padding: 0 0 3%;
  }

  #title_header #h_nav li{
    margin: 0;
    width: auto;
  }

  #title_header #h_nav a{
    padding: 0;
    margin-right: 20px;
  }


  /*-----------
  contents
  -----------*/

  #contents{
    margin-top: 75px;
  }


  /*-----------
  footer
  -----------*/

  footer .inner {
    width: auto;
    padding: 20px 10px;
  }

  footer .inner .footer-upper {
    display: block;
    text-align: center;
    line-height: 1.8;
  }

  footer .inner .footer-upper .logo {
    width: 200px;
    margin: 0 auto 14px;
  }

  footer .inner .footer-upper .logo img {
    width: 100%;
  }

  footer .inner .company_info {
    letter-spacing: normal;
  }

  footer .inner .copyright {
    margin-top: 10px;
    letter-spacing: normal;
  }


  .pagetop {
    bottom: 65px;
    right: 2.5%;
  }
  
  .pagetop a {
    width: 46px;
    height: 46px;
  }


  #fix_footer_btn{
    width: 100%;
    left: 0;
    bottom: 0;
  }
  
  #fix_footer_btn a{
    padding: 7px 0;
    font-size: 19px;
    text-align: center;
    line-height: 36px;
    background: rgba(170, 159, 113, 0.85) url(../img/arrow_r.svg) no-repeat right 4% center;
    background-size: 10px;
    border-radius: 0;
	border: solid 0px;
  }

#fix_footer_btn a .text_sp {
	display: block;
}
#fix_footer_btn a .text1 {
	display: none;
}
#fix_footer_btn a .text2 {
	display: none;
}
#fix_footer_btn a .bt {
	display: none;
}




}
