@charset "UTF-8";

/* 基本設定
********************************************************************/

body {
  font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  width: 100%;
  overflow-x: hidden;
  padding: 10px;
  background-color: #1565c0;
  letter-spacing: .1em;
  min-width: 1024px;
}

main,footer {
  background-color: #fff;
  display: block;
}

main {
  padding-top: 11.5%;
  width: 100%;
  min-width: 1300px;
  overflow-x: hidden;
}

p {
  margin-bottom: 0;
}

@media (max-width:767px) {
  main {
    padding-top: 32%;
    min-width: inherit;
  }
}


img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

main > section {
  padding-left: 5.42%;
  padding-right: 5.42%;
}

.marker {
  display: inline;
  background: linear-gradient(transparent 80%, #ffff66 80%);
  font-weight: bold;
  font-size: inherit;
}

.pchide {
  display: none;
}

@media (max-width:767px) {
  body {
    min-width: 0;
  }
  .pchide {
    display: block!important;
  }
  .sphide {
    display: none!important;
  }
}



/* ヘッダー
********************************************************************/
header {
  position: absolute;
  padding: 8% 20px 20px 20px;
  width: 100%;
  left: 0;
  top: 0;
}

header h1 {
  margin-bottom: 0;
  text-align: center;
}

header h1 img:nth-of-type(1) {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 10%;
}

header h1 img:nth-of-type(2) {
  width: 78.3%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width:767px) {
  header {
    padding-top: 14%;
  }
  header h1 img:nth-of-type(1) {
    left: 5%;
    top: 15%;
    width: 12%;
  }
  header h1 img:nth-of-type(2) {
    width: 100%;
  }
}


/* メインビジュアル
********************************************************************/

.mv {
  margin-bottom: 9.3%;
}


/* about
********************************************************************/

.about {
  margin-bottom: 140px;
}

.about p {
  font-size: 20px;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 140px;
}

.about h2 {
  font-size: 38px;
  text-align: center;
}

@media (max-width: 767px)   {
  .about {
    margin-bottom: 70px;
  }

  .about p {
    font-size: 14px;
    margin-bottom: 70px;
  }

  .about h2 {
    font-size: 26px;
  }
}

/* know
********************************************************************/
.know {
  margin-bottom: 100px;
}


.know h2 {
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 60px;
  line-height: 60px;
  background-color: rgba(21,101,192,.1);
  color: #1565c0;
  border-radius: 9999px;
  margin-bottom: 43px;
}

.know > p {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.75;
}

.know-content {
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}

.know-content h3,.know-content p {
  border: 2px solid #1565c0;
  border-radius: 3px;
  box-shadow: 3px 3px 0 #1565c0;
  margin-bottom: 0;
}

.know-content h3 {
  color: #1565c0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  position: relative;
  min-width: 300px;
  height: 180px;
  text-align: center;
  padding: 10px;
  margin-right: 35px;
  line-height: 1.75;
  position: relative;
}

.know-content h3:after {
  content: "";
  position: absolute;
  right: -27px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 22px;
  background-image: url(../img/icon-rightaroow.png);
  background-size: contain;
}

.know-content p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
  padding-right: 20px;
  flex-grow: 2;
}

.know-content p small {
  max-width: 580px;
  min-height: 34px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 34px;
  position: absolute;
  right: 10px;
  bottom: 0;
  color: #fff;
  display: block;
  background-color: #1565c0;
  border-radius: 9999px;
  font-size: 14px;
  text-align: center;
  transform: translateY(50%);
}

.know-content h3 img {
  position: absolute;
  width: 60px;
  left: 0;
  top: 0;
  transform: translate(-50%,-50%);
}

@media (max-width: 767px)   {
  .know {
    margin-bottom: 70px;
  }
  .know h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .know-content {
    flex-direction: column;
  }

  .know-content h3 {
    min-width: 0;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    height: auto;
    padding: 10px;
  }

  .know-content h3 img {
    transform: translate(0,-50%);
  }

  .know-content h3:after {
    content: "";
    position: absolute;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -25px;
    transform: translateX(-50%) rotate(90deg);
  }

  .know-content p {
    font-size: 13px;
    line-height: 1.75;
    font-weight: 400;
    position: relative;
    padding: 10px;
    flex-grow: 2;
    display: block;
  }

  .know-content p small {
    font-size: 10px;
    position: static;
    transform: none;
    padding: 5px 10px;
    line-height: normal;
    display: block;
    margin-top: 10px;
  }

  .know > p {
    font-size: 16px;
  }

}

