@charset "UTF-8";


#main > h1 {
  margin-top: 100px;
  margin-bottom: 35px;
}
#main > h1 span {
  display: none;
}
#main > h2 {
  margin-bottom: 5px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
#main > h2 span {
  color: #FF8001;
}
#main > h2 br {
  display: none;
}
#main > p {
  margin-bottom: 60px;
  font-size: 1.5rem;
  text-align: center;
}
#main > p span {
  color: #FF8001;
}
#main > p br {
  display: none;
}
@media all and (max-width: 1200px) {
  #main > h1 {
    margin-top: 70px;
    margin-bottom: 35px;
  }
  #main > h1 > img {
    display: none;
  }
  #main > h1 span {
    display: block;
  }
  #main > h2 {
    font-size: 2.4rem;
  }
  #main > h2 br {
    display: block;
  }
  #main > p {
    margin-bottom: 40px;
    font-size: 1.4rem;
    text-align: center;
  }
  #main > p br {
    display: block;
  }
  #main > p br.spbr {
    display: none;
  }
}
@media all and (max-width: 600px) {
  #main > h2 {
    font-size: 2rem;
  }
  #main > p {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 375px) {
  #main > p br.spbr {
    display: block;
  }
}



#pintTitle_sp {
  display: none;
}
#pointBase1 {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 35px 25px 15px;
  background: #fec063;
  position: relative;
}
#pointBase1 h3 {
  width: 78%;
  margin: 0 auto;
  line-height: 38px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #060C34;
  background: #fff;
  border: 1px solid #060C34;
  position: absolute;
  top: -20px;
  left: 11%;
}
#pointList1 {
  display: flex;
  justify-content: space-between;
}
#pointList1 li {
  width: 32%;
  padding: 10px 7px 25px;
  background: #fff;
  border: 1px solid #060C34;
}
#pointList1 li > span {
  margin-left: 5px;
}
#pointList1 h4 {
  margin-bottom: 20px;
  font-size: 2.5rem;
  color: #060C34;
  font-weight: bold;
  text-align: center;
  border-bottom: 4px solid #ffbf80;
  overflow: hidden;
}
#pointList1 h4 span:nth-child(1) {
  margin-left: 5px;
  font-size: 4rem;
  font-style: italic;
  color: #FF8001;
  display: inline-block;
  float: left;
}
#pointList1 h4 span:nth-child(2) {
  margin-top: 15px;
  display: inline-block;
}
#pointList1 h5 {
  margin: 0 10px 10px;
  line-height: 160%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #060C34;
}
#pointList1 p {
  margin: 0 10px;
  line-height: 160%;
  font-size: 1.3rem;
}
@media all and (max-width: 1200px) {
  #pintTitle_sp {
    width: calc(100% - 20px);
    padding: 5px 0;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #060C34;
    border: 1px solid #060C34;
    display: block;
  }
  #pintTitle_sp br {
    display: none;
  }
  #pointBase1 {
    margin: 0 auto 40px;
    padding: 20px 20px 20px;
  }
  #pointBase1 h3 {
    display: none;
  }
  #pointList1 {
    display: block;
  }
  #pointList1 li {
    width: 100%;
  }
  #pointList1 li:not(:last-child) {
    margin-bottom: 15px;
  }
  #pointList1 li > span {
    margin-left: 5px;
  }
  #pointList1 h4 {
    font-size: 2.5rem;
    text-align: left;
  }
  #pointList1 h4 span:nth-child(1) {
    margin-right: 10px;
    font-size: 4rem;
    float: none;
  }
  #pointList1 h4 span:nth-child(2) {
    margin-top: 15px;
  }
  #pointList1 h5 {
    font-size: 1.6rem;
  }
  #pointList1 h5 br {
    display: none;
  }
  #pointList1 p {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 600px) {
  #pintTitle_sp {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 500px) {
  #pintTitle_sp br {
    display: block;
  }
}











#pointBase2 {
  max-width: 1200px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}
#pointBase2 > figure {
  width: 39.5%;
}
.pointTxt1 {
  width: 58.5%;
  line-height: 240%;
}
.pointTxt1 p {
  font-size: 1.4rem;
}
.pointTxt1 ul li {
  font-size: 1.4rem;
  color: #FF8001;
}
#pointImgList1 {
  display: none;
}
#pointImgList2 {
  max-width: 1200px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}
#pointImgList2 li {
  width: 31%;
}
@media all and (max-width: 1200px) {
  #pointBase2 {
    width: calc(100% - 20px);
    display: block;
  }
  #pointBase2 > figure {
    display: none;
  }
  #pointImgList1 {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #pointImgList1 li {
    width: 48%;
  }
  .pointTxt1 {
    width: 100%;
    line-height: 240%;
  }
  .pointTxt1 p {
    font-size: 1.5rem;
  }
  .pointTxt1 ul li {
    font-size: 1.5rem;
    color: #FF8001;
  }
  #pointBase2 > figure > img {
    width: 48%;
    height: auto;
  }
  #pointBase2 > figure > img:nth-child(2) {
    display: inline-block;
  }
  #pointImgList2 {
    width: calc(100% - 20px);
  }
}








