﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap');


/*========================
ヘッダー
========================*/
.headerwrap {
  width: 100%;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,229,153,1) 100%);
}
header {
  width: 100%;
  max-width: 1240px;
  padding: 40px 30px 0;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.header_title {
  flex: 1;
  margin: 0 40px 0 0;
}
.header_profile {
  width: 480px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 0.95em;
  line-height: 1.7;
  font-weight: 600;
}
.headlogo {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-bottom: 30px;
}
.update {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.15em;
  font-weight: 500;
  line-height: 100%;
  white-space: nowrap;
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 1000px) {
.header_profile {
  width: 380px;
  }
.header_profile img{
  max-width: 200px;
  }
.headprofiletext{
  text-align: left;
  }
.headprofiletext br{
  display: none;
  }
}
@media screen and (max-width: 767px) {
header {
  flex-direction: column;
  display:block;
  }
.header_title {
  margin: 0 0 30px 0;
  }
.header_profile {
  width: 100%;
  }
.header_profile img{
  max-width: 240px;
  }
.headprofiletext{
  text-align:center;
  }
.headprofiletext br{
  display: block;
  }
}
@media screen and (max-width: 480px) {
.header_profile img{
  max-width: 180px;
  }
.headprofiletext{
  text-align:left;
  }
.headprofiletext br{
  display: none;
  }
}

/*-------------------------
ヘッダーリンクボタン
--------------------------*/
.header_title ul{
  width:100%;
  max-width: 380px;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.header_title ul li{
  width:50%;
  margin:0 20px 0 0;
}
.header_title ul li:last-child{
  margin:0 0 0 0;
}
.header_title ul li a{
  text-decoration: none;
}

/*丸リンクボタン*/
.headbtn {
  width: 180px;
  height: 180px;
  background: rgb(234,91,6);
  background: linear-gradient(0deg, rgba(234,91,6,1) 0%, rgba(254,134,24,1) 100%);
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.4em;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
  position: relative;
}
.headbtn span {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -48%);
  -webkit-transform: translate(-50%, -48%);
  -ms-transform: translate(-50%, -48%);
}
.headbtn:hover {
  background: rgb(234,91,6);
  background: linear-gradient(180deg, rgba(234,91,6,1) 0%, rgba(254,134,24,1) 100%);
}
@media screen and (max-width: 640px) {
.header_title ul{
  max-width: 300px;
  }
.headbtn {
  width: 140px;
  height: 140px;
  font-size: 1.2em;
  }
}


/*========================
イラスト＆ブログ告知
========================*/
.ikkyusan {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.7;
  text-align: center;
  margin-top: 15px;
  padding: 0 15px;
}
.everyday {
  text-align: center;
  margin: 20px 0 12px;
}
@media screen and (max-width: 767px) {
.ikkyusan {
  text-align: left;
  }
.ikkyusan br {
  display: none;
  }
}
@media screen and (max-width: 480px) {
.ikkyusan {
  font-size: 1.2em;
  line-height: 1.6;
  margin-top: 12px;
  padding: 0 12px;
  }
.everyday {
  margin: 15px 0 12px;
  }
.everyday img {
  max-width:240px;
}
}


/*========================
プロフィール枠
========================*/
.profilewrap {
  width:100%;
  max-width: 1240px;
  margin: auto;
  padding:60px 42px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content:flex-start;
  align-items:flex-start;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}
.profile_title {
  width: 25%;
  max-width: 420px;
  margin: 0 50px 0 0;
  text-align: right;
}
.profile_detail {
  flex: 1;
}
.profile_title .title_jpn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2em;
  line-height: 100%;
  white-space: nowrap;
  letter-spacing: 0.04em;
  margin: 6px 0 18px;
}
.profile_title .title_eng {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.4em;
  color: #BBB;
  line-height: 100%;
  white-space: nowrap;
  letter-spacing: 0.1em;
  margin: 6px 0 12px;
}
@media screen and (max-width: 1000px) {
.profile_title {
  max-width: 340px;
  margin: 0 40px 0 0;
  }
}
@media screen and (max-width: 960px) {
.profilewrap {
  flex-direction: column;
  display:block;
  padding:60px 32px;
  }
.profile_title {
  width: 100%;
  max-width: 100%;
  margin: 0 0 30px 0;
  text-align: left;
  }
}
@media screen and (max-width: 640px) {
.profilewrap {
  padding:40px 24px;
  }
}


/*========================
略歴
========================*/
.timeline > li {
  margin: 0;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content:flex-start;
  align-items:flex-start;
}
.timeline .year {
  width: 5em;
  text-align: right;
  padding: 0 1.2em 0 0;
  letter-spacing: 0.04em;
}
.timeline .detail {
  width: calc(100% - 5em);
  border-left: 2px #CCC solid;
  padding: 0 0 0.6em 1.2em;
}
.timeline .detail:before {
  content: '';
  width: 0.7em;
  height: 0.7em;
  background: #F97702;
  position: absolute;
  left: 4.75em;
  top: 0.5em;
  border-radius: 100%;
}
.timeline .exp {
  font-size: 0.85em;
  padding: 0 0 0 1em;
  line-height: 1.6;
}
.timeline .exp:before{
  content: '－';
  margin-right: 3px;
}
@media screen and (max-width: 640px) {
.timeline > li {
  flex-direction: column;
  display:block;
  }
.timeline .year {
  width: 100%;
  display: block;
  text-align: left;
  padding: 0.2em 0;
  font-size: 1.05em;
  }
.timeline .detail {
  width: 100%;
  display: block;
  border-left: 1px #AAA solid;
  padding: 0 1em 0.4em;
  margin: 0 0 0 1.2em;
  }
.timeline .detail:before {
  display: none;
  }
}


/*========================
情報発信活動
========================*/
.chapter p {
  position:relative;
  line-height:1.6;
  padding-left:1.1em;
  margin: 0 0 5px;
  letter-spacing: 0.02em;
}
.chapter p:before{
  content:"";
  display:inline-block;
  content: '';
  width: 0.7em;
  height: 0.7em;
  background: #F97702;
  position: absolute;
  top: 0.5em;
  left:0;
  border-radius: 100%;
}


/*========================
吉住長敏の今
========================*/
.topics {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.topics_title {
  max-width: 140px;
  margin: 0 20px 0 0;
}
.topics_detail {
  flex: 1;
}
@media screen and (max-width: 640px) {
.topics_title {
  max-width: 86px;
  margin: 0 12px 0 0;
  }
}
@media screen and (max-width: 480px) {
.topics_detail {
  font-size: 0.95em;
  }
.topics_detail br{
  display: none;
  }
}

/*丸囲みタイトル*/
.topicscircle {
  width: 140px;
  height: 140px;
  background: #FFF;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  color: #F87701;
  border: 1px solid #F87701;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.15em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
.topicscircle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
.topicscircle {
  width: 86px;
  height: 86px;
  font-size: 1em;
  letter-spacing: 0.03em;
  }
}

