@charset "UTF-8";

body{
  font-family: '筑紫A丸ゴシック','Noto Sans CJK JP','游ゴシック体',sans-serif;
  font-size: 16px;
}

p{
  line-height: 1.6;
  letter-spacing: 0.06em;
}

img{
  max-width: 100%;
}
   
a{
  display: block;
  text-decoration: none;
  color: #333;
}
   
li{
  list-style: none;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.flex,.tool,.purpose,.persona,.devise,.improvement{
  margin-bottom: 40px;
}

h1 {
  font-size: 36px;
  color: #cbe5f0;
}

h2{
  font-size: 28px;
  color: #8db1c0;
  margin: 20px 20px 20px 0;
  background: linear-gradient(transparent 70%, #cbe5f0 30%);
  width: fit-content;
  display: block;
}

h3{
  font-size: 26px;
  color: #ecc774;
  padding-bottom: 15px;
}

header {
  height: 120px;
  text-align: center;
}

.header-inner{
  display: flex;
  padding: 42px;
  margin: auto;
  width: fit-content;
  align-items: center;
}

.h1-icon{
  height: 30px;
  margin-right: 10px;
}

#about {
  border: solid #E0CA82 0.0001px;
  margin: 0px 140px 50px 140px;
  background-image: linear-gradient(45deg, #E0CA82 10px, transparent 0),
                    linear-gradient(-45deg, #E0CA82 10px, transparent 0),
                    linear-gradient(135deg, #E0CA82 10px, transparent 0),
                    linear-gradient(-135deg, #E0CA82 10px, transparent 0);
  padding: 70px 100px 120px 100px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}

.url {
  display: flex;
  margin-bottom: 20px;
}

.adress{
  color: #4e7a7b;
  margin: auto 10px;
}

a.adress:hover{
 text-decoration: underline;
 text-decoration-color: #1a8386;
}

.about-content{
  width: calc(100%/2);
}

.img-box {
  width: calc(100%/2);
  text-align: center;
}

.top-img{
  background-color: #e8d8b5;
  padding: 1.5px;
  width: 340px;
}

@media screen and (max-width:768px){

h2 {
  font-size: 24px;
  margin: 20px auto;
}

#about{
  margin: 0px 15px 50px 15px;
  padding: 30px 15px 70px 15px;
}

.about-content {
  width: 100%;
}

.url-text {
  margin-left: 10px;
}

.url{
  flex-direction: column;
}

.img-box {
  width: 280px;
  margin: 30px auto;
}

}