#pointBase3 {
  max-width: 1200px;
  margin: 0 auto 40px;
}
#pointBase3 h2 {
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: bold;
}
#pointTable {
  width: 100%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
#pointTable th,
#pointTable td {
  padding: 8px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
#pointTable th {
  background: #ffe4bc;
}
#pointTable th span,
#pointTable td span {
  display: block;
}
#pointTable th img,
#pointTable td img {
  width: 16px;
}
#pointTable td img[src$="question.svg"] {
  width: 9px;
}
#pointTable tr td:nth-child(1) {
}
#pointTable tr th:nth-child(2) {
  width: 33%;
}
#pointTable tr td:nth-child(3) {
  width: 33%;
}
@media all and (max-width: 1200px) {
  #pointBase3 {
    width: calc(100% - 20px);
    margin: 0 auto 40px;
  }
  #pointBase3 h2 {
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #060C34;
    text-align: center;
    border: 1px solid #060C34;
  }
  #pointBase3 h2 span {
    display: none;
  }
  #pointTable th,
  #pointTable td {
    padding: 5px 1px;
    font-size: 1.3rem;
    letter-spacing: 0;
    font-weight: normal;
    text-align: center;
  }
  #pointTable th {
    background: #ffe4bc;
  }
  #pointTable th span,
  #pointTable td span {
    margin-top: 2px;
  }
  #pointTable tr td:nth-child(1) {
    width: auto;
  }
  #pointTable tr th:nth-child(2) {
    width: 33%;
  }
  #pointTable tr td:nth-child(3) {
    width: 33%;
  }
}
@media all and (max-width: 700px) {
  #pointTable th,
  #pointTable td {
    font-size: 1.2rem;
  }
}










#troubleBase {
  margin-bottom: 65px;
  padding: 40px 0;
  background: #91D5DA;
  position: relative;
}
#troubleBase h2 {
  max-width: 1200px;
  margin: 0 auto 10px;
  padding-bottom: 10px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid #060C34;
}
#troubleList {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#troubleList::after {
  content: '';
  width: 50px;
  height: 50px;
  display: block;
  background: #fff;
  position: absolute;
  left: calc(50% - 20px);
  top: -25px;
  transform: rotate(45deg);
}
#troubleList::before {
  content: '';
  width: 50px;
  height: 50px;
  display: block;
  background: #91D5DA;
  position: absolute;
  left: calc(50% - 20px);
  bottom: -25px;
  transform: rotate(45deg);
}
#troubleList li {
  width: 50%;
  padding: 10px 10px 10px 45px;
  font-size: 1.5rem;
  font-weight: bold;
  background: url(../img/check_ico.svg) no-repeat;
  background-size: 34px 34px;
}
#troubleList li:last-child {
  width: 100%;
}
@media all and (max-width: 1200px) {
  #troubleBase {
    margin-bottom: 65px;
    padding: 40px 0;
    background: #91D5DA;
    position: relative;
  }
  #troubleBase h2 {
    width: calc(100% - 20px);
    margin: 0 auto 10px;
    padding-bottom: 10px;
    font-size: 2rem;
    text-align: center;
    border-bottom: 3px solid #060C34;
  }
  #troubleBase h2 span {
    display: none;
  }
  #troubleList {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: block;
  }
  #troubleList li {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 10px 10px 10px 45px;
    font-size: 1.5rem;
    background: url(../img/check_ico.svg) no-repeat;
    background-size: 34px 34px;
  }
  #troubleList li:last-child {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  #troubleBase h2 {
    font-size: 2rem;
  }
}
@media all and (max-width: 375px) {
  #troubleBase h2 {
    font-size: 1.8rem;
  }
}








#skillBase {
  max-width: 1200px;
  margin: 0 auto 45px;
  text-align: center;
}
#skillBase h2 {
  display: inline-block;
  margin: 0 auto 20px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 160%;
  text-align: center;
  position: relative;
  border-bottom: 5px solid #ffbf80;
}
#skillBase h2 span {
  margin-bottom: -7px;
  display: block;
}
#skillBase h2 br {
  display: none;
}
#skillList {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
#skillList li {
  width: 18%;
}
#skillBase h3 {
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: left;
}
@media all and (max-width: 1200px) {
  #skillBase {
    width: calc(100% - 20px);
    margin: 0 auto 45px;
  }
  #skillBase h2 br {
    display: block;
  }
  #skillList {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #skillList li {
    width: 30%;
    margin: 0 1.5%;
  }
  #skillBase h3 {
    margin: 0 10px 10px;
    font-size: 2rem;
  }
}
@media all and (max-width: 600px) {
  #skillBase h2 {
    font-size: 2rem;
  }
}
@media all and (max-width: 375px) {
  #skillBase h2 {
    font-size: 1.8rem;
  }
}




