@charset "UTF-8";
/*
 * ================================================
 * 
 * common
 * 
 * ================================================
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* ------------------

レイアウト設定 

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

フォントサイズ 

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

テキスト隠す 

------------------ */
.gothic {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body {
  background-color: #FFF;
  color: #333;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.125rem;
  line-height: 2.25rem;
  letter-spacing: 0.05em;
  overflow-x: hidden;
}

p {
  margin-bottom: 2em;
}

.section {
  margin-bottom: 120px;
  position: relative;
  z-index: 3;
}

/*
 * ================================================
 * 
 * footer
 * 
 * ================================================
 */
/*
 * ================================================
 * 
 * common
 * 
 * ================================================
 */
h1, h2, h3, h4 {
  color: #000;
}

.pc_none {
  display: none;
}

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

a:link, a:visited, a:hover, a:active {
  text-decoration: underline;
}

/*
 * ================================================
 * 
 * header
 * 
 * ================================================
 */
/*
 * ================================================
 * 
 * section
 * 
 * ================================================
 */
.wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 6px solid #D6804B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100svh;
  width: 100svw;
}

.logo {
  line-height: 0;
  margin: 0;
  max-width: 630px;
  padding: 0;
  width: 70%;
}

.text {
  max-width: 208px;
  width: 40%;
}

/*
 * ================================================
 * 
 * footer
 * 
 * ================================================
 */