@charset "utf-8";@charset "UTF-8";
.image {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.image img {
	display: block;
	width: 100%;
	height: auto;
}

/* 余白*/
.spece {
 padding-top:2%;
 padding-bottom:5%;
 text-align:center;
}

/* 余白*/
.spece2 {
 padding-bottom:5%;
  text-align:center;
}

/* 文字追加*/
.text01 {
    font-size: 0.9em;
    line-height: 26px;
    width: 40%;
    margin: 0% auto;
    text-align: justify;
    font-family: "Zen Maru Gothic", serif;
    margin-top: 10%;
    margin-bottom: 12%;
}

.text02 {
    font-size: 0.9em;
    line-height: 26px;
    width: 95%;
    margin: 0% auto;
    text-align: center;
    font-family: "Zen Maru Gothic", serif;
    margin-top: 3%;
    margin-bottom: 12%;
    color: #777777;
}

.font01 {
    font-size: 1.4em;
    font-style: italic;
    font-weight: 700;
    color: #211915;
    line-height: 1;
    text-align: center;
    margin-bottom: 2.0em;
    font-family: "PT Serif", serif;
    text-decoration: underline;
}

/* ボタン*/

section {
  max-width: 300px;
  margin: 0 auto;
  padding-top:3%;
}

a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  font-family: "Barlow Condensed", sans-serif;  
}

a.btn_02:hover {
  background: #000;
  color: #fff;
}

a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

.sma{
    display: none;
}

/*レイアウト */
.parent {
    display: grid;
    grid-template-columns: repeat(1, 0.4fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
    justify-content: center;
    justify-items: center;
}   

/*タイトル*/

.section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    width: 100%;
}

.section-number {
    font-size: 3.0em;
    font-style: italic;
    font-weight: 700;
    color: #211915;
    line-height: 1;
    text-align: center;
    margin-bottom: 0.2em;
    font-family: "PT Serif", serif;
}

.section-label {
    background: #211915;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 1px 12px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.05em;
    margin-top: -0.2em;
    font-family: sans-serif;
}
}
=============================================
tablet
===============================================*/
@media (max-width:768px)  {

section {
  max-width: 300px;
  margin: 0 auto;
}

a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  font-family: "Hind", sans-serif;
}

a.btn_02:hover {
  background: #000;
  color: #fff;
}

a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}
.text01 {
    font-size: 0.9em;
    line-height: 26px;
    width: 50%;
    margin: 0% auto;
    text-align: justify;
    font-family: "Zen Maru Gothic", serif;
    margin-top: 10%;
    margin-bottom: 12%;
}
}
@media (max-width: 768px) {
.parent {
    display: grid;
    grid-template-columns: repeat(1, 0.5fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
    justify-content: center;
    justify-items: center;
}
}

/* レスポンシブ対応 */
@media (max-width: 600px) {
  .section-title {
    margin: 20px 0;
  }
    .section-number {
        font-size: 2.8rem;
    }

  .section-label {
    font-size: 0.85rem;
    padding: 2px 12px;
  }
}
/*===============================================
SMP
===============================================*/
@media (max-width:430px) {

.sma{
        display: block;
}

/* ボタン*/
section {
  max-width: 310px;
  margin: 0 auto;
}

a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  font-family: "Jost", sans-serif;
}
a.btn_02:hover {
  background: #000;
  color: #fff;
}
a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

.parent {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
    justify-content: center;
    justify-items: center;
    margin: 3%;
}
.text01 {
    font-size: 0.9em;
    line-height: 26px;
    width: 85%;
    margin: 0% auto;
    text-align: justify;
    font-family: "Zen Maru Gothic", serif;
    margin-top: 10%;
    margin-bottom: 12%;
}
}
@media (max-width:320px) {
.text02 {
    font-size: 0.8em;
    line-height: 26px;
    width: 90%;
    margin: 0% auto;
    text-align: center;
    font-family: "Zen Maru Gothic", serif;
    margin-top: 3%;
    margin-bottom: 12%;
    color: #777777;
}
}