@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;
}

/* デザイン線*/

.box{
   padding-bottom:10%;
   text-align:center;
}

.line01 {
    border-top: 1px solid #555;
    margin: 0 auto;
    width: 30em;
    margin-top: 3%;
    margin-bottom: 5%;
}

/* テキスト */
.text01 {
    font-size: 1.0em;
    line-height: 26px;
    width: 100%;
    margin-top: 5%;
    text-align: center;
    margin-bottom: 15%;
    font-family: "Noto Sans JP", serif;
}

.text02 {
    font-size: 0.9em;
    line-height: 23px;
    width: 40%;
    margin: 0 auto;
    text-align: justify;
    font-family: "Noto Sans JP", serif;
    padding-top: 2%;
    padding-bottom: 3%;
}

.font01 {
    font-size: 1.8em;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    padding-top: 5%;
    padding-bottom: 5%;
    font-weight: 600;
}

section {
    max-width: 310px;
    margin: 0 auto;
    padding-top: 8%;
    padding-bottom: 10%;
}

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: 1.0em;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    font-family: serif;
    font-size: 1.1em;
}

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;
}

a.btn_03 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 300px;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, 0.9);
    background: #fff;
    color: #000000;
    transition: 0.5s;
    font-size: 1.0em;
}

a.btn_03:hover {
	color: #000;
	background: #fff;
}

/* レイアウト */
.container819 {
    display: grid;
    grid-template-columns: 0.6fr;
    grid-template-rows: 0.5fr 0.1fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    grid-template-areas:
        "photoimage10"
        "textimage10";
    padding-bottom: 5%;
}

.photoimage10 { grid-area: photoimage10; }

.textimage10 { grid-area: textimage10;
    font-size: 1.0em;
    line-height: 26px;
    width: 100%;
    text-align:center;
    font-family: "Noto Sans JP", serif;
}

/* プロフィールレイアウト */

.parent {
    display: grid;
    grid-template-columns: repeat(1, 0.4fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
    justify-content: center;
    justify-items: center;
}
}
/*===============================================
tablet
===============================================*/
@media (max-width: 834px) {
section {
  max-width: 320px;
  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: 1.0em;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    font-family: serif;
    font-size: 1.0em;
}

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;
}

.container820 {
    display: grid;
    grid-template-columns: 0.3fr 0.4fr;
    grid-template-rows: 1fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    grid-template-areas: "photoimage20 textimage20";
}
.textimage20 {
    grid-area: textimage20;
    font-size: 1.0em;
    line-height: 25px;
    width: 100%;
    text-align: justify;
    font-family: "Noto Sans JP", serif;
    /* padding-top: 3%; */
}
.text02 {
    font-size: 0.9em;
    line-height: 23px;
    width: 50%;
    margin: 0 auto;
    text-align: justify;
    font-family: "Noto Sans JP", serif;
    padding-top: 2%;
    padding-bottom: 3%;
}
.font01 {
    font-size: 1.6em;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    padding-top: 10%;
    padding-bottom: 5%;
    font-weight: 600;
}
}
/*===============================================
SMP
===============================================*/
@media (max-width: 425px) {

section {
    max-width: 310px;
    margin: 0 auto;
    padding-top: 8%;
    padding-bottom: 18%;
}

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: 1.0em;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    font-family: serif;
    font-size: 1.1em;
}

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;
}

.line01 {
        border-top: 1px solid #555;
        margin: 0 auto;
        width: 90%;
        margin-top: 10%;
        padding: 3%;
}

.container819 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr 0.1fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    grid-template-areas:
        "photoimage10"
        "textimage10";
    padding-bottom: 5%;
    padding: 3%;
}

.parent {
    display: grid;
    grid-template-columns: repeat(1, 0.9fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
    justify-content: center;
    justify-items: center;
    padding: 3%;
}

.text01 {
    font-size: 1.0em;
    line-height: 26px;
    width: 95%;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    margin: 0 auto;
    padding-bottom: 15%;
    padding-top: 5%;
}

.text02 {
    font-size: 0.9em;
    line-height: 23px;
    width: 80%;
    margin: 0 auto;
    text-align: justify;
    font-family: "Noto Sans JP", serif;
    padding-top: 2%;
    padding-bottom: 3%;
}
    .font01 {
        font-size: 1.6em;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-family: "Noto Sans JP", serif;
        padding-top: 20%;
        padding-bottom: 10%;
        font-weight: 600;
    }
}
@media (max-width: 320px) {

}
}