@charset "utf-8";@charset "UTF-8";
.row-fluid li {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.image img {
	display: block;
	width: 100%;
	height: auto;
}


/* ライン */
.line2000 {
    max-width: 2000px;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 5px;
    border-top: 4px solid #5EaA47;
}

.line01 {
    border-top: 1px solid #555;
    margin: 0 auto;
    width: 30em;
    margin-top: 10%;
    margin-bottom: 5%;
}

/* テキスト */
.font01 {
    font-size: 1.3em;
    font-weight: bold;
    text-align: left;
    padding-bottom: 5%;
}

/* スタイル文字 */

.text03 {
    font-size: 1.1em;
    line-height: 25px;
    text-align: center;
    margin: 0 auto;
    width: 80%;
    padding-top: 5%;
    padding-bottom: 1%;
}

.font03 {
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5%;
    text-decoration-line: underline;
}
/* プロフィール */

.font04 {
    font-size: 1.8em;
    font-weight: 500;
    text-align: center;
    padding-top: 8%;
    text-align: center;
    padding-bottom: 2%;
}

/* プロローグ表題 */

.text01 {
    font-size: 1.0em;
    line-height: 25px;
    text-align: justify;
    margin: 0 auto;
    width: 80%;
    padding-bottom: 2%;
}

.font02 {
    font-size: 1.3em;
    font-weight: bold;
    text-align: justify;
    padding-bottom: 1%;
    padding-top: 5%;
    width: 80%;
    margin: 0 auto;
}

section {
  max-width: 350px;
  margin: 0 auto;
  padding-bottom: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: 1.2em;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    font-family: 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;
}


/* レイアウト画像左 */
.container825 {
    display: grid;
    grid-template-columns: 0.3fr 0.5fr;
    grid-template-rows: 1fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    grid-template-areas: "photoimage10 textimage10";
}

.textimage10 {
    grid-area: textimage10;
    font-size: 1.0em;
    line-height: 25px;
    text-align: justify;
    padding-top: 15%;
    width: 90%;
}

.photoimage10 { grid-area: photoimage10; }

/* レイアウト画像右 */
.container826 {
    display: grid;
    grid-template-columns: 0.5fr 0.3fr;
    grid-template-rows: 1fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    grid-template-areas: "textimage20 photoimage20";
}

.textimage20 {
    grid-area: textimage20;
    font-size: 1.0em;
    line-height: 25px;
    text-align: justify;
    padding-top: 15%;
    width: 90%;
}

.photoimage20 { grid-area: photoimage20; }

/* プロフィール */

.container84 {
    display: grid;
    grid-template-columns: 0.4fr;
    grid-template-rows: 0.5fr 0.5fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    grid-template-areas:
        "profile"
        "profiletext";
}

.profile { grid-area: profile; }

.profiletext {
    grid-area: profiletext;
    font-size: 1.0em;
    line-height: 25px;
    text-align: left;
    padding-top: 3%;
    width: 100%;
    padding-bottom: 15%;
}
}
/*===============================================
tablet
===============================================*/
@media (max-width: 768px) {
.text01 {
    font-size: 1.0em;
    line-height: 25px;
    text-align: justify;
    margin: 0 auto;
    width: 95%;
    padding-bottom: 2%;
}
.font02 {
    font-size: 1.3em;
    font-weight: bold;
    text-align: justify;
    padding-bottom: 1%;
    padding-top: 5%;
    width: 95%;
    margin: 0 auto;
}
}
@media (max-width: 768px) {
.container825 {
        display: block;
        justify-items: center;
        margin: 3%;
    }
.textimage10 {
        font-size: 1.0em;
        line-height: 25px;
        text-align: justify;
        padding-top: 3%;
        width: 95%
        padding-bottom: 5%;
    }

.container826 {
        display: block;
        justify-items: center;
        margin: 3%;
    }
.textimage20 {
        font-size: 1.0em;
        line-height: 25px;
        text-align: justify;
        padding-top: 3%;
        width: 90%;
        padding-bottom: 5%;
    }
.container84 {
    display: grid;
    grid-template-columns: 0.8fr;
    grid-template-rows: 0.5fr 0.5fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    grid-template-areas:
        "profile"
        "profiletext";
}
}
@media (max-width: 768px) {
.text01 {
    font-size: 1.0em;
    line-height: 25px;
    text-align: justify;
    margin: 0 auto;
    width: 90%;
    padding-bottom: 2%;
}
.font02 {
    font-size: 1.3em;
    font-weight: bold;
    text-align: justify;
    padding-bottom: 1%;
    padding-top: 5%;
    width: 90%;
    margin: 0 auto;
}
}
/*===============================================
SMP
===============================================*/
@media (max-width:430px) {
section {
  max-width: 300px;
  margin: 0 auto;
}
.font02 {
    font-size: 1.3em;
    font-weight: bold;
    text-align: justify;
    padding-bottom: 1%;
    padding-top: 5%;
    width: 90%;
    margin: 0 auto;
}
.text01 {
        font-size: 1.0em;
        line-height: 23px;
        text-align: justify;
        margin: 0 auto;
        width: 90%;
        padding-bottom: 5%;
        font-weight: 500;
}

.container825 {
    display: block;
    justify-items: center;
    margin: 5%;
}

.textimage10 {
    grid-area: textimage10;
    font-size: 1.0em;
    line-height: 25px;
    text-align: justify;
    padding-top: 5%;
    width: 95%;
    padding-bottom: 5%;
}

.container826 {
    display: block;
    justify-content: center;
    margin: 5%;
}

.textimage20 {
    grid-area: textimage20;
    font-size: 1.0em;
    line-height: 25px;
    text-align: justify;
    padding-top: 5%;
    width: 95%;
    padding-bottom: 5%;
}
.container84 {
    display: grid;
    grid-template-columns: 0.8fr;
    grid-template-rows: 0.2fr 0.2fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    grid-template-areas:
        "profile"
        "profiletext";
}
}