#profileList {
  display: flex;
  justify-content: space-between;
}
#profileList li {
  width: 32%;
  padding: 10px;
  text-align: left;
  background: #ffe4bc;
}
.profileData {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profileData > figure {
  width: 42%;
}
.profileTxt {
  width: 52%;
  line-height: 200%;
}
.profileTxt h4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 15px;
}
.profileTxt p {
  font-size: 1.3rem;
}
#profileList li > p {
  font-size: 1.4rem;
  line-height: 180%;
}
#profileList li > p > span {
  font-weight: bold;
}
@media all and (max-width: 1200px) {
  #profileList {
    display: block;
  }
  #profileList li {
    width: calc(100% - 20px);
    margin: 0 auto 30px;
    padding: 20px 20px 10px;
    text-align: left;
    background: #ffe4bc;
    overflow: hidden;
  }
  .profileData {
    margin-bottom: 10px;
    display: inline;
  }
  .profileData > figure {
    width: 30%;
    margin: 0 20px 10px 0;
    overflow: hidden;
    float: left;
  }
  .profileTxt {
    width: auto;
    line-height: 200%;
  }
  .profileTxt h4 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .profileTxt h4 br {
    display: none;
  }
  .profileTxt h4 span {
    display: block;
  }
  .profileTxt p {
    font-size: 1.4rem;
  }
  .profileTxt p br {
    display: none;
  }
  #profileList li > p {
    font-size: 1.5rem;
  }
}








#flowBase {
  max-width: 1200px;
  margin: 0 auto 60px;
}
#flowBase h2 {
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: bold;
}
#flowBase h2 span  {
  margin-left: 20px;
  font-size: 1.2rem;
}
#flowContent {
  display: flex;
  justify-content: space-between;
}
#flowList {
  width: 48%;
}
#flowList li {
  width: 100%;
  margin-bottom: 73px;
  position: relative;
}
#flowList li:last-child {
  margin-bottom: 0;
}
#flowList li:not(:last-child)::after {
  content: '';
  width: 21px;
  height: 32px;
  display: block;
  background: url(../img/arrow1.svg) no-repeat;
  background-size: 21px 32px;
  position: absolute;
  bottom: -54px;
  left: calc(50% - 10px);
}
#flowList li h3 {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  border: 1px solid #060C34;
  display: block;
  position: relative;
}
#flowList li p {
  font-size: 1.4rem;
}

#flowImg {
  width: 46%;
}
#flowYoutube {
  margin-bottom: 30px;
}
#flowImg img {
  margin-bottom: 30px;
}
#flowImg ul {
  display: flex;
  justify-content: space-between;
}
#flowImg ul li {
  width: 49%;
}
#flowImg p {
  font-size: 1.2rem;
}
@media all and (max-width: 1200px) {
  #flowBase {
    max-width: calc(100% - 20px);
    margin: 0 auto 30px;
  }
  #flowBase h2 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  #flowBase h2 span  {
    margin-left: 0;
    margin-top: 15px;
    line-height: 160%;
    font-size: 1.2rem;
    display: block;
  }
  #flowContent {
    display: block;
  }
  #flowList {
    width: 90%;
    margin: 0 auto 30px;
  }
  #flowList li {
    width: 100%;
    padding: 10px 0;
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  #flowList li:not(:last-child)::after {
    bottom: -37px;
  }
  #flowImg {
    width: 90%;
    margin: 0 auto;
  }
  #flowImg ul {
    display: none;
  }
}