/* contact
********************************************************************/

.contact-first,.contact-second,.contact-third {
  background-color: #1565c0;
  background-image: url(../img/bg-stripe.png);
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: center;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 100px;
}

.contact-first h2,.contact-second h2,.contact-third h2 {
  color: #fff;
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.contact-first p {
  width: 100%;
  max-width: 900px;
  padding-left: 10px;
  padding-right: 10px;
  height: 75px;
  line-height: 75px;
  background-color: #fff;
  color: #1565c0;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 3px 3px 0 rgba(255,255,255,.5);
  margin-bottom: 55px;
  position: relative;
}

.contact-first p:after {
  content: "";
  display: block;
  border: 15px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,100%);
  z-index: 2;
}

.contact-first a,.contact-second a,.contact-third a {
  /* display: inline-flex; */
  display: inline-block;
  max-width: 100%;
  width: 504px;
  height: 100px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  vertical-align: top;
}

.contact-first a + a {
  margin-left: 40px;
}

a.link-btn {
  /* background-image: url(../img/bg-link.png);
  background-size: cover;
  color: #fff;
  text-decoration: none; */
  position: relative;
  z-index: 2;
}

/* a.link-btn::before {
  content: "";
  width: 40.636px;
  height: 37.25px;
  background-image: url(../img/icon-q.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
} */

a.contact-btn {
  /* background-image: url(../img/bg-btn.png);
  background-size: cover;
  color: #1565c0; */
  text-decoration: none;
  position: relative;
  z-index: 2;
}

a.contact-btn:before,a.contact-btn:after {
  content: "";
  display: block;
}

/* a.contact-btn:before {
  background-image: url(../img/icon-tel.png);
  width: 31.009px;
  height: 32.001px;
  background-size: contain;
  margin-right: 5px;
}

a.contact-btn:after {
  background-image: url(../img/icon-mail.png);
  width: 30.111px;
  height: 20.846px;
  background-size: contain;
  margin-left: 5px;
} */

.contact-second {
  position: relative;
  padding-top: 67px;
  padding-bottom: 70px;
  z-index: 2;
}

