/* ----------------------------
reset
------------------------------- */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
pre,
blockquote {
  margin: 0px;
  padding: 0px;
}

ul,
li {
  list-style: none;
}

img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: top;
}

html {
  font-size: 62.5%;
}

body {
  color: #111111;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #282828;
  -webkit-text-size-adjust: 100%;
  text-align: left;
}

a,
a:link,
a:visited {
  color: #484848;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #333;
  text-decoration: none;
}

a img {
  margin: 0;
  padding: 0;
  border-style: none;
}

/**************************************************************
【配置設定】
**************************************************************/
.img_c {
  text-align: center;
  margin: 0px auto;
}

.img_c2 {
  text-align: center;
  margin: 20px auto;
}

.img_c2 img {
  width: 70%;
}

/* バナー */
.banner {}

.banner img:hover {
  opacity: 0.8;
  filter: alpha(opacity=60);
}

/* 共通 */
#wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}

.inner {
  width: 768px;
  margin: 0 auto;
}

.banner_pc {
  display: block;
}

.banner_sp {
  display: none;
}

.pcbr {
  display: inline;
}

.spbr {
  display: none;
}

/* ヘッダー */
#header {
  width: 100%;
  margin: 0 auto;
  background: #000;
}

#header .header_area {
  display: flex;
  width: 768px;
  padding: 10px 0px;
  margin: 0px auto;
}

#header .logo {
  margin-top: 10px;
}

#header .line_link {
  margin-left: auto;
}

#header .line_link a:hover {
  opacity: 0.7;
}

/* CTA */
.cta {
  padding: 40px 0;
  margin: 0px auto;
}

.cta_sp {
  display: none;
}

/*main*/
.main {
  background-image: url(../images/main_bg.jpg);
  background-repeat: repeat;
  background-size: contain;
  padding: 0;
  margin: 0;
}

.main h1 {
  margin: 0 auto;
  text-align: center;
}

.main h1.pc img {
  display: block;
  max-width: 768px;
}

.main h1.sp img {
  display: none;
}

/*worries*/
.worries h2.top {
  background: #c4a46f;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  position: relative;
}

.worries h2.top::before {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #c4a46f;
  margin-left: -10px;
  top: 100%;
  left: 50%;
  position: absolute;
}

.worries p.txt {
  margin: 20px 0px;
  font-size: 2rem;
}

.worries p.txt b {
  color: #fff;
  background: #2aa951;
  padding: 2px;
}

.worries p.txt strong {
  color: #2aa951;
  padding: 2px;
}

.worries .cap01 {
  border: solid 2px #c4a46f;
  padding: 20px 30px;
  width: 57%;
  margin: 0 auto;
  display: block;
}

.worries .cap01 h3 {
  color: #c4a46f;
  font-weight: bold;
  text-align: center;
}

.worries .cap01 ul {
  margin: 0 auto 0 50px;
}

.worries .cap01 ul li {
  position: relative;
}

.worries .cap01 ul li:first-child::before {
  content: "";
  background-image: url(../images/new.png);
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  width: 27px;
  height: 26px;
  position: relative;
  top: 5px;
}