#seminarBase {
  max-width: 1200px;
  margin: 20px auto 40px;
  padding: 35px 50px 12px;
  background: #ffe4bc;
  position: relative;
  display: flex;
  justify-content: space-between;
}
#seminarBase h2 {
  width: 78%;
  margin: 0 auto;
  line-height: 38px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #060C34;
  background: #fff;
  border: 1px solid #060C34;
  position: absolute;
  top: -20px;
  left: 11%;
}
#seminarBase h2 br {
  display: none;
}
.seminarContent {
  width: 48%;
}
.seminarContent h3 {
  padding: 15px 0;
  margin-bottom: 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  background: #FEA621;
}
.seminarTxt1 {
  height: 70px;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.seminarTxt2 {
  height: 305px;
  width: 100%;
  padding: 10px;
  background: #fff;
  display: table;
  overflow: hidden;
}
.seminarTxt2 p {
  padding: 0 10px;
  font-size: 1.6rem;
  display: table-cell;
  vertical-align: middle;
}
.seminarTxt2 dl {
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
}
.seminarTxt2 dl dt {
  font-size: 3rem;
}
.seminarTxt2 dl dt span {
  font-size: 2rem;
}
.seminarTxt2 dl dd {
  font-size: 1.6rem;
}
.seminarTxt2 dl dd+dd {
  margin-top: 15px;
}
.seminarLink {
  width: 90px;
  padding: 5px 0;
  margin-top: 5px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #060C34;
  border-radius: 10px;
  float: right;
  display: block;
}
.seminarLink:hover {
  text-decoration: none;
  color: #fff;
}
@media all and (max-width: 1200px) {
  #seminarBase {
    max-width: calc(100% - 20px);
    margin: 0 auto;
    padding: 0 0 12px;
    background: #fff;
    display: block;
  }
  #seminarBase h2 {
    width: 100%;
    margin: 0 auto 30px;
    padding: 10px 0;
    line-height: 150%;
    font-size: 1.6rem;
    background: #fff;
    position: static;
  }
  #seminarBase h2 br {
    display: block;
  }
  .seminarContent {
    width: 90%;
    margin: 0 auto;
  }
  .seminarContent h3 {
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .seminarTxt1 {
    height: auto;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .seminarTxt2 {
    height: auto;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px;
    background: #fde7c5;
    display: block;
  }
  .seminarTxt2 p {
    padding: 0 10px;
    font-size: 1.6rem;
    display: block;
    vertical-align: middle;
  }
  .seminarTxt2 dl {
    padding: 0 10px;
    display: block;
    vertical-align: middle;
  }
  .seminarTxt2 dl dt {
    font-size: 2.4rem;
  }
  .seminarTxt2 dl dt span {
    font-size: 1.6rem;
  }
  .seminarTxt2 dl dd {
    font-size: 1.6rem;
  }
  .seminarTxt2 dl dd+dd {
    margin-top: 15px;
  }
}






#aboutBase {
  max-width: 1200px;
  margin: 0 auto 40px;
}
#aboutContent1,
#aboutContent2 {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#aboutContent1 {
  margin-bottom: 25px;
}
#aboutTitle,
#aboutContent2 > figure {
  width: 210px;
}
#aboutTitle h2 {
  width: 104px;
  margin: 0 auto 10px;
}
#aboutLink {
  padding: 5px 0;
  font-size: 0.8rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  background: #060C34;
  border-radius: 15px;
}
#aboutTxt1,
#aboutTxt2 {
  width: calc(100% - 230px);
}
#aboutTxt1 h2,
#aboutTxt2 h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #060C34;
  border-bottom: 2px solid #060C34;
}
#aboutTxt1 p,
#aboutTxt2 p {
  line-height: 160%;
  font-size: 1.4rem;
}
#aboutContent1_sp,
#aboutContent2_sp {
  display: none;
}
@media all and (max-width: 1200px) {
  #aboutContent1,
  #aboutContent2 {
    display: none;
  }
  #aboutContent1_sp,
  #aboutContent2_sp {
    display: block;
  }
  #aboutContent1_sp {
    width: calc(100% - 20px);
    margin: 0 auto 40px;
  }
  #aboutTitle_sp {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #060C34;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #aboutTitle_sp h2 {
    width: 80px;
    margin-right: 10px;
  }
  #aboutTitleTxt_sp {
    text-align: center;
  }
  #aboutTitleTxt_sp p {
    font-size: 1.6rem;
    font-weight: bold;
    color: #060C34;
  }
  #aboutLink_sp {
    padding: 5px 10px;
    font-size: 0.8rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    background: #060C34;
    border-radius: 15px;
  }
  #aboutTxt1_sp {
    font-size: 1.5rem;
  }
  #aboutContent2_sp h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #060C34;
    border-bottom: 2px solid #060C34;
  }
  #aboutContent2_sp {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  #aboutContent2Base_sp {
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #aboutImg_sp {
    width: 37%;
    margin-bottom: 10px;
  }
  #aboutTxt2_sp {
    width: 60%;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  #aboutTxt3_sp {
    width: 100%;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 375px) {
  #aboutContent2_sp h2 {
    font-size: 1.5rem;
  }
}


#contactBase {
  max-width: 1200px;
  margin: 0 auto 40px;
}
#contactBase h2 {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
#contactBase ul {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content:center;
  gap: 40px;
}
#contactBase ul li {
  width: 32%;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  #contactBase ul {
    gap: 6px;
  }
  #contactBase ul li {
    width: 40%;
  }
}
@media all and (max-width: 375px) {
  #contactBase h2 {
    font-size: 1.8rem;
  }
}


#snsList {
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
}
#snsList  li {
  width: 40px;
  margin: 0 10px;
  display: block;
}







/**/