.contact-second .abimg {
  max-width: none;
  position: absolute;
  width: 1222px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.contact-second h2,.contact-second a {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px)   {
  .contact-first,.contact-second,.contact-third {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .contact-first h2,.contact-second h2,.contact-third h2 {
    font-size: 14px;
    margin-bottom: 25px;
    letter-spacing: 0;
  }

  .contact-first p {
    height: auto;
    font-size: 16px;
    line-height: 1.75;
    padding: 10px;
    letter-spacing: 0;
  }

  .contact-first a,.contact-second a,.contact-third a {
    height: auto;
    font-size: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .contact-first a + a {
    margin-left: 0;
    margin-top: 20px;
  }

  a.link-btn::before {
    left: 20px;
  }
  .contact-second .abimg {
    display: none;
  }
}



/* q
********************************************************************/
.q {
  background-color: #f5f5f5;
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
}

.q::before {
  content: "";
  background: url(../img/obj-male.png) no-repeat;
  background-position: bottom;
  position: absolute;
  left: calc(40% - 289.065px);
  bottom: 0;
  display: block;
  width: 289.065px;
  height: 483.855px;
  z-index: 2;
  background-size: contain;
}

.q::after {
  content: "";
  width: 37px;
  height: 73px;
  background-image: url(../img/icon-bottomaroow.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%,65%);
}

.q h2 {
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #808b9d;
  border-radius: 9999px;
  height: 60px;
  line-height: 60px;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
}
.q ul {
  padding-left: 45%;
}

.q ul li {
  margin-bottom: 10px;
  font-size: 21px;
  color: #535e6d;
}

@media (max-width: 767px)   {
  .q {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .q::before {
    width: 170px;
    height: 338.7px;
    left: calc(40% - 180px);
  }
  .q::after {
    width: 27px;
    height: 63px;
    transform: translate(-50%,27%);
  }
  .q h2 {
    font-size: 17px;
    height: 40px;
    line-height: 40px;
  }
  .q ul li {
    font-size: 14.7px;
  }
}

/* a
********************************************************************/

.a {
  padding-top: 116px;
  padding-bottom: 180px;
  position: relative;
}

.a::after {
  content: "";
  display: block;
  width: 781px;
  height: 426px;
  background-image: url(../img/obj-children.png);
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 20px;
  bottom: 60px;
  background-repeat: no-repeat;
  z-index: 1;
}

.a h2 {
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #f5bc51;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  margin-bottom: 70px;
  position: relative;
  padding: 0 70px;
  z-index: 2;
}

.a h2:after {
  max-width: 100%;
  content: "";
  display: block;
  width: 161.948px;
  height: 72.816px;
  background-image: url(../img/icon-cd.png);
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 70px;
  top: 0;
  transform: translateY(-50%);
  z-index: 2;
}

.a h2 img {
  width: 100%;
  max-width: 556.021px;
}

.a ul {
  position: relative;
  z-index: 2;
}

.a ul li {
  color: #ff8b00;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff,
             -1px 1px 0 #fff,
             1px -1px 0 #fff,
             -1px -1px 0 #fff;
}

@media (max-width: 767px)   {
  .a {
    padding-bottom: 50%;
  }
  .a::after {
    width: 100%;
    height: auto;
    padding-top: 54.5%;
    right: auto;
    bottom: 0;
    left: 0;
  }
  .a h2 {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 35px;
  }
  .a h2:after {
    width: 113.363px;
    height: 50.971px;
    background-image: url(../img/icon-cd.png);
    background-size: contain;
    background-position: center;
    position: absolute;
    right: auto;
    left: 50%;
    top: 0;
    transform: translate(-50%,-80%);
    z-index: 2;
  }
  .a ul li {
    font-size: 14.7px;
  }
}

/* role
********************************************************************/

.role {
  padding-top: 124px;
  padding-bottom: 90px;
}

.role h2 {
  text-align: center;
  margin-bottom: 62px;
}

.role h2 img {
  display: inline-block;
  width: 765px;
}

.role > section {
  max-width: 100%;
  width: 1132px;
  height: 520px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.role h3 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  text-indent: -.5em;
}

.role .wrap {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  padding-left: 17px;
  padding-right: 56px;
  align-items: center;
  text-align: left;
  width: 100%;
}

.role > section:nth-of-type(1) {
  background-image: url(../img/bg-green.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
}

.role > section:nth-of-type(1) h3 {
  width: 305.504px;
  height: 50px;
  background-image: url(../img/role-title-1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.role > section:nth-of-type(2) {
  background-image: url(../img/bg-blue.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-bottom: 50px;
}

.role > section:nth-of-type(2) h3 {
  width: 305.504px;
  height: 50px;
  background-image: url(../img/role-title-2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.role .left {
  width: 380px;
  margin-right: 80px;
}

.role .right {
  width: 605px;
}

.role .imgbox {
  padding: 0 23px;
}

.role .left ul li {
  font-size: 16px;
  letter-spacing: -0.03em;
}

.role .right ul li {
  font-size: 18px;
}

.role ul {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 5px #ccc;
  padding: 20px;
}

.role ul li {
  position: relative;
  padding-left: 1.2em;
  list-style: none;
  font-weight: bold;
  letter-spacing: 0;
}

.role ul li + li {
  margin-top: 5px;
}

.role ul li::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  display: inline-block;
  width: .7em;
  height: .7em;
  margin-right: 5px;
  background-color: #000;
  border-radius: 100%;
}

.role .before-after {
  max-width: 100%;
  width: 1132px;
  height: 60px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.role .before-after img:nth-of-type(1) {
  width: 130px;
  position: absolute;
  left: 15%;
  top: 75%;
  transform: translate(-50%,-50%);
}

.role .before-after img:nth-of-type(2) {
  width: 196px;
  position: absolute;
  left: 60%;
  top: 60%;
  transform: translate(50%,-50%);
}

.role > p {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.75;
}

@media (max-width: 767px)   {
  .role {
    padding-top: 62px;
    padding-bottom: 45px;
  }

  .role > section {
    height: auto;
  }

  .role > section:nth-of-type(2) {
    margin-top: 60px;
  }

  .role > section:nth-of-type(1),.role > section:nth-of-type(2) {
    background-image: url();
  }

  .role > section:nth-of-type(1) h3 {
    background-image: url();
    background-color: #4fadaf;
    text-indent: 0;
  }

  .role > section:nth-of-type(2) h3 {
    background-image: url();
    background-color: #1565c0;
    text-indent: 0;
  }

  .role .wrap {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap .left,.wrap .right {
    width: 100%;
    position: relative;
    margin-top: 100px;
    padding-top: 10px;
    border-radius: 10px;
  }
  .wrap .right {
    margin-top: 120px;
  }
  .wrap .left > img,.wrap .right > img {
    width: 100px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,-80%);
  }
  .wrap .right > img {
    width: 140px;
  }

  .role .imgbox {
    padding: 0 10px;
  }

  .role > section:nth-of-type(1) .left {
    background-color: rgba(79,173,175,.15);
  }
  .role > section:nth-of-type(1) .right {
    background-color: #9ed8d2;
  }

  .role > section:nth-of-type(2) .left {
    background-color: rgba(21,101,192,.15);
  }
  .role > section:nth-of-type(2) .right {
    background-color: #8cb9e5;
  }

  .role .left ul li {
    font-size: 13px;
  }

  .role .right ul li {
    font-size: 15px;
  }

  .role > p {
    font-size: 16px;
  }
}

/* difficult
********************************************************************/

.difficult {
  background-image: url(../img/bg-difficult.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top 60px;
}

.difficult h2 {
  font-size: 38px;
  color: #4fadaf;
  padding-top: 45px;
  width: 938.756px;
  height: 343px;
  display: flex;
  justify-content: flex-start;
  padding-left: 120px;
  align-items: center;
  background-image: url(../img/bg-female.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.difficult h2:after {
  content: "";
  display: block;
  clear: both;
}

.difficult-contents {
  display: flex;
  flex-wrap: wrap;
}

.difficult section {
  width: calc(100% / 2 - 56px / 2);
  background-color: #fff;
  box-shadow: 4px 4px 0 rgba(79,173,175,.5);
  margin-bottom: 56px;
  border-radius: 3px;
  padding: 36px;
}

.difficult section:nth-of-type(odd) {
  margin-right: 56px;
}

.difficult section h3 {
  text-align: center;
  font-size: 21px;
  color: #4fadaf;
  margin-bottom: 30px;
}

.difficult section p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
}

@media (max-width: 767px)   {
  .difficult  {
    padding-top: 20%;
  }
  .difficult h2 {
    width: 100%;
    margin-top: -50px;
    padding-top: 55%;
    padding-left: 0;
    height: auto;
    font-size: 21px;
    background-position: right;
    position: relative;
    background-image: url(../img/bg-female-sp.png);
  }

  .difficult h2 span {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 65%;
    transform: translate(0,0);
  }
  .difficult section {
    width: 100%;
    margin-bottom: 30px;
    padding: 32px;
  }
  .difficult section:nth-of-type(odd) {
    margin-right: 0;
  }

  .difficult section h3 {
    font-size: 18px;
  }

  .difficult section p {
    font-size: 14px;
  }

}

/* footer
********************************************************************/

footer {
  text-align: center;
  padding-top: 70px;
}

footer h2 {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
}

footer address {
  font-size: 14px;
  color: #808080;
  margin-bottom: 30px;
  line-height: 2.3;
}

footer a {
  display: inline-block;
  font-size: 14px;
  color: #42a5f5;
  text-decoration: underline;
  margin-bottom: 80px;
}

footer small {
  font-size: 13px;
  letter-spacing: 0;
  color: #808080;
  padding-bottom: 3px;
}

@media (max-width: 767px)   {
  footer  {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 35px;
  }
  footer h2 {
    font-size: 14px;
  }
  footer address {
    font-size: 12px;
  }
  footer a {
    font-size: 12px;
    margin-bottom: 40px;
  }
  footer small {
    font-size: 10px;
  }
}
