@charset "UTF-8";
.buss {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .buss {
    width: calc(100% - 40px);
    margin: 0 auto 40px;
  }
}
.buss__mttl {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .buss__mttl {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .buss__mttl {
    margin-bottom: 30px;
    width: 100%;
  }
}
.buss__h3 {
  font-family: "Roboto", serif;
  font-size: 72px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .buss__h3 {
    font-size: 40px;
  }
}
.buss__sub {
  font-size: 22px;
  line-height: 120%;
  font-weight: bold;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width: 768px) {
  .buss__sub {
    font-size: 18px;
  }
}
.buss__inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .buss__inner {
    min-height: 547px;
  }
}
.buss__body {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .buss__body {
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 769px) {
  .buss__body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .buss__body {
    width: 100%;
  }
}
.buss__contents {
  max-width: 556px;
  width: 48%;
  line-height: 200%;
}
@media only screen and (max-width: 768px) {
  .buss__contents {
    width: 100%;
    max-width: 100%;
  }
}
.buss__ttl {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .buss__ttl {
    margin-bottom: 10px;
  }
}
.buss__p:not(:last-child) {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .buss__p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.buss__h4 {
  font-size: 32px;
  line-height: 150%;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .buss__h4 {
    font-size: 22px;
  }
}
.buss__txt {
  line-height: 175%;
}
@media only screen and (max-width: 768px) {
  .buss__txt {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .buss__pict {
    background: url(../img/pict01.jpg) no-repeat left top/940px;
    max-width: 940px;
    width: 49%;
    height: 547px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .buss__pict {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.point {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .point {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .point {
    margin-bottom: 50px;
  }
}
.point__h3 {
  font-family: "Roboto", serif;
  font-size: 72px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .point__h3 {
    font-size: 40px;
  }
}
.point__sub {
  font-size: 22px;
  line-height: 120%;
  font-weight: bold;
  letter-spacing: 0.3rem;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .point__sub {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .point__sub {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .point__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .point__list {
    max-width: 420px;
    margin: 0 auto;
  }
}
.point__item {
  max-width: 370px;
  width: 32%;
  line-height: 200%;
  border: solid 1px #0071aa;
  padding: 25px 10px;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .point__item:nth-child(-n+3) {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .point__item {
    width: 100%;
    max-width: 100%;
    padding: 25px 10px;
  }
  .point__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.point__pict {
  max-width: 88px;
  width: 60%;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 768px) {
  .point__pict {
    margin-bottom: 10px;
  }
}
.point__h4 {
  font-size: 24px;
  line-height: 150%;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #0071aa;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .point__h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.point__txt {
  font-size: 20px;
  line-height: 150%;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .point__txt {
    font-size: 16px;
  }
}

.pict {
  max-width: 1920px;
  height: 580px;
  position: relative;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  .pict {
    height: 360px;
    margin: 0 auto 20px;
  }
}
.pict::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: url(../img/pict02.png) no-repeat center top/1920px;
  height: 580px;
}
@media only screen and (max-width: 768px) {
  .pict::before {
    background: url(../img/pict02.png) no-repeat center top/1200px;
    height: 360px;
  }
}

.interview {
  padding-top: 150px;
  margin-top: -150px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
@media only screen and (max-width: 768px) {
  .interview {
    padding-bottom: 50px;
  }
}
.interview__ttl {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .interview__ttl {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .interview__ttl {
    margin-bottom: 30px;
  }
}
.interview__inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .interview__inner {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .interview__inner {
    margin-top: 40px;
  }
}
.interview__h3 {
  font-family: "Roboto", serif;
  font-size: 72px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .interview__h3 {
    font-size: 40px;
  }
}
.interview__sub {
  font-size: 22px;
  line-height: 120%;
  font-weight: bold;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width: 768px) {
  .interview__sub {
    font-size: 18px;
  }
}
@media only screen and (min-width: 769px) {
  .interview__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .interview__list {
    max-width: 450px;
    margin: 0 auto;
  }
}
.interview__item {
  max-width: 370px;
  width: 32%;
  line-height: 200%;
  border: solid 1px #0071aa;
  padding: 25px 10px;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .interview__item:nth-child(-n+3) {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .interview__item {
    width: 100%;
    max-width: 100%;
  }
  .interview__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.interview__pict {
  max-width: 88px;
  width: 60%;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 768px) {
  .interview__pict {
    margin-bottom: 20px;
  }
}
.interview__h4 {
  font-size: 24px;
  line-height: 150%;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #0071aa;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .interview__h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.interview__txt {
  font-size: 20px;
  line-height: 150%;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .interview__txt {
    font-size: 16px;
  }
}
.interview .swiper__thum {
  position: relative;
  padding-bottom: 35px;
}
.interview .swiper__name {
  color: #0071aa;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 768px) {
  .interview .swiper__name {
    padding: 6px 10px;
  }
}
.interview .swiper__bold {
  font-size: 22px;
  line-height: 140%;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .interview .swiper__bold {
    font-size: 16px;
  }
}
.interview .swiper-controller {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: flex-end;
  width: 160px;
  height: 58px;
  position: absolute;
  top: 20px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .interview .swiper-controller {
    width: 120px;
    height: 42px;
  }
}
.interview .l-inner {
  position: relative;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10rem;
}
.interview .card02 {
  overflow: hidden;
}
.interview .card02 .swiper {
  overflow: visible;
}
.interview .card02 .swiper-pagination-bullet {
  width: 1.6rem;
  height: 3px;
  cursor: pointer;
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-gray);
}
.interview .card02 .swiper-pagination-bullet-active {
  width: 4rem;
  background-color: var(--color-theme);
}
.interview .swiper-button-next, .interview .swiper-button-prev {
  border: solid 1px;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  box-sizing: border-box;
  color: #252525;
}
@media only screen and (max-width: 768px) {
  .interview .swiper-button-next, .interview .swiper-button-prev {
    width: 42px;
    height: 42px;
  }
}
.interview .swiper-button-next:after, .interview .swiper-button-prev:after {
  font-size: 26px;
}
@media only screen and (max-width: 768px) {
  .interview .swiper-button-next:after, .interview .swiper-button-prev:after {
    font-size: 21px;
  }
}
.interview .card02 .swiper-button-prev, .interview .card02 .swiper-button-next {
  position: relative;
  flex-shrink: 0;
  margin: 0;
}
.interview .card02 .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.interview .card02 .swiper-button-disabled::before {
  box-shadow: var(--box-shadow-inset);
}
.interview .card02 .swiper-slide {
  max-width: 371px;
}
@media only screen and (max-width: 768px) {
  .interview .card02 .swiper-slide {
    width: 280px;
  }
}
.interview .card02 .slide {
  overflow: hidden;
  box-shadow: var(--box-shadow);
}
.interview .swiper-slide-active {
  border: solid 3px #0071aa;
  box-sizing: border-box;
}
.interview .card02 {
  overflow: hidden;
}
.interview .card02 .swiper {
  overflow: visible;
  margin-left: -800px;
}
@media only screen and (max-width: 1200px) {
  .interview .card02 .swiper {
    margin-left: -85%;
  }
}
@media only screen and (max-width: 768px) {
  .interview .card02 .swiper {
    margin-left: 0;
  }
}

.prof__list {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .prof__list {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .prof__list {
    width: 100%;
  }
}
.prof__item {
  background-color: #fff;
  padding: 50px;
  box-sizing: border-box;
  display: none;
  transition: display 0.5s ease-in-out; /* 0.5秒かけて表示される */
}
@media only screen and (max-width: 980px) {
  .prof__item {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .prof__item {
    padding: 30px 15px;
  }
}
.prof__item.active {
  display: block;
}
.prof__ttl {
  margin-bottom: 90px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .prof__ttl {
    margin-bottom: 40px;
  }
}
.prof__h4 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 700;
  margin: 15px 0 20px;
}
@media only screen and (max-width: 768px) {
  .prof__h4 {
    font-size: 22px;
    margin: 8px 0 10px;
  }
}
.prof__name {
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .prof__name {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.prof__birth {
  font-weight: normal;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .prof__birth {
    font-size: 14px;
  }
}
.prof__s-txt {
  margin-top: 5px;
  font-weight: normal;
}
.prof__pict {
  max-width: 706px;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 768px) {
  .prof__pict {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 769px) {
  .qa {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.qa__item {
  max-width: 458px;
  width: 48%;
}
@media only screen and (min-width: 769px) {
  .qa__item:nth-child(-n+2) {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .qa__item {
    width: 100%;
    max-width: 100%;
  }
  .qa__item:not(:last-child) {
    margin-bottom: 25px;
  }
}
.qa__q {
  font-size: 20px;
  line-height: 130%;
  color: #0071aa;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .qa__q {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.qa__a {
  line-height: 180%;
}
.qa__a-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .qa__a-ttl {
    font-size: 16px;
  }
}
.rec {
  padding: 0px 0 100px;
  background-color: #f9f9f9;
}
@media only screen and (max-width: 768px) {
  .rec {
    padding: 0px 0 50px;
  }
}
.rec__inner {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .rec__inner {
    width: calc(100% - 30px);
  }
}
.rec__h3 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  color: #0071aa;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: solid 3px #0071aa;
}
@media only screen and (max-width: 768px) {
  .rec__h3 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: solid 2px #0071aa;
  }
}
.rec__contents {
  background-color: #fff;
}
.inner dl {
  padding: 30px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .inner dl {
    padding: 20px 15px;
  }
}
.inner dl dt {
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 12px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .inner dl dt {
    padding-bottom: 8px;
  }
}
.inner dl dd {
  line-height: 1.7;
  vertical-align: top;
  margin: 0;
}
.inner dl dd:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .inner dl dd:not(:last-child) {
    margin-bottom: 15px;
  }
}
.inner dl dd .text_bold {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .inner dl dd .text_bold {
    font-size: 16px;
  }
}

.about {
  padding: 70px 0 100px;
}
@media only screen and (max-width: 768px) {
  .about {
    padding: 40px 0 50px;
  }
}
.about__inner {
  max-width: 860px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .about__inner {
    width: calc(100% - 30px);
  }
}
.about__h3 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .about__h3 {
    font-size: 22px;
  }
}
.about__contents {
  padding: 40px 0 0;
}
@media only screen and (max-width: 768px) {
  .about__contents {
    padding: 25px 0 0;
  }
}

.thanks {
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .thanks {
    margin-bottom: 70px;
  }
}
.thanks__inner {
  max-width: 860px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .thanks__inner {
    width: calc(100% - 30px);
  }
}
.thanks__h3 {
  font-size: 40px;
  line-height: 110%;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .thanks__h3 {
    font-size: 25px;
    margin-bottom: 40px;
  }
}
.thanks__body {
  text-align: center;
  font-size: 18px;
  line-height: 200%;
}
@media only screen and (max-width: 768px) {
  .thanks__body {
    font-size: 14px;
  }
}

.form {
  background-color: #fff;
  margin: 0 auto;
}
.form__h2::before {
  background: #0071aa;
}
.form__name {
  font-size: 24px;
  font-weight: 700;
  max-width: 1157px;
  width: 65%;
  position: absolute;
  bottom: -55px;
  right: 0;
  border-bottom: solid 3px #fff;
  padding-bottom: 10px;
  color: #0071aa;
  border-bottom: solid 3px #0071aa;
}
@media only screen and (max-width: 750px) {
  .form__name {
    width: 50%;
    bottom: -35px;
    font-size: 14px;
    border-bottom: solid 2px #fff;
    padding-bottom: 2px;
  }
}
@media only screen and (max-width: 750px) {
  .form__name {
    border-bottom: solid 2px #0071aa;
  }
}
.form__line {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
/*=======================================
#contents_mailform
----------------------------------------*/
/* #contents_mailform {
  性別ほか labelタグ右側に余白
} */
#contents_mailform form table {
  width: 100%;
  /* max-width: 900px; */
  margin: 0 auto 0px;
  border-collapse: collapse;
}
#contents_mailform form tr {
  border-bottom: solid 1px #231815;
}
#contents_mailform form tr:first-child {
  border-top: solid 1px #231815;
}
#contents_mailform form tr .label_required {
  font-size: 14px;
  letter-spacing: 3px;
  color: #fff;
  background-color: #0071aa;
  padding: 0.08rem 0.4rem;
  margin-left: 1rem;
  box-sizing: border-box;
}
#contents_mailform form tr th {
  font-size: 16px;
  max-width: 320px;
  width: 30%;
  padding: 1.2rem 0 1.2rem 1.2rem;
  vertical-align: top;
}
#contents_mailform form tr th.kome::after {
  content: "※複数選択可";
  font-size: 12px;
  display: block;
}
#contents_mailform form tr td {
  padding: 0.5rem 1rem;
  padding: 18px 20px;
  font-size: 16px;
  vertical-align: middle;
}
#contents_mailform form tr input:not(.form__check),
#contents_mailform form tr textarea {
  width: 100%;
  padding: 0.5rem 0.8rem;
  font-size: 16px;
  border: 1px #000 solid;
  vertical-align: middle;
  box-sizing: border-box;
}
#contents_mailform form tr textarea {
  font-size: 15px;
}
#contents_mailform form tr select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #252525;
  width: 100%;
  margin: 0;
  padding: 0.8rem;
  font-size: 16px;
  background: url(../img/select_ya.png) right 10px center no-repeat #fff;
  border: 1px #000 solid;
}
#contents_mailform form tr .privacy {
  margin-bottom: 15px;
  line-height: 180%;
}
#contents_mailform form .wrap_button {
  padding: 2.6rem 0 0px;
  text-align: center;
}
#contents_mailform form button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 100%;
  max-width: 460px;
  height: auto;
  font-size: 26px;
  letter-spacing: 0.08em;
  padding: 10px 0;
  color: #fff;
  background-color: #0071aa;
  text-align: center;
  margin: 0 auto;
}
#contents_mailform form button:hover {
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}

#contents_mailform .form__c-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  #contents_mailform .form__c-list::after {
    content: "";
    width: 30%;
    display: block;
  }
}
#contents_mailform .form__radio {
  width: 25%;
}
@media only screen and (min-width: 751px) {
  #contents_mailform .form__radio:nth-child(-n+4) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #contents_mailform .form__radio {
    width: 30%;
  }
  #contents_mailform .form__radio:nth-child(-n+6) {
    margin-bottom: 10px;
  }
}
#contents_mailform .form__check {
  float: right;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  #contents_mailform .form__check {
    width: 18px;
    height: 18px;
  }
}
#contents_mailform .form__p {
  display: flex;
  max-width: 180px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 750px) {
  #contents_mailform form tr th {
    display: block;
    padding-bottom: 0;
  }
  #contents_mailform form tr td {
    display: block;
    padding: 1rem 0rem 1.6rem;
  }
  #contents_mailform form tr th {
    width: 25rem;
    padding: 1.6rem 0 0 0rem;
    vertical-align: top;
  }
  #contents_mailform form tr input,
  #contents_mailform form tr textarea {
    padding: 0.8rem 1em;
    font-size: 15px;
  }
  #contents_mailform form tr textarea {
    font-size: 14px;
  }
  #contents_mailform form tr .label_required, #contents_mailform form tr .label_ninni {
    font-size: 12px;
  }
  #contents_mailform form button {
    font-size: 18px;
  }
  #contents_mailform form .wrap_button {
    padding: 2.6rem 0 0px;
  }
}
#formWrap {
  padding-top: 195px;
}
@media only screen and (max-width: 768px) {
  #formWrap {
    padding-top: 100px;
  }
}/*# sourceMappingURL=index.css.map */