@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    
}

body {
    text-align: center;
    width: 100%;
    
    background-color: #fff;

    font-family: "Hiragino maru Gothic ProN";
    font-size:16px ;
    font-weight: normal;
    color: #404040;
    
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

#header-logo {
    display: block;
    width: 100px;
    margin: 10px auto 10px 5%;
    
}

header nav {
    display: block;
    margin: 20px 5% 10px auto;

}

nav ul {
  display: flex;
  gap: 20px;
  
}

nav ul li a, .about-2-section p, .about-3-section ul, .price-section p, .about-4-section ul, .other-course-section-item p, .questionary-section-item p, .telephone-section-info {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}

#mian-visual {
    display: block;
    width: 76%;
    height:auto;

    margin-right: auto;
    margin-left: auto;

    animation: fadeup 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
 
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

h2 {
    display: inline-block;

    margin-top: 70px;
    margin-bottom: 30px;
    
    background-image: linear-gradient(162deg, #f19a97 33%, #ffbc64 74%);
    padding: 3px 10px;
    border-radius: 5px;

    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-shadow:1px 1px 2px #404040;

}

h3 {
    font-size: 18px;
    font-weight: bold;
    
}

p {
    text-align: left;
    margin-right: 13%;
    margin-left: 15%;
    
}

.worry-section img {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    
}

.worry-section p {
    text-align: left;
    margin-top: 20px;
    margin-right: 15%;
    margin-left: 15%;
  
}

.remote-work-section img {
    display: block;
    width: 30%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    
}

.about-1-section p {
    text-align: left;
    
}

span {
    color: crimson;

}

.about-2-group-1 {
    width: 60%;

    margin-right: 20%;   
    margin-left: 20%; 

}

.about-2-section ol {
    text-align: left;
    
}

.about-2-section ol li {
    width: 100%;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: bold;
}

.about-2-item {
    width: 100%;

    margin-top: 10px;
    margin-left: 1rem;
    margin-bottom: 10px;
    
    font-size: 16px;
    font-weight: normal;
}

.about-2-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    
    margin-right: auto;
    margin-left: 2%;
    
}

.about-2-group-2  {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    gap: 10px;

    margin: 20px 15%;
    
}

.about-2-group-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex: 1 1 30%;
    align-items: center;
    text-align: center;

    font-size: 12px;

}

.about-2-group-2 img {
    width: 100%;

}

.about-2-section p {
    margin-left: 15%;

}

.about-3-section img {
    width: 35%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.about-3-section ul {
    text-align: left;
    width: 70%;
    margin-top: 20px;
    margin-left: 15%;
    
}

.price-section-item {
    display: flex;
    margin-left: 10%;

}

.price-section-img-1 {
    width: 50%;
    display: block;
    margin-right: 0;
    margin-left: auto;

}

.price-section-img-2 {
    width: 65%;
    display: block;
    position: relative;
    top: 30px;
    margin-right: auto;
    margin-left: 0;
}

.price-section p {
    text-align: left;
    width: 65%;
    position: relative;
    top: 30px;
    margin-left: 0;
}

.orange {
    color: #FFBC64;

}

.about-4-section img {
    width: 60%;
    margin-top: 20px;
}

.about-4-section ul {
    text-align: left;
    width: 70%;
    margin-top: 10px;
    margin-left: 15%;
}

#speech1 {
    width: 35%;
    margin-right: 10px;
    
}

#speech2 {
    width: 35%;
    margin-top: 30px;
}

.other-course-section-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    
}

.other-course-section-item img {
    width: 200px;
}

.other-course-section-item p {
    text-align: left;
    width: 200px;
    margin: 10px auto;
    
}

.questionary-section-item {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;

}

#circle-chart {
    width: 35%;
    margin-right: 60px;
}

#review {
    width: 30%;
    
}

.questionary-section-item p {
    margin-top: 20px;
}

.support-section-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;

    margin-right: auto;
    margin-left: auto;
    
}

.support-section-item div {
    width: 20%;

    background-color: #fff;
    border-radius: 10px;
    outline: 3px solid #BDCE19;     
    padding: 10px;
    
}

.support-section-item img {
    width: 50%;
}

.telephone-section-item {
    display: flex;
    margin-top: 20px;
    margin-left: 15%;
}

.telephone-section img {
    width: 45%;
    border-radius: 10px;
    margin-right: 20px;
    
}

.telephone-section-item ul {
    position: relative;
    top: 50px;
    text-align: left;
    width: 35%;
    height: 40%;
    
    background-color: #F19A97;
    color: #fff;
    border-radius: 10px;
    padding: 15px;
    
    outline: 2px dotted #fff;     
    outline-offset: -8px;

    font-size: 15px;
    
}

.telephone-section-info {
    text-align: left;
    margin-top: 20px;
}

#article1 {
    margin-top: 0;

}

.coach-section article {
    text-align: left;
    width: 60%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;

    border: 3px double  #FFBC64;
    padding: 15px;

    font-size: 14px;

}

.coach-section h3 {
    margin-bottom: 10px;
    text-decoration: 2px underline #404040 ;

}

.coach-section h4 {
    margin-top: 10px;
    margin-left: 1rem;
}

.coach-section ul li {
    list-style-type: disc; 
    margin-left: 3rem;
    overflow-wrap: anywhere;
}

.q-a-section dl {
    text-align: left;
    width: 70%;
    margin-left: 15%;

}

.q-a-section-item-1 {
    margin-bottom: 30px;

    background-color: #FEFCE0;
    border-radius: 5px;
    padding: 15px 10px  10px;

}

.q-a-section dl dt {
    margin-bottom: 15px;

    font-size: 18px;
    font-weight: bold;

}

.q-a-section dl dd {
    margin-left: 1rem;
    margin-bottom: 10px;

}

#q-a-dd{
    margin-bottom: 0;
}

.media-section div {
    text-align: left;
    width: 68%;
    margin-left: 15%;
    margin-bottom: 30px;

    border-bottom: 2px dotted #999999; 
    padding: 10px;

}

.media-section p {
    margin:10px 0 10px 1rem;
}

.media-section a {
    display: block;
    margin-left: 1rem;
    margin-bottom: 5px;
}

footer, .btn-section {
    display: flex;
  justify-content: center;  
  align-items: center;    
}

#btn {
    position: fixed;
    bottom: 20px;
    right: 3%;
    width: 90px;
    height: 90px;
    background: #FFBC64;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    transition: all 0.1s ease;
    outline: 2px solid #fff;     
    outline-offset: -6px; 
    
    font-size: 14px;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; 
}

#btn:hover {
  background: #fff;
  color: #FFBC64;
  border: 2px solid #FFBC64;
    outline: 2px solid #FFBC64;     
    outline-offset: -6px; 
}

footer {
    margin-top: 70px;
    margin-bottom: 20px;
}

footer nav ul li a{
color: #FFBC64;
}