@charset "utf-8";

/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP vertical";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NS-700-vertical.woff2") format("woff2"), url("fonts/NS-700-vertical.woff") format("woff");
  font-display: swap;
}

/*
---------------------------------------------

    base settings

*/

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;
  font-weight:normal;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000;
  font-size: 1.4rem;
	    word-break: break-word;
  font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: none;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow-x: hidden;
}



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



* {
  box-sizing: border-box;
}

  .for-sp {
    display: none;
  }
.sp_br {
  display: none;
}

.pc_br {
  display: inline;
}

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

  .for-pc {
    display: none;
  }
	  .for-sp {
    display: block;
  }
	 .sp_br {
    display: inline;
  }

  .pc_br {
    display: none;
  }
	
}

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

h2,
h3,
h4,
h5,
h6,
.cc {
	font-weight: bold;
}
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	display: block;
	font-weight: bold;
}
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.cc span {
	font-weight: bold;
}


.btn-internal{
    margin:4rem auto;
    text-align:center;
}
.btn-internal a {
  width: 450px;
  height: 100%;
  background: #4E3636 url(img/btn_arrow_under.png) no-repeat 41rem 50%;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  background-size: 16px;
  box-shadow: 5px 5px 20px #0000004f;
  padding: 2rem;
  border-radius: 20rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;

  /* 変化させたいプロパティをまとめて指定 */
  transition: background-color 0.3s ease, 
              transform 0.3s ease, 
              box-shadow 0.3s ease;
}

.btn-internal a:hover {
  background-color: #000;
  transform: translateY(4px);
  box-shadow: none;
}

@media screen and (max-width: 768px) {
	.btn-internal{
    margin:4rem auto;
}
	.btn-internal a {
	        width: 90%;
        height: 100%;
        background: #4E3636 url(img/btn_arrow_under.png) no-repeat 28rem 50%;
        font-size: 1.6rem;
        background-size: 14px;
		box-shadow: 3px 3px 10px #0000004f;
}
}
.btn-mail{
    margin:4rem auto;
    text-align:center;
}
.btn-mail a {
  width: 450px;
  height: 100%;
  background: #4E3636 url(img/btn_arrow_side.png) no-repeat 39rem 46%;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  background-size: 36px;
  box-shadow: 5px 5px 20px #0000004f;
  padding: 2rem;
  border-radius: 20rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;

  /* 変化させたいプロパティをまとめて指定 */
  transition: background-color 0.3s ease, 
              transform 0.3s ease, 
              box-shadow 0.3s ease;
}

.btn-mail a:hover {
  background-color: #000;
  transform: translateY(4px);
  box-shadow: none;
}

@media screen and (max-width: 768px) {
	.btn-mail{
    margin:4rem auto;
}
	.btn-mail a {
	        width: 90%;
        height: 100%;
        background:#4E3636 url(img/btn_arrow_side.png) no-repeat 26.5rem 43%;
        font-size: 1.6rem;
        background-size:33px;
		box-shadow: 3px 3px 10px #0000004f;
}
}
.caption {
  margin-top: 3rem;
  display: block;
  color: #999;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  word-break: break-all;
}

.caption a {
  color: #999;
}
span {
	font-weight: bold;
}

p {
    margin: 2rem 0 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
}

.l-center{position: relative;width: 1000px;margin: 0 auto 0;}
@media screen and (max-width: 768px) {
	.l-center{
		width: 100%;
        padding: 0 1.5rem;
	}
	}

.l-footer {
    background: #F6F6F6;
    margin: 0 auto 0;
	
}
.l-footer .main{display: flex;justify-content: center;flex-wrap: nowrap;gap: 3rem;padding: 5rem 0;}

.l-footer-copyright{
    background: #fff;
}
.l-footer .-logo{
    width: 30%;
}
.l-footer-about p{
  margin: 0 0 2rem;
}
.-copy{
    padding: 1rem 0;
	    margin: 0 auto 0;
	    width: 1000px;
}


@media screen and (max-width: 768px) {
	.l-footer {
   overflow-x: hidden; 
	
}
	.l-footer .main{
		display: block;
		    padding: 3rem 0 1rem;
	}
	.l-footer .-logo {
    width: 40%;
	margin-bottom:2rem;	
}
	.l-footer-copyright {
   padding: 0 1.5rem;
}
	
	}

.main_er{
      background: #efefef;	
	padding: 2rem 0;
}

.main_er .titlearea{
        display: flex;
    align-items: center;
    gap: 5px;
    justify-content: left;
}

.main_er .titlearea .logo{
       width: 180px;
}
.main_er .titlearea .sitename a{
        font-size: 1.6rem;
    font-weight: bold;
    color: #000;
}
	#page h1 {
margin:2rem 0;
		font-weight: bold;
		font-size: 4rem;
}