.worries .cap01 ul li::before {
  content: "";
  background-image: url(../images/list.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
  width: 21px;
  height: 22px;
  position: relative;
  top: 5px;
}

.worries h3.tl {
  color: #353535;
  font-size: 3rem;
  margin-top: 80px;
  text-align: center;
  position: relative;
  font-weight: bold;
}

.worries h3.tl::before {
  content: "";
  border: 100px solid transparent;
  border-top: 30px solid #c4a46f;
  top: -50px;
  left: 38%;
  position: absolute;
}

.worries .cap02 {
  background: #353535;
  padding: 30px;
  width: 57%;
  margin: 20px auto;
  display: block;
  position: relative;
}

.worries .cap02:after {
  position: absolute;
  border: 1px solid #FFF;
  content: "";
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
}

.worries .cap02 h4 {
  color: #FFF;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  position: relative;
}

.worries .cap02 ul {
  margin: 0 auto 0 20px;
  color: #FFF;
}

.worries .cap02 ul li {
  position: relative;
}

.worries .cap02 ul li::before {
  content: "";
  background-image: url(../images/check.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
  width: 12px;
  height: 13px;
  position: relative;
  top: 5px;
}

/*present*/
.present {
  background-image: url('../images/present_bg.jpg');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0px 100px;
}

.present h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  font-size: 4.5rem;
  font-weight: bold;
}

.present h3 {
  text-align: center;
  padding: 5px 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  background: rgb(196, 164, 111);
}

.present .box_area {
  position: relative;
}

.present .back {
  background: linear-gradient(127deg, rgba(199, 167, 116, 1) 0%, rgba(243, 226, 197, 1) 50%, rgba(199, 167, 116, 1) 100%);
  width: 768px;
  height: 725px;
  position: absolute;
  top: 52%;
  left: 55%;
  transform: translateX(-52%) translateY(-50%);
}

.present .box_txt {
  background: #fff;
  padding: 30px;
  position: relative;
}

.present .box_area ol {
  padding: 20px 40px 40px 80px;
  font-weight: bold;
  counter-reset: number 0;
}

.present .box_area ol li {
  margin: 10px 0px;
  position: relative;
  font-size: 2rem;
}

.present .box_area ol li:before {
  counter-increment: number 1;
  content: counter(number) ". ";
  color: #c4a46f;
  font-size: 3rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.present .box_area .text_are {
  margin: 20px auto;
  text-align: center;
}

.present .box_area .text_are p {
  margin: 30px 0px;
}

.present strong {
  color: #2aa951;
  padding: 2px;
}

.present a {
  color: #070cf1;
  padding: 2px;
}

.present b {
  font-size: 3rem;
  padding: 2px;
  background: linear-gradient(transparent 60%, #f3e1c5 60%);
}

/*content*/
.content {
  background-image: url('../images/guidance_bg.jpg');
  background-position: center;
  background-size: contain;
  padding-bottom: 50px;
}

.content .tl {
  margin-top: -50px;
  background: linear-gradient(to right, #010101, #919090);
  clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 50px), 0 100%);
  height: 150px;
}

.content .tl h2 {
  color: #fff;
  margin: 0px auto;
  padding-top: 30px;
  text-align: center;
  font-size: 4.5rem;
}

.content .tl_sub {
  margin: 0px auto;
  padding: 50px 0px;
  text-align: center;
}

.content .tl_sub h3 {
  font-size: 3.5rem;
  font-weight: bold;
}

.content .tl_sub h4 {
  margin-top: 40px;
  font-size: 3.5rem;
  font-weight: bold;
}

.content .tl_sub b {
  background: linear-gradient(transparent 60%, #ccb999 60%);
}

.content .content_cap {
  background-image: url('../images/content_bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px 0px;
  margin: 0 auto;
  position: relative;
}

.content .content_cap:after {
    content: "";
    background-image: url(../images/content_img.png);
    width: 168px;
    height: 309px;
    position: absolute;
    top: 27px;
    right: 60px;
}

.content .content_cap dl {
    color: #fff;
    margin: 0px 40px 20px 70px;
    line-height: 45px;
    width: 60%;
    font-size: 1.7rem;
}

.content .content_cap dl dt {
  font-weight: bold;
  margin-left: -10px;
}

.content .content_cap dl:nth-child(1) dd {
  border-bottom: solid 1px #fff;
  padding-left: 30px;
  display: block;
  position: relative;
}

.content .content_cap dl dd {
  border-bottom: solid 1px #fff;
  padding-left: 10px;
  display: block;
  position: relative;
}

.content .content_cap dl:nth-child(1) dd::before {
  content: "";
  background-image: url(../images/check02.png);
  width: 12px;
  height: 12px;
  position: absolute;
  top: 15px;
  left: 5px;
}

.content .content_cap dl dd b {
  color: #c4a46f;
}

/*guidance*/
.guidance {
  background-image: url('../images/guidance_bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
  border-top: 10px solid;
  border-bottom: 10px solid;
  border-image: conic-gradient(#c4a470, #f3e2c5, #c4a470, #f3e2c5, #c4a470, #c4a470)1;
}

.guidance h2 {
  background: #ffffff;
  color: #353535;
  text-align: center;
  padding: 10px 0px;
  margin: 0 auto;
  width: 40%;
  font-size: 3rem;
  box-shadow: 2px 2px 20px 5px rgba(35, 24, 21, 0.5);
}

.guidance .txt_area {
  margin: 40px 0px;
  text-align: center;
}

.guidance .txt_area p {
  line-height: 40px;
  font-size: 2rem;
}

.guidance .txt_area p b {
  background: linear-gradient(transparent 60%, #ccb999 60%);
}

.guidance dl dd {
  background: #FFFF;
  padding: 40px 20px 20px 20px;
  border: solid 1px #02004b;
  position: relative;
  z-index: 0;
}

.guidance dl dt {
  background: #ffc04d;
  width: 40%;
  text-align: center;
  color: #02004b;
  font-weight: bold;
  padding: 10px;
  border: solid 1px #02004b;
  position: relative;
  top: 20px;
  z-index: 1;
}

/*guidance02*/
.guidance02 {
  padding: 30px 0px;
  margin: 0 auto;
}

.guidance02 h2 {
  font-size: 3rem;
  font-weight: bold;
  margin: 10px auto;
  text-align: center;
}

.guidance02 ul {
  display: flex;
  align-items: center;
  padding: 40px 0px;
  flex-wrap: wrap;
}

.guidance02 ul>* {
  flex: 1 1 200px;
}

.guidance02 ul li {
  margin: 20px 10px;
  text-align: center;
}

.guidance02 .cap {
  margin: 0px 50px;
}

.guidance02 .cap h3 {
  background: #fff;
  width: 35%;
  text-align: center;
  color: #02004b;
  font-weight: bold;
  padding: 5px;
  border: solid 1px #c4a46f;
  position: relative;
  top: 20px;
  left: 10px;
  z-index: 1;
}

.guidance02 .cap ul {
  background: #c4a46f;
  color: #fff;
  padding: 20px 0px;
  display: block;
  position: relative;
  z-index: 0;
}

.guidance02 .cap ul li {
  text-align: left;
  margin: 10px 0px 10px 30px;
}

.guidance02 .cap ul li::before {
  content: "";
  background-image: url(../images/check.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
  width: 12px;
  height: 13px;
  position: relative;
  top: 5px;
}

/*guidance03*/
.guidance03 {
  background: #f1f1f1;
}

.guidance03 h2.top {
  background: #353535;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  position: relative;
  font-size: 4rem;
}

.guidance03 h2.top::before {
  content: "";
  border: 20px solid transparent;
  border-top: 20px solid #353535;
  margin-left: -10px;
  top: 100%;
  left: 50%;
  position: absolute;
}

.guidance03 ul {
    display: flex;
    align-items: center;
    padding: 30px 11px;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto;
}

.guidance03 ul li {
    margin: 10px 0px;
    text-align: center;
    width: 50%;
}

  .guidance03 ul li img{
    max-width:350px;
  }

/*guidance04*/
.guidance04 {
  background-image: url(../images/guidance_bg02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  border-bottom: 10px solid;
  border-image: conic-gradient(#c4a470, #f3e2c5, #c4a470, #f3e2c5, #c4a470, #c4a470)1;
}

.guidance04 h2.top {
  background: #353535;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  font-size: 4rem;
}

.guidance04 dl {
  margin: 30px auto;
}

.guidance04 dl dt {
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
}

.guidance04 dl dt span {
  margin-right: 30px;
  color: #c4a46f;
  font-size: 4rem;
}

.guidance04 dl dd {
  background: #fff;
  padding: 40px;
  font-size: 1.8rem;
  margin: 10px 0px;
}

/*about*/
.about {
  padding: 40px 0;
}

.about .tl {
  margin: 40px auto 10px auto;
  background: #e6e2e1;
  display: flex;
  position: relative;
}

.about .profile {
  margin: 30px 30px 10px 30px;
}

.about p {
  margin: 5px 0px;
}

.about h2 {
  font-size: 2.5rem;
  color: #353535;
  margin-bottom: 20px;
}

.about .profile ul {
  margin: 5px 0px 0px 30px;
  font-size: 1.5rem;
  color: #02004b;
}

.about .profile ul li {
  margin: 5px 0px;
  list-style: disc;
}

.about h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #353535;
  background: #f1f1f1;
  border-left: solid 5px #353535;
  padding: 15px 30px;
}

.about .event_list ul {
  padding: 20px 0px;
  display: block;
  position: relative;
  z-index: 0;
  font-size: 1.5rem;
}

.about .event_list ul li {
  text-align: left;
  margin: 10px 0px 10px 30px;
  text-indent: -20px;
}

.about .event_list ul li::before {
  content: "";
  background-image: url(../images/check03.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
  width: 12px;
  height: 13px;
  position: relative;
  top: 0px;
}

.about .fas_list ul {
  display: flex;
  margin: 40px 0px;
}

.about .fas_list ul li {
  margin: 10px auto;
  text-align: center;
  font-size: 1.5rem;
}

.about .fas_list ul li img {
  display: block;
  margin: 10px 0px;
}

.about .move_list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 20px 0px;
}

.about .move_list ul li {
  margin: 10px 17px;
}

.about .move_list ul li img {
  text-align: center;
  margin: 10px 0px;
}

.about .c_area {
  padding: 20px 40px;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.about .comment {
  margin: 40px auto;
}

.about .post {
  padding: 40px 10px;
}

.about .post ul {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}

.about .post ul li {
  margin: 0px 10px;
  text-align: center;
  font-size: 1.2rem;
  width: 15%;
}

.about .post ul li img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.about .media_area table {
  margin: 20px 0px;
  width: 100%;
}

.about .media_area table th {
  padding: 5px;
  background: #4b4b4b;
  color: #FFF;
  text-align: center;
}

.about .media_area table td {
  padding: 5px 10px;
  background: #fff;
  color: #4b4b4b;
  border: solid 1px #e7e7e7;
}

.about .media_area table td:nth-child(2) {
  padding: 5px;
  background: #fff;
  color: #4b4b4b;
  border: solid 1px #e7e7e7;
  text-align: center;
}

.about .screen {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.about .screen img {
  width: 48%;
  margin: 5px;
}

.about .book ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 40px 0px;
}

.about .book ul li {
  width: 32%;
  font-size: 1.3rem;
  text-align: center;
}

.about .book ul li img {
  display: block;
  margin: 0 auto;
}

/*course*/
.course {
  background-image: url(../images/course_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

.course h2.top {
  background: #353535;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  font-size: 4rem;
}

.course p {
  margin: 40px auto;
  text-align: center;
}

.course .curriculum01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px 0px;
  color: #fff;
  width: 100%;
  font-size: 1.8rem;
}

.course .curriculum01 ul li {
  background: #dcba81;
  margin: 10px;
  padding: 20px;
  width: 25%;
  height: 70px;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.course .curriculum02 ul {
  margin: 20px 18px;
  padding: 25px;
  color: #fff;
  background: #c4a46f;
  font-size: 1.8rem;
  position: relative;
}

.course .curriculum02 ul li {
  text-align: left;
  margin-left: 50px;
  text-indent: -20px;
}

.course .curriculum02 ul li::before {
  content: "●";
  display: inline-block;
  margin-right: 5px;
  font-size: 2.5rem;
  position: relative;
}

.course .curriculum {
  margin: 70px 0px;
}

/*company*/
.company {
  padding: 40px 0;
}

.company h3 {
  font-size: 3rem;
  color: #2a2a2a;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}

.company table {
  margin: 20px 0px;
  width: 100%;
  color: #2a2a2a;
  font-size: 1.5rem;
}

.company table th {
  width: 20%;
  padding: 5px 20px;
  margin: 0 auto;
  background: #f1f1f1;
  font-weight: normal;
  text-align: justify;
  text-align-last: justify;
}

.company table td {
  padding: 5px 10px;
  border-bottom: solid 1px #f1f1f1;
}

/* footer */
footer {
  background-color: #02004b;
  padding: 0px 0px 0;
  width: 100%;
}

.copy {
  text-align: center;
  font-size: 1.2rem;
  margin: 0px 0 0;
  padding: 10px 0;
  color: #fff;
}

footer a,
footer a:link,
footer a:visited {
  color: #fff;
  text-decoration: none;
}

footer a:hover,
footer a:active {
  color: #fff;
  text-decoration: underline;
}

/*ここからタブレット用（600px～1200px）環境の設定
---------------------------------------------------------------------------*/
@media (min-width:600px) and (max-width:1200px) {
  body {
    font-size: 1.6rem;
    line-height: 1.7;
    background-image: none;
  }

  /* 共通 */
  #wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
  }

  .inner {
    width: 100%;
    margin: 0 auto;
  }

  .banner_pc {
    display: block;
  }

  .banner_sp {
    display: none;
  }

  .pcbr {
    display: inline;
  }

  .spbr {
    display: none;
  }

  /* header */
  #header .header_area {
    width: 100%;
  }

  #header .logo {
    margin-left: 10px;
  }

  #header .line_link {
    margin-right: 10px;
  }

  /* main */
  .main h1 img {
    max-width: 600px;
  }

  .main h1.pc img {
    display: block;
    margin: 0 auto;
  }

  .main h1.sp img {
    display: none;
  }

  /*cta*/
  .cta_sp {
    display: none;
  }

  /*present*/
  .present .box_area {
    width: 80%;
    margin: 0 auto;
  }

  .present .box_area ol {
    padding: 20px 40px 40px 40px;
  }

  .present .back {
    width: 616px;
  }

  /*contents*/
  .content {
    padding-bottom: 20px;
  }

  .content .tl_sub h3 {
    font-size: 3rem;
  }

  .content .tl_sub h4 {
    margin-top: 30px;
    font-size: 3rem;
  }

  /*guidance*/
  .guidance h2 {
    width: 60%;
  }

  /*guidance03*/
  .guidance03 ul {
    width: auto;
}

  /*guidance04*/
  .guidance04 dl {
    margin: 30px;
  }

  /*about*/
  .about {
    padding: 40px 0 0 0;
  }

  .about .tl {
    margin: 0px 60px;
  }

  .about .tl img {
    max-width: 250px;
    height: 100%;
  }

  .about .profile {
    margin: 20px;
  }

  .about h2 {
    font-size: 1.8rem;
  }

  .about h3 {
    font-size: 1.5rem;
    margin: 10px 20px;
  }

  .about p {
    margin: 10px 20px;
  }

  .about .profile ul {
    font-size: 1.4rem;
  }

  .about .profile ul li {
    margin: 5px 0px;
  }

  .about .c_area {
    padding: 20px;
  }

  .about .comment {
    margin: 0px 20px 50px;
  }

  .about .comment .c_t {
    font-size: 1.1rem;
  }

  .about .post {
    padding: 20px;
  }

  .about .post ul li img {
    width: 100%;
  }

  .about .media_area table {
    margin: 20px;
    width: 94%;
    font-size: 1.5rem;
  }

  .about .media_area table td.media_name {
    width: 35%;
  }

  .about .screen {
    margin: 40px 10px;
  }

  .about .book ul li img {
    width: 70%;
  }

  .about .event_list ul {
    margin: 30px 30px 50px 50px;
    font-size: 1.2rem;
  }

  .about .curriculum01 {
    padding: 40px 0px 70px;
    margin: 0px 20px 40px;
  }

  .about .curriculum01 ul,
  .about .curriculum02 ul {
    margin-left: 50px;
    font-size: 1.3rem;
  }

  .about .curriculum02 {
    padding: 40px 0px 70px;
    margin: 0px 20px 40px;
  }

  /*company*/
  .company h3 {
    margin: 0 20px;
  }

  .company table {
    margin: 20px;
    width: 94%;
  }

  /* footer */
  footer {
    background-color: #02004b;
    padding: 0px 0px 0;
    width: 100%;
  }

  .copy {
    text-align: center;
    font-size: 1.1rem;
    line-height: 130%;
    margin: 0px 0 0;
    padding: 10px 15px;
    color: #fff;
  }

  footer a,
  footer a:link,
  footer a:visited {
    color: #fff;
    text-decoration: none;
  }

  footer a:hover,
  footer a:active {
    color: #fff;
    text-decoration: underline;
  }
}

/*ここからスマートフォン用（599px以下）環境の設定
---------------------------------------------------------------------------*/
@media only screen and (max-width:599px) {
  body {
    font-size: 1.4rem;
    background-image: none;
    line-height: 1.7;
    margin: 0 auto 0;
  }

  /* 共通 */
  #wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
  }

  .inner {
    width: 92%;
    margin: 0 auto;
  }

  .banner_pc {
    display: none;
  }

  .banner_sp {
    display: block;
  }

  .pcbr {
    display: none;
  }

  .spbr {
    display: inline;
  }

  /*header*/
  #header .header_area {
    width: auto;
  }

  #header .line_link {
    display: none;
  }

  .main h1.pc img {
    display: none;
  }

  .main h1.sp img {
    display: block;
    max-width: 350px;
    margin: 0 auto;
  }

  /* CTA */
  .cta {
    background-color: #fff;
    padding: 10px 0 40px;
  }

  .cta img,
  .cta_sp img {
    max-width: 100%;
  }

  .cta_sp {
    display: block;
    margin: 20px auto;
  }

  /*present*/
  .present h2 {
    font-size: 3.5rem;
  }

  .present .box_area {
    width: 100%;
  }

  .present .box_txt {
    padding: 20px;
  }

  .present .box_area ol {
    padding: 20px;
  }

  .present .box_area ol li {
    font-size: 1.5rem;
  }

  .present .box_area ol li::before {
    font-size: 1.5rem;
  }

  .present .back {
    width: 345px;
    height: 650px;
  }

  /*content*/
  .content {
    padding-bottom: 40px;
  }

  .content .tl h2 {
    font-size: 3.5rem;
  }

  .content .tl_sub {
    padding: 20px 0px;
  }

  .content .tl_sub h3 {
    font-size: 2rem;
  }

  .content .tl_sub h4 {
    margin-top: 20px;
    font-size: 2rem;
  }

  .content .content_cap {
    background-size: cover;
    padding: 0px 0px 20px 0px;
  }

  .content .content_cap:after {
    display: none;
  }

  .content .content_cap dl {
    margin: 20px;
    line-height: 35px;
    width: auto;
  }

  /*worries*/
  .worries .cap01,
  .worries .cap02 {
    width: 80%;
  }

  .worries .cap01 ul {
    margin: 0 auto;
  }

  .worries h3.tl::before {
    left: 20%;
  }

  /*guidance*/
  .guidance h2 {
    width: 65%;
    font-size: 2rem;
  }

  /*guidance02*/
  .guidance02 {
    padding: 30px 10px;
  }

  .guidance02 h2 {
    font-size: 2.5rem;
    margin: 0px auto;
  }

  .guidance02 .cap {
    margin: 0px 0px;
  }

  .guidance02 .cap h3 {
    width: 50%;
  }

  .guidance02 .cap ul li {
    margin: 10px 0px 10px 10px;
  }

  /*guidance03*/
  .guidance03 h2.top {
    font-size: 2rem;
  }

  .guidance03 ul {
    padding: 30px 0px;
    display: block;
  }

  /*guidance04*/
  .guidance04 h2.top {
    font-size: 3rem;
  }

  .guidance04 dl dt {
    font-size: 2.5rem;
  }

  .guidance04 img {
    width: 100%;
  }

  /*about*/
  .about h2 img {
    max-width: 80%;
  }

  .about .text_area p {
    font-size: 1.2rem;
    line-height: 2rem;
    margin: 10px 0px;
  }

  .about .text_area .txt_last {
    font-size: 2rem;
  }

  .about .tl {
    margin: 0px auto 20px;
    display: block;
    padding-bottom: 20px;
  }

  .about .tl img {
    margin: 20px;
    text-align: center;
  }

  .about .profile {
    margin: 20px;
  }

  .about h2 {
    font-size: 2rem;
  }

  .about .comment {
    display: block;
  }

  .about .comment .c_t {
    padding: 20px 20px 30px;
  }

  .about .comment img {
    width: 100%;
  }

  .about .post ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about .post ul li {
    margin: 10px;
    font-size: 1.1rem;
    width: 27.1%;
  }

  .about .media_area table td:nth-child(2) {
    width: 20%;
  }

  .about .screen img {
    width: 45%;
    margin: 8px;
  }

  .about .book ul {
    display: block;
  }

  .about .book ul li {
    width: 80%;
    margin: 20px auto;
  }

  .about .fas_list ul {
    display: block;
    margin: 40px auto;
  }

  .about .fas_list ul li img {
    display: block;
    margin: 10px auto;
  }

  .about .move_list ul {
    display: block;
    margin: 20px auto;
  }

  .about .move_list ul li {
    margin: 10px auto;
    text-align: center;
  }

  .about .move_list ul li img {
    text-align: center;
    margin: 10px auto;
  }

  /*course*/
  .course h2.top {
    font-size: 3rem;
  }

  .course .curriculum01 ul {
    font-size: 1.2rem;
  }

  .course .curriculum02 ul {
    padding: 15px;
    font-size: 1.5rem;
  }

  .course .curriculum img {
    width: 100%;
  }

  /*company*/
  .company table th {
    width: 35%;
  }

  /* //////// */
  . {
    padding: 30px 0 50px;
  }

  . h2 {
    text-align: center;
    margin: 0 auto 20px;
  }

  . h2 img {
    width: 50%;
    margin: 0 auto;
  }

  /* footer */
  footer {
    padding: 0px 0px 0;
    width: 100%;
  }

  .copy {
    text-align: center;
    font-size: 1.1rem;
    line-height: 130%;
    margin: 0px 0 0;
    padding: 10px 15px;
    color: #fff;
  }

  footer a,
  footer a:link,
  footer a:visited {
    color: #fff;
    text-decoration: none;
  }

  footer a:hover,
  footer a:active {
    color: #fff;
    text-decoration: underline;
  }
}

/*************************************************************
【marginの設定】
*************************************************************/
.m0 {
  margin: 0 !important
}

.mt0 {
  margin-top: 0 !important
}

.mr0 {
  margin-right: 0 !important
}

.mb0 {
  margin-bottom: 0 !important
}

.ml0 {
  margin-left: 0 !important
}

.m5 {
  margin: 5px !important
}

.mt5 {
  margin-top: 5px !important
}

.mr5 {
  margin-right: 5px !important
}

.mb5 {
  margin-bottom: 5px !important
}

.ml5 {
  margin-left: 5px !important
}

.m10 {
  margin: 10px !important
}

.mt10 {
  margin-top: 10px !important
}

.mr10 {
  margin-right: 10px !important
}

.mb10 {
  margin-bottom: 10px !important
}

.ml10 {
  margin-left: 10px !important
}

.m15 {
  margin: 15px !important
}

.mt15 {
  margin-top: 15px !important
}

.mr15 {
  margin-right: 15px !important
}

.mb15 {
  margin-bottom: 15px !important
}

.ml15 {
  margin-left: 15px !important
}

.m20 {
  margin: 20px !important
}

.mt20 {
  margin-top: 20px !important
}

.mr20 {
  margin-right: 20px !important
}

.mb20 {
  margin-bottom: 20px !important
}

.ml20 {
  margin-left: 20px !important
}

.m25 {
  margin: 25px !important
}

.mt25 {
  margin-top: 25px !important
}

.mr25 {
  margin-right: 25px !important
}

.mb25 {
  margin-bottom: 25px !important
}

.ml25 {
  margin-left: 25px !important
}

.m30 {
  margin: 30px !important
}

.mt30 {
  margin-top: 30px !important
}

.mr30 {
  margin-right: 30px !important
}

.mb30 {
  margin-bottom: 30px !important
}

.ml30 {
  margin-left: 30px !important
}

.m35 {
  margin: 35px !important
}

.mt35 {
  margin-top: 35px !important
}

.mr35 {
  margin-right: 35px !important
}

.mb35 {
  margin-bottom: 35px !important
}

.ml35 {
  margin-left: 35px !important
}

.m40 {
  margin: 40px !important
}

.mt40 {
  margin-top: 40px !important
}

.mr40 {
  margin-right: 40px !important
}

.mb40 {
  margin-bottom: 40px !important
}

.ml40 {
  margin-left: 40px !important
}

.m45 {
  margin: 45px !important
}

.mt45 {
  margin-top: 45px !important
}

.mr45 {
  margin-right: 45px !important
}

.mb45 {
  margin-bottom: 45px !important
}

.ml45 {
  margin-left: 45px !important
}

.m50 {
  margin: 50px !important
}

.mt50 {
  margin-top: 50px !important
}

.mr50 {
  margin-right: 50px !important
}

.mb50 {
  margin-bottom: 50px !important
}

.ml50 {
  margin-left: 50px !important
}

.m55 {
  margin: 55px !important
}

.mt55 {
  margin-top: 55px !important
}

.mr55 {
  margin-right: 55px !important
}

.mb55 {
  margin-bottom: 55px !important
}

.ml55 {
  margin-left: 55px !important
}

.m60 {
  margin: 60px !important
}

.mt60 {
  margin-top: 60px !important
}

.mr60 {
  margin-right: 60px !important
}

.mb60 {
  margin-bottom: 60px !important
}

.ml60 {
  margin-left: 60px !important
}

.m65 {
  margin: 65px !important
}

.mt65 {
  margin-top: 65px !important
}

.mr65 {
  margin-right: 65px !important
}

.mb65 {
  margin-bottom: 65px !important
}

.ml65 {
  margin-left: 65px !important
}

.m70 {
  margin: 70px !important
}

.mr70 {
  margin-right: 70px !important
}

.mb70 {
  margin-bottom: 70px !important
}

.ml70 {
  margin-left: 70px !important
}

.m75 {
  margin: 75px !important
}

.mt75 {
  margin-top: 75px !important
}

.mr75 {
  margin-right: 75px !important
}

.mb75 {
  margin-bottom: 75px !important
}

.ml75 {
  margin-left: 75px !important
}

.m80 {
  margin: 80px !important
}

.mt80 {
  margin-top: 80px !important
}

.mr80 {
  margin-right: 80px !important
}

.mb80 {
  margin-bottom: 80px !important
}

.ml80 {
  margin-left: 80px !important
}

.mlrb30 {
  margin: 10px 30px 30px !important
}

.ml90 {
  margin-left: 90px !important
}

/**************************************************************
【paddingの設定】
**************************************************************/
.p0 {
  padding: 0 !important
}

.pt0 {
  padding-top: 0 !important
}

.pr0 {
  padding-right: 0 !important
}

.pb0 {
  padding-bottom: 0 !important
}

.pl0 {
  padding-left: 0 !important
}

.p5 {
  padding: 5px !important
}

.pt5 {
  padding-top: 5px !important
}

.pr5 {
  padding-right: 5px !important
}

.pb5 {
  padding-bottom: 5px !important
}

.pl5 {
  padding-left: 5px !important
}

.p10 {
  padding: 10px !important
}

.pt10 {
  padding-top: 10px !important
}

.pr10 {
  padding-right: 10px !important
}

.pb10 {
  padding-bottom: 10px !important
}

.pl10 {
  padding-left: 10px !important
}

.p20 {
  padding: 20px !important
}

.pt20 {
  padding-top: 20px !important
}

.pr20 {
  padding-right: 20px !important
}

.pb20 {
  padding-bottom: 20px !important
}

.pl20 {
  padding-left: 20px !important
}

.p30 {
  padding: 30px !important
}

.p4050 {
  padding: 40px 50px !important
}

.pb30 {
  padding-bottom: 30px !important
}

.pb40 {
  padding-bottom: 40px !important
}

.pb50 {
  padding-bottom: 50px !important
}

.pb80 {
  padding-bottom: 80px !important
}

/**************************************************************
【widthの設定】
**************************************************************/
.w50 {
  width: 50px;
}

.w100 {
  width: 100px;
}

.w130 {
  width: 130px;
}

.w180 {
  width: 180px;
}

.w200 {
  width: 200px;
}

.w220 {
  width: 220px;
}

.w250 {
  width: 250px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.w600 {
  width: 600px;
}

.w700 {
  width: 700px;
}

.w710 {
  width: 710px;
}

.w876 {
  width: 876px;
}

/**************************************************************
【heightの設定】
**************************************************************/
.h10 {
  height: 10px;
}

.h30 {
  height: 30px;
}

.h100 {
  height: 100px;
}

.h200 {
  height: 200px;
}

/**************************************************************
【配置設定】
**************************************************************/
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

/**************************************************************
【文字装飾】
**************************************************************/
.red1 {
  color: #FF0000;
}

/*明るい赤 */
.red2 {
  color: #b00000;
}

/*暗い赤 */
.red1_b {
  color: #F00;
  font-weight: bold;
}

/*太字・明るい赤 */
.red2_b {
  color: #d13938;
  font-weight: bold;
}

/*太字・暗い赤 */
.blue {
  color: #00F;
}

/*青 */
.bl {
  color: #1a7ca7;
}

/*青 */
.or {
  color: #ff8a00;
}

/*オレンジ */
.or2 {
  color: #ff6c00;
}

/*オレンジ2 */
.blk {
  color: #000;
}

/*黒 */
.gr {
  color: #999;
}

/*グレー */
.grn {
  color: #50A810;
}

/*みどり */
.pk {
  color: #FE48DA;
}

/*ピンク */
.gld {
  color: #d5b876;
}

/*ゴールド */
.pp {
  color: #8A37BC;
}

/*むらさき */
.underline {
  text-decoration: underline;
}

/*アンダーライン */
strong {
  font-weight: bold;
}

/*太字 */
.bg_y {
  background-color: #F6BD15;
  padding: 0px 5px 0px;
}

.bg_k {
  background-color: #F8FF12;
  padding: 0px 5px 0px;
}

.font0_5 {
  font-size: 0.5em;
}

.font0_6 {
  font-size: 0.6em;
}

.font0_7 {
  font-size: 0.7em;
}

.font0_8 {
  font-size: 0.8em;
}

.font0_9 {
  font-size: 0.9em;
}

.font1 {
  font-size: 1em;
}

.font1_1 {
  font-size: 1.1em;
}

.font1_2 {
  font-size: 1.2em;
}

.font1_3 {
  font-size: 1.3em;
}

.font1_4 {
  font-size: 1.4em;
}

.font1_5 {
  font-size: 1.5em;
}

.font1_6 {
  font-size: 1.6em;
}

.font1_7 {
  font-size: 1.7em;
}

.font1_8 {
  font-size: 1.8em;
}

.font1_9 {
  font-size: 1.9em;
}

.font2 {
  font-size: 2em;
}

.lh160 {
  line-height: 160%;
}

.font_M {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* CLEAR FIX*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/*Q&A */
.qa {
  font-size: 20px;
  line-height: 36px;
}

.qa-list dl {
  position: relative;
  margin: 20px 0 0;
  cursor: pointer;
}

.qa-list dl:first-child {
  margin-top: 0;
}

.qa-list dl::after {
  position: absolute;
  top: 30px;
  right: 26px;
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.qa-list .open::after {
  transform: rotate(-45deg);
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  background: #d0eefe;
}

.qa-list dl dt::before {
  font-size: 30px;
  line-height: 36px;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: 'Q.';
  color: #413efd;
}

.qa-list dl dd::before {
  font-size: 30px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #413efd;
}

.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
}

.qa-list dl dd p {
  margin: 30px 0 0;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

@media (min-width:600px) and (max-width:1024px) {
  .qa {
    font-size: 18px;
    line-height: 28px;
  }

  .qa-list dl {
    margin: 10px 0 0;
    line-height: 160%;
  }

  .qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }

  .qa-list dl dt {
    padding: 10px 40px 10px 45px;
    font-size: 18px;
  }

  .qa-list dl dt::before {
    font-size: 14px;
    top: 12px;
    left: 20px;
  }

  .qa-list dl dt::before {
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    top: 10px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #ae0504;
  }

  .qa-list dl dd::before {
    font-size: 18px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #ae0504;
  }

  .qa-list dl dd {
    margin: 0;
    padding: 10px 10px 10px 45px;
  }

  .qa-list dl dd p {
    margin: 30px 0 0;
  }

  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}

@media only screen and (max-width:599px) {
  .qa {
    font-size: 14px;
    line-height: 24px;
  }

  .qa-list dl {
    margin: 10px 0 0;
    line-height: 160%;
  }

  .qa-list dl:after {
    top: 15px;
    right: 20px;
    width: 7px;
    height: 7px;
  }

  .qa-list dl dt {
    padding: 10px 40px 10px 35px;
    font-size: 14px;
  }

  .qa-list dl dt::before {
    font-size: 14px;
    top: 12px;
    left: 20px;
  }

  .qa-list dl dt::before {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    content: 'Q.';
  }

  .qa-list dl dd::before {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    left: 10px;
    display: block;
    content: 'A.';
    font-weight: bold;
  }

  .qa-list dl dd {
    margin: 0;
    padding: 10px 10px 10px 35px;
  }

  .qa-list dl dd p {
    margin: 30px 0 0;
  }

  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}
