@charset "utf-8";

:root {
  --main-color: #004a98;
  --sub-color: #5b8cc9;
  --sub-color2: #ef9e00;
}

/*--------------------------------------------------------------
html
--------------------------------------------------------------*/

html {
  background-attachment: fixed;
  background-image: url(../img/kv-bg.jpg);
  background-size: cover;
  background-position: center;
 
}

/*--------------------------------------------------------------
body
--------------------------------------------------------------*/

body {
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 17px;
  line-height: 165%;
  color: #303030;
  letter-spacing: 0;
  background-color: #fff;
  box-shadow: 0 0 20px #fff;
}

/*--------------------------------------------------------------
common
--------------------------------------------------------------*/

* {box-sizing:border-box;}
article,aside,footer,header,nav,section {
  display: block;
}
figcaption,figure,main,section {
  display: block;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #333;
  font-weight: 400;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  word-break: break-all;
}
a:active,a:hover {
  outline-width: 0;
  color: var(--main-color);
}
b,strong {
  font-weight: inherit;
  font-weight: 600;
}
small {
  font-size: 80%;
}
audio,video {
  display: inline-block;
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
button,input,optgroup,select,textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,input {
  overflow: visible;
}
button,select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
/*PC SP　切り替え*/
    @media (max-width: 480px) { /* xs */
      .pc-none {display: block;}
    }
    @media screen and (min-width:481px) and (max-width:543px) { /* sm */
      .pc-none {display: block;}
    }
    @media screen and (min-width:544px) and (max-width:767px) { /* sm */
      .pc-none {display: block;}
    }
    @media screen and (min-width:768px) and (max-width:991px) { /* md */
      .pc-none {display: block;}
    }
    @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
      .pc-none {display: none;}
    }
    @media screen and (min-width:1200px) { /* xl */
      .pc-none {display: none;}
    }
