@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;
}


.box2 {
    padding-top: 8%;
    padding-bottom:5%;
}


.line01 {
    border-top: 1px solid #555;
    margin: 0 auto;
    width: 65em;
    margin-top: 5%;
    padding:5%;
}
 
/* ボタン*/

.border {
    border: solid 0.5px;
    background-color: #000;
    margin: 0 auto;
    padding: 0% 1% 0% 1%;
    font-size: 0.9em;
    color: #fff;
    letter-spacing: 0.12em;
}

/* テキスト */

.text01 {
    font-size: 1.0em;
    line-height: 23px;
    width: 95%;
    /* margin-top: 2%; */
    text-align: right;
    margin-bottom: 5%;
    padding: 0% 0% 0% 60%;
}


.font01 {
    font-size: 1.0em;
    width: 60%;
    margin: 5% 3%;
    text-align: left;
    /* font-family: "Playfair Display", serif; */
    padding-bottom: 3%;
}

.font02 {
    font-size: 6.5em;
    width: 60%;
    margin: 0% 3%;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}

.font03 {
    font-size: 1.2em;
    text-align: left;
    font-family: "Bebas Neue", sans-serif;
    font-weight: bold;
    margin-top: 3%;
    text-decoration: underline;
    line-height: 40px;
}

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: 1.0em;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}

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(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 10px;
    padding: 2%;
}
    
.div4 {
    grid-row: span 3 / span 3;
}

.div5 {
    grid-row: span 3 / span 3;
    grid-column-start: 2;
    grid-row-start: 2;
}  


.parent2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
    padding:3%;
}            
}
/*===============================================
tablet
===============================================*/
@media (max-width: 920px) {
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;
}

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;
}
}
/*===============================================
SMP
===============================================*/
@media (max-width: 425px) {

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;
}
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;
}

.box2 {
   padding-top:20%;
   padding-bottom:12%;
}

.line01 {
    border-top: 1px solid #555;
    margin: 0 auto;
    width: 90%;
    margin-top: 5%;
    padding: 5%;
}

.text01 {
    font-size: 1.0em;
    line-height: 23px;
    width: 95%;
    /* margin-top: 2%; */
    text-align: left;
    margin: 0 auto;
    padding: 2%;
}

.font01 {
    font-size: 1.1em;
    width: 90%;
    margin: 5%;
    text-align: left;
    /* font-family: "Playfair Display", serif; */
    /* padding-bottom: 3%; */
}

.font02 {
    font-size: 6.5em;
    width: 60%;
    margin: 0% 3%;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    margin-top: 10%;
}

.parent {
    display: block;
    padding:2%;
}

.div4 {
    padding:1%;
}

.div5 {
    padding:1%;
}  


.parent2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
    padding: 5%;
    margin-top: 25%;
}
}