/*@charset "UTF-8";*/
/* CSS Document */
/*--------------------
01.共通
02.ヘッダー
03.フッター
04.下層
--------------------*/

/*----------
01.共通
----------*/

@font-face {
  font-family: 'A-OTF-A1MinchoStd-Bold';
  src: url('../font/A-OTF-A1MinchoStd-Bold.woff2') format('woff2'), url('../font/A-OTF-A1MinchoStd-Bold.woff') format('woff'), url('../font/A-OTF-A1MinchoStd-Bold.otf') format('opentype'); /* ttf - Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}

body {
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  position: relative;
  background: #fff;
}

#wrapper.bg_type02 {
  background: #f8f8f8;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.contents_in {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.a1mincho_font {
  font-family: 'A-OTF-A1MinchoStd-Bold', serif;
}

.notomincho_font {
  font-family: 'Noto Serif JP', serif;
}

.en_font {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
}

.btn_ptn01 {
  max-width: 220px;
  width: 100%;
}

.btn_ptn01 a {
  display: inline-block;
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
  padding: 18px 0 20px;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  position: relative;
}

.btn_ptn01 a::after {
  content: '';
  display: block;
  width: 21px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.product_btn_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1400px;
  width: 70%;
  margin: 80px auto 130px;
  padding: 45px 0;
  position: relative;
  gap: 20px 40px;
  z-index: 1;
}
.product_btn_area::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #f0f4f7;
  z-index: -1;
}
.product_btn_area .btn_ptn01 {
  max-width: 28%;
}

.product_btn_area .btn_ptn01 a {
  color: #027dd7;
  border-color: #027dd7;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 18px 0 15px;
}
.product_btn_area .btn_ptn01 a::after {
  background-color: #027dd7;
}
/*----------
04.下層
----------*/

.under_page .h1_type {
  text-align: center;
  letter-spacing: 0.05em;
}

.under_page .h1_type h1 {
  font-size: 32px;
  line-height: 39px;
  margin: 0 0 3px;
  text-transform: capitalize;
}

.under_page .h1_type .h1_jp {
  font-weight: 300;
  line-height: 20px;
}

.under_page #h1_type01 {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  padding: 88px 0 194px;
  margin-bottom: -127px;
}

.under_page #h1_type02 {
  padding-top: 88px;
}

.under_page #h1_type02 .h1_jp {
  color: #313131;
}

@media only screen and (max-width: 1024px) {
  /*----------
01.共通
----------*/
  .contents_in {
    width: calc(100% - 40px);
  }

  /*----------
02.ヘッダー
----------*/

  header .contents_in {
    width: 100%;
  }

  header .logo {
    padding: 24px 10px 23px;
  }

  header nav {
    justify-content: flex-end;
  }

  header .nav_in {
    margin: 0 4% 0 0;
  }

  header .contact_nav {
    max-width: 232px;
  }

  header .contact_nav li {
    max-width: 116px;
  }

  header .contact_nav li a {
    padding: 18px 5px;
    font-size: 12px;
  }

  /*----------
03.フッター
----------*/

  #footer_top .cnt_box {
    padding: 57px 0 62px;
  }

  #footer_top .h2_jp {
    margin-bottom: 25px;
  }

  #footer_top p {
    margin-bottom: 30px;
  }

  /*----------
04.下層
----------*/
}
@media only screen and (max-width: 850px) {
  header .nav_in li a {
    font-size: 12px;
  }
  .product_btn_area {
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  /*----------
01.共通
----------*/

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .contents_in {
    width: calc(100% - 50px);
  }

  /*----------
04.下層
----------*/

  .under_page .h1_type h1 {
    font-size: 30px;
    line-height: 37px;
  }

  .under_page #h1_type01 {
    padding: 34px 0 108px;
    margin-bottom: -84px;
  }

  .under_page #h1_type01 .h1_jp {
    font-size: 16px;
    margin: -5px 0 0;
  }

  .under_page #h1_type02 {
    padding: 63px 0 0px;
  }
  .product_btn_area {
    margin: 50px auto;
    padding: 30px 20px;
    gap: 15px;
  }
  .product_btn_area .btn_ptn01 {
    max-width: 100%;
  }
}