.main-color {
  color: var(--main-color);
}
.sub-color {
  color: var(--sub-color);
}
p {
  margin-bottom: 1em;
}
h2 img {
  width: 100%;
}
/* header */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header-content {
  width: 98%;
  max-width: 1000px;
  margin: 45px auto 0;
  background: #fff;
  padding: 15px 25px;
  border-radius: 12px;
  transition: all 0.3s;
}
.is-fixed .header-content {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 0;
  border-radius: 0;
  background: #fffffff8;
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header-logo {
  color: #004a98;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.45;
}
.header-logo br {
  display: none;
}
.header-logo span {
  display: block;
  font-size: 11px;
  font-weight: normal;
  color: #4e5152;
}
.header-btn {
  background-color: var(--sub-color2);
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 12px;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 16px;
}
.header-btn:hover {
  opacity: 0.5;
  color: #fff;
  text-decoration: none!important;
}
.header-menu {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  gap: 0 2%;
  margin-top: 5px;
}
.header-menu li {
  display: block;
}
.header-menu a {
  text-decoration: none;
  line-height: 1;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.pure-container {
  display: none;
}
@media screen and (max-width: 991px){
  .pure-container {
    display: block;
  }
  .header-content .header-top a.header-btn {
    display: none;
  }
  .header-content ul.header-menu {
    display: none;
  }
  .header-content {
    width: 100%;
    border-radius: 0;
    margin: 0;
    padding: 15px 70px 15px 15px;
  }
  .header-logo {
    font-size: 18px;
  }
  .header-logo span {
    font-size: 10px;
  }
}
@media screen and (max-width: 543px){
  .header-logo br {
    display: block;
  }
}

/* kv */
.kv {
  position: relative;
}
.kv-img {
  height: 606px;
  width: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 1079px){
  .kv-img {
    height: 60vw;
  }
}
@media screen and (max-width: 767px){
  .kv-img {
    height: 115vw;
  }
}
.kv-bottom {
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0;
}
.kv-bottom img {
  vertical-align: bottom;
}

/* fv */
.fv {
  background-image: url(../img/img01.jpg);
  background-repeat: no-repeat;
  background-size: 45% auto;
  background-position: left center;
  padding: 190px 0;
}

.fv-content {
  padding: 0 8% 0 49%;
}
.fv h2 img {
  max-width: 600px;
  margin-bottom: 1.5em;
  display: block;
}
.fv img.img01 {
  margin-bottom: 15px;
}

/* about */
.about {
  background-color: #F1F1F1;
  padding: 100px 0 100px 5%;
  background-image: url(../img/img02.png);
  background-size: 40% auto;
  background-position: right 50px center;
  background-repeat: no-repeat;
}
.about h2 img {
  max-width: 600px;
  margin-bottom: 25px;
  display: block;
}
.about-content {
  width: 50%;
  padding: 30px;
}

/* person */
.person {
  padding: 100px 0;
  text-align: center;
}
.person h2 img {
  max-width: 1000px;
  margin-bottom: 50px;
}
.person-row {
  max-width: 1100px;
  margin: 0 auto;
}
.person-4pr {
  display: flex;
  max-width: 900px;
  justify-content: space-between;
  margin: 0 auto 60px;
}
.person-4pr-box {
  width: 190px;
  line-height: 1.5;
}
.person-4pr-box img {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px){ 
  .person {
    padding: 60px 30px;
  }
}
/* cta */
.cta {
  background-color: var(--sub-color);
  padding: 100px 0;
  text-align: center;
}
.cta-content {
  background-color: #fff;
  border-radius: 36px;
  padding: 50px 40px 30px;
  width: 90%;
  margin: 0 auto;
  max-width: 910px;
}
.cta h2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--main-color);
}
.cta h2 img {
  max-width: 840px;
}
.btn_cta {
  margin: 20px auto 30px;
  display: block;
  background-color: var(--sub-color2);
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 135%;
  padding: 12px 60px;
  max-width: 640px;
  border-radius: 30px;
  position: relative;
}
.btn_cta:before {
  display: block;
  content: "";
  background-image: url(../img/icon-twinkle-white.png);
  background-size: cover;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.btn_cta br {
  display: none;
}
@media (max-width: 767px) {
  .btn_cta br {
    display: block;
  }
}

.btn_cta:after {
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 7 Free";
  content: "\f105";
  font-weight: 900;
  font-size: 20px;
}
.btn_cta:hover {
  opacity: 0.5;
  color: #fff;
  text-decoration: none;
}
.cta p {
  text-align: left;
}

/* field */
.field {
  background-image: url(../img/img03.jpg);
  background-size: 30% auto;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 130px 90px 90px 30px;
}
.field h2 {
  margin-bottom: 20px;
}
.field h2 img {
  max-width: 600px;
}

/* philosophy */
.philosophy {
  background-color: #F1F1F1;
  padding: 100px 0;
  text-align: center;
}
.philosophy-row article {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 15px;
  margin-top: 40px;
}
.philosophy .philosophy-content h2 {
  max-width: 900px;
  margin: 0 auto 20px;
}
.philosophy-row {
  background: linear-gradient(180deg, #F1F1F1 0%, #F1F1F1 20%, #5B8BCA 20%, #5B8BCA 80%, #F1F1F1 80%, #F1F1F1 100%);
}
.philosophy-row h2 {
  width: 300px;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.philosophy-row h2 img {
  width: 300px;
}
.philosophy-box {
  width: 220px;
  background-color: #fff;
  border: 2px solid var(--sub-color);
  border-radius: 8px;
  margin-top: 25px;
  padding: 15px 15px 0;
  text-align: left;
  position: relative;
}
.philosophy-box:before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 48px;
  height: 80px;
  top: -28px;
  left: 0;
}
.philosophy-box1:before {background-image: url(../img/number01.png);}
.philosophy-box2:before {background-image: url(../img/number02.png);}
.philosophy-box3:before {background-image: url(../img/number03.png);}

.philosophy-box h3 {
  color: var(--sub-color);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 12px;
  margin-left: 30px;
}
.philosophy-box.philosophy-box1 h3 {
  line-height: 2.4;
}
.philosophy-box p {
  font-size: 15px;
  line-height: 1.4;
}

/* career */
.career {
  padding: 100px 0;
}
.career-content {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.career h2 img {
}
.career h2 {
  margin-bottom: 1em;
}
.career h3 {
  font-weight: 500;
  color: var(--sub-color);
  margin-bottom: 15px;
  font-size: 20px;
}
.career-row {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
}
.career-box {
  width: 28%;
}
.career-box h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.career p {
  text-align: left;
}
.career-box img {
  margin-bottom: 10px;
}
        @media (max-width: 480px) { /* xs */
          .career-box {width: 100%;}
        }
        @media screen and (min-width:481px) and (max-width:543px) { /* sm */
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }

.fee-txt {
  text-align: center !important;
  margin: 20px 0 20px;
}
.fee-img {
  max-width: 700px;
  margin-bottom: 60px;
}
.career-img {
  width: 550px;
  display: block;
  margin: 30px auto 0;
}

/* faq */
.faq {
  padding: 100px 0;
  background-color: #f1f1f1;
  text-align: center;
}
.faq h2 {
  margin-bottom: 10px;
}
.faq h2 img {
  max-width: 800px;
}
.faq-content {
  width: 910px;
  max-width: 90%;
  margin: 0 auto;
}
.faq dl {
  margin-top: 55px;
  text-align: left;
}
.faq dd + dt {
  margin-top: 60px;
}
.faq dt,
.faq dd {
  background-color: #fff;
  position: relative;
}
.faq dt {
  z-index: 1;
  border-radius: 20px;
  margin-bottom: -20px;
  font-weight: bold;
  padding: 18px 60px 18px 10px;
  border: 2px solid var(--sub-color);
}
.faq dt:hover {
  opacity: 0.5;
  cursor: pointer;
}
.faq dt:after {
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 7 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  background-color: var(--sub-color);
  text-align: center;
  line-height: 36px;
  border-radius: 18px;
}
.faq dt.open:after {
  content: "\f106";
}
.faq dd {
  transition: all 0.3s;
  padding: 0 20px;
  height: 0;
  overflow: hidden;
  border-left: 2px solid var(--sub-color);
  border-right: 2px solid var(--sub-color);
}
.faq dt.open + dd {
  padding: 45px 20px 30px;
  height: auto;
  border-bottom: 2px solid var(--sub-color);
 }

/* footer */
footer {
  background-color: var(--sub-color);
  padding: 100px 10px 70px;
  text-align: center;
  color: #fff;
}
#page-top a {
  width: 36px;
  height: 36px;
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  font-size: 20px;
  color: #fff;
  background-color: var(--main-color);
  text-align: center;
  line-height: 36px;
}
footer h2 {
  margin-bottom: 30px;
}
footer h2 img {
  max-width: 800px;
}
footer p {
  margin-bottom: 2em;
}
footer a {
  color: #fff !important;
}

@media screen and (max-width: 1079px){
  .about-content {
    background: #ffffffee;
  }
  .philosophy-content p {
    max-width: 98%;
    margin: 0 auto 1em;
  }
}
@media screen and (max-width: 991px){

  .fv {
    padding: 60px 0;
  }
  .about {
    padding: 60px 30px;
    background-position: right 20px center;
  }
  .about-content {
    width: 60%;
  }
  .field {
    padding: 60px 30px 60px 35%;
  }
  .philosophy {
    padding: 60px 30px;
  }
  .philosophy-row {
    margin: 0 calc(50% - 50vw);
    width: 100vw; 
  }
  .philosophy-row article {
    padding: 0 2%;
    gap: 5px;
  }
  .philosophy-box {
    width: 80%;
    padding: 20px 15px 15px;
  }
  .philosophy-box h3 {
    margin-left: 35px;
  }
  .philosophy-box h3 br {
    display: none;
  }
  .philosophy-box:before {
    width: 40px;
    height: 80px;
    top: -24px;
    left: 0;
  }
  .faq dd + dt {
    margin-top: 30px;
  }
  .cta {
    padding: 50px 0;
  }
  .career {
    padding: 50px 30px;
  }
  .career-row {
    margin: 45px 0 50px;
  }
  .fee-img {
    margin-bottom: 50px;
  }
  .faq {
    padding: 50px 0;
  }
  .faq dl {
    margin-top: 30px;
  }
  footer {
    padding: 50px 1%;
  }
}
@media screen and (max-width: 991px){
  .pure-drawer {
    background: var(--main-color);
  }
  .header-logo-sp {
    padding: 30px 10px 30px 10px;
    background: #fff;
    color: var(--main-color);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    padding-right: 60px;
  }
  .header-logo-sp span {
    font-size: 11px;
    display: block;
    color: #555;
    margin-bottom: 5px;
  }
  .pure-drawer li a {
    display: block;
    background: #fff;
    padding: 10px;
    border-top: 1px solid var(--main-color);
    color: var(--main-color);
    text-decoration: none;
  }
  .pure-drawer li a:hover {
    color: #fff;
    background: var(--main-color);
  }
  a.header-btn-sp {
    background-color: var(--sub-color2);
    color: #fff;
    display: block;
    font-size: 11px;
    line-height: 1.3;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 25px;
    text-align: center;
    width: 95%;
    max-width: 250px;
    margin: 20px auto;
    border: 1px solid var(--sub-color2);
    font-size: 15px;
  }
  a.header-btn-sp:hover {
    color: var(--sub-color2);
    background-color: #fff;
    text-decoration: none;
  }
  .fv {
    background: #f1f1f1;
  }
  .fv-row {
    flex-wrap: wrap;
  }
  .fv-img {
    width: 100%;
  }
  .fv-img img {
    width: 450px;
    max-width: 90%;
  }
  .fv-content {
    width: 90%;
    margin-left: 5%;
    background: #ffffffee;
    padding: 30px;
  }
  .about {
    background-color: #F1F1F1;
    padding: 0 0 320px 0;
    background-size: auto 400px;
    background-position: right 20px bottom 20px;
  }
  .about-content {
    width: 90%;
    margin: 0 auto;
  }
  .person-content {
    width: 90%;
    margin: 0 auto;
  }
  .person-4pr {
    flex-wrap: wrap;
    max-width: 450px;
    gap: 30px;
  }
  .field {
    background-size: 40% auto;
    background-position: left top;
    padding: 20vw 5% 30px;
  }
  .field-content {
    background-color: #f1f1f1ee;
    padding: 30px;
    width: 70%;
    margin-left: auto;
  }
  .philosophy-content {
    width: 90%;
    margin: 0 auto;
  }
  .philosophy-row {
    background: none;
  }
  .philosophy-row article {
    background: none;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px 0;
  }
  .philosophy-row h2 {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .philosophy .philosophy-content h2 img {
    width: 100%;
  }
  .philosophy .philosophy-content h2 {
    margin: 0;
    width: 100%;
    padding: 0;
    display: block;
  }
  .philosophy-box {
    width: 45%;;
  }
  .btn_cta {
    font-size: 18px;
  }
  .career-row {
    flex-wrap: wrap;
    max-width: 550px;
    margin: 30px auto;
    gap: 30px 0;
  }
  .fee-img {
    max-width: 400px;
    margin-bottom: 30px;
  }
  .faq dt:after {
    width: 24px;
    height: 24px;
    right: 12px;
    font-size: 15px;
    line-height: 24px;
    border-radius: 12px;
  }
  footer h2 img {
    max-width: 500px;
  }
}

@media screen and (max-width: 599px){
  body {
    font-size: 13px;
  }
  .about {
      background-color: #F1F1F1;
      padding: 0 0 200px 0;
      background-size: auto 250px;
      background-position: right bottom;
  }
  .person-4pr {
    gap: 30px 0px;
  }
  .person-4pr-box {
    width: 80%;
    margin: 0 auto;
  }
  .person-4pr-box img {
    margin-bottom: 10px;
  }
  .cta-content {
    border-radius: 20px;
    padding: 30px;
    width: 90%;
  }
  .cta h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .btn_cta {
    margin: 20px auto;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 40px;
    border-radius: 35px;
    max-width: 210px;
  }
  .btn_cta:before {
    width: 20px;
    height: 20px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .btn_cta:after {
    right: 15px;
    font-size: 15px;
  }
  .field {
    background-size: 80% auto;
    background-position: left top;
    padding: 80vw 5% 30px;
  }
  .field-content {
    width: 100%;
  }
  .philosophy h2,
  .philosophy-box {
    width: 100%;
  }
  .philosophy-row {
    margin: 0;
    width: 100%; 
  }
  .career-row {
    width: 80%;
  }
  .career h3 {
    font-size: 18px;
  }
  .career-box h4 {
    font-size: 16px;
  }
  .career-box img {
    max-width: 200px;
  }
  .fee-img {
    max-width: 80%;
  }
}

@media screen and (min-width: 1081px){
  .kv-img {
    height: 52vw;
  }
  .fv-content {
  }
  .about-row {
    /*max-width: 1100px;*/
    margin: 0 auto;
  }
  .field-content {
    margin-left: 35%;
  }
  .philosophy-row {
    justify-content: center;
  }
  .is-fixed .header-content {
    max-width: 100%;
  }
  .kv-bottom img {
    width: 100%;
  }
}