@charset "UTF-8";

  .body {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
  }
  
/*共通部分
-----------------------*/
html{
    font-size: 100%;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    font-family: "Zen Old Mincho" , "Hiragino Sans", "BIZ UDPGothic", sans-serif;
    height: 100vh;
    width: 100%;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
/*ファーストビュー
----------------------*/
.firstview {
    height: 844px;
    width: 390px;
}
header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 15px 20px 5px;
}
.office {
    font-size: 14px;
}
.first-form {
    font-size: 11px;
    color: black;
    transition: all 0.3s;
}
.first-form :hover {
    color: darkgray;
}
.first-btn {
    padding: 5px 20px;
    transition: all 0.3s;
}
.cta {
    display: block;
    background-color: #ffde59;
    border-radius: 30px;
    padding: 17px 30px;
    border: none;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}
.first-btn :hover {
    color: darkgray;
}
.care {
    padding: 15px 20px;
    font-size: 10px;
}
/*導入文1
------------------------*/
.intro-one {
    height: 500px;
    width: 390px;
    background-color: #f3f3f3;
}
.worry {
    text-align: center;
    font-size: 18px;
    padding: 20px;
    margin: 10px;
    color: #342190;
    font-weight: bolder;
    text-decoration: underline;
}
.worries {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 15px 20px 5px;
}
.thinking {
    width: 110px;
}
.worry-about {
    font-size: 13px;
    display: block;
}
div .worry-about p {
    padding: 25px;
    text-align: center;
}
.matching {
    background-color: #342190;
}
.match {
    text-align: center;
    font-size: 16px;
    color: #d9ac5e;
    padding: 20px;
    
}
/*導入文2
------------------------*/
.intro-two {
    height: 370px;
    width: 390px;
}
.two-title {
    padding: 8px;
    margin: 90px 55px 5px 20px;
    font-size: 16px;
    background-color: #1a2d46;
    color: #fff;
}
.yl {
    color: #ffde59;
}
.two-main {
    padding: 8px;
    margin: 50px 0px 5px 0px;
    font-size: 16px;
    background-color: #1a2d46;
    color: #fff;
    position: relative;
}
.woman-seclet {
    position: absolute;
    top: 1500px;
    right: 4px;
    width: 110px;
}
.two-close {
    padding: 8px;
    margin: 50px 40px 5px 20px;
    font-size: 16px;
    background-color: #1a2d46;
    color: #fff;
}
/*セミナー情報
------------------------*/
.info {
    height: 850px;
    width: 390px;
    background-color: #f3f3f3;
}
.information {
    text-align: center;
    font-size: 18px;
    padding: 20px;
    margin: 10px;
    text-decoration: underline;
}
.info-title {
    color: #D9AC5E;
    background-color: #342190;
    text-align: center;
    font-size: 16px;
    padding: 15px;
    margin: 20px 10px;
}
.info-flex {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 15px 20px 5px;
    margin: 30px 0px;
}
.phone {
    width: 110px;
}
.info-block {
    font-size: 16px;
    display: block;
}
.info-block p {
    padding: 25px;
    text-align: center;
}
.info-blue {
    color: #342190;
    font-weight: bolder;
}
.info-target {
    color: #342190;
    background-color: #ffde59;
}
.info-job {
    color: #ffde59;
    background-color: #342190;
}
.info-target {
    margin: 30px 10px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
}
.info-job {
    margin: 30px;
    padding: 5px 10px;
}
.info-btn {
    margin: 30px 0px 0px 0px;
}
/*お客様の声
------------------------*/
.voice {
    height: 830px;
    width: 390px;
    background-color: #fff;
}
.voice-title {
    text-align: center;
    font-size: 18px;
    padding: 20px;
    margin: 40px 10px;
    color: #342190;
    font-weight: bolder;
    text-decoration: underline;
}
.one-img,.two-img,.three-img {
    margin: 10px 155px;
    
}
.one-img {
    width: 80px;
}
.two-img,.three-img {
    width: 100px;
}
.voice-text {
    text-align: center;
    font-size: 13px;
    font-weight: bolder;
    margin: 0px 0px 40px;
    padding-bottom: 60px;
}
/*講師プロフィール
------------------------*/
.prof {
    height: 585px;
    width: 390px;
    background-image: url(../images/bg.png);
    background-size: 390px;
    background-repeat: no-repeat;
}
.prof-title {
    text-align: center;
    font-size: 18px;
    padding: 20px;
    margin: 20px;
    color: #000;
    font-weight: bolder;
    text-decoration: underline;
}
.prof-name {
    font-size: 19px;
    font-weight: bolder;
    margin: 10px 5px 30px 200px;
}
.prof-one {
    margin: 140px 0px 40px 120px;
    padding: 5px 10px;
    background-color: #f3f3f3;
    font-size: 13px;
    font-weight: bolder;
}
.prof-two {
    font-size: 13px;
    background-color: #f3f3f3;
    margin:10px 0px;
    padding: 10px 12px;
}
/*実績
------------------------*/
.achieve {
    height: 800px;
    width: 390px;
    background-color: #fff;
}
.acv-title {
    text-align: center;
    font-size: 18px;
    padding: 20px;
    margin: 30px;
    color: #342190;
    text-decoration: underline;
}
.achieve p {
    font-size: 13px;
    text-align: center;
    margin: 35px;
}
.achieve span {
    font-weight: bolder;
}
.acv-one,.acv-four {
    width: 120px;
    position: absolute;
    right: 4px;
}
.acv-two,.acv-three {
    width: 85px;
    position: absolute;
}
.acv-one {
    top: 4220px;
    right: 4px;
}
.acv-two {
    top: 4440px;
    left: 4px;
}
.acv-three {
    top: 4600px;
    right: 4px;
}
.acv-four {
    top: 4800px;
    left: 4px;
}
.footer {
    background-color: #342190;
    color: #fff;
    text-align: center;
    padding: 20px;
}
.policy {
    color: #fff;
}
.polc {
    transition: all 0.3s;
}
.polc :hover {
    color: #D9AC5E;
}
.stay-footer {
    position: fixed;
    background-color: #342190;
    bottom: 0;
    padding: 23px 35px;
    transition: all 0.3s;
}
.stay-footer :hover {
    color: darkgray;
}
.stay-cta {
    display: block;
    background-color: #ffde59;
    border-radius: 30px;
    padding: 10px 20px;
    border: none;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}
.wrapper{
    height: 100%;
    min-height: 100vh;
    position: relative;
    padding-bottom: 100px;
    box-sizing: border-box;
}