@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
article, section, header, footer, nav, menu, aside, figure, figcaption, main {
  display: block;
  margin: 0;
  padding: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var, u {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

a {
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  vertical-align: bottom;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

#header {
  background: url("../img/top_bg.png") center center no-repeat;
}

@media only screen and (max-width: 768px) {
  #header {
    background-size: contain;
  }
}

#header-inner {
  height: 280px;
}

#header-inner.index {
  height: 500px;
}

@media only screen and (max-width: 768px) {
  #header-inner.index {
    height: 320px;
  }
}

@media only screen and (max-width: 768px) {
  #header-inner {
    height: 320px;
  }
}

#header .sns-list {
  position: relative;
}

#ttl {
  -webkit-transform: translateX(-50%);
  left: 50%;
  transform: translateX(-50%);
}

#ttl.pageLogo {
  height: 280px;
  width: 280px;
}

@media only screen and (max-width: 768px) {
  #ttl.pageLogo {
    height: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #ttl img {
    width: 50%;
  }
}

.header-Cnt {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}

@media only screen and (max-width: 768px) {
  .header-Cnt {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .header-Cnt_Logo {
    background: url("../img/logo.png") left top no-repeat;
    background-size: contain;
    display: block;
    height: 50px;
    overflow: hidden;
    text-indent: 100%;
    width: 100%;
  }
  .header-Cnt_Logo > img {
    display: none;
  }
}

.int01 {
  background: #d9dbf9;
  height: auto;
}

.int02 {
  background: #faead7;
  height: auto;
}

.int02 p {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

.spOnly {
  display: none;
}

@media only screen and (max-width: 768px) {
  .spOnly {
    display: block !important;
  }
}

.interview_Cnt {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 30px 40px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .interview_Cnt {
    display: block;
    max-width: 100%;
    padding: 20px 15px;
  }
}

.interview_Cnt p {
  margin: 0;
  padding-top: 0;
  width: auto;
}

.interview_Cnt_Ttl {
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-10deg);
  background-color: #3c419a;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 3.6rem;
  left: 25px;
  position: absolute;
  text-align: center;
  top: 0px;
  transform: rotate(-10deg);
  width: 290px;
}

.int02 .interview_Cnt_Ttl {
  background-color: #f67400;
}

.interview_Cnt_Ttl::after {
  -webkit-transform: translateX(-50%);
  border-color: #3c409a transparent transparent transparent;
  border-style: solid;
  border-width: 24px 15px 0 15px;
  bottom: -20px;
  content: "";
  display: inline-block;
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.int02 .interview_Cnt_Ttl::after {
  border-color: #f67400 transparent;
}

.int02 .interview_Cnt_Ttl {
  left: 540px;
}

@media only screen and (max-width: 768px) {
  .int02 .interview_Cnt_Ttl {
    left: 25px;
  }
}

.interview_Cnt_Img {
  -ms-flex: 0 0 440px;
  -ms-flex-order: 1;
  -webkit-box-flex: 0;
  -webkit-box-ordinal-group: 2;
  flex: 0 0 440px;
  max-width: 440px;
  order: 1;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .interview_Cnt_Img {
    margin-top: 90px;
    max-width: 100%;
  }
}

.int02 .interview_Cnt_Img {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
}

.interview_Cnt_Img img {
  position: relative;
  z-index: 2;
}

.interview_Cnt_Img::after {
  background: url("../img/img_index_07.png") left top repeat;
  content: "";
  display: block;
  height: 400px;
  position: absolute;
  right: 0;
  top: 40px;
  width: 400px;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .interview_Cnt_Img::after {
    display: none;
  }
}

.int02 .interview_Cnt_Img::after {
  background: url("../img/img_index_08.png") left top repeat;
}

.interview_Cnt_Txt {
  -ms-flex: 0 0 600px;
  -webkit-box-flex: 0;
  flex: 0 0 600px;
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  .interview_Cnt_Txt {
    margin-top: 20px;
  }
}

.int02 .interview_Cnt_Txt {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.interview_Cnt_Txt_Sub {
  color: #3c419a;
  font-size: 2.2rem;
  margin-left: 1rem !important;
}

@media only screen and (max-width: 768px) {
  .interview_Cnt_Txt_Sub {
    font-size: 1.8rem;
  }
}

.int02 .interview_Cnt_Txt_Sub {
  color: #f67400;
}

.interview_Cnt_Txt_Main {
  margin-top: 20px !important;
}

@media only screen and (max-width: 768px) {
  .interview_Cnt_Txt_Main {
    -webkit-box-sizing: border-box;
    background-color: #9a9ddf;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px !important;
  }
  .int02 .interview_Cnt_Txt_Main {
    background-color: #fbb474;
  }
}

.interview_Cnt_Txt_Main .mainTxt {
  background-color: #9a9ddf;
  border-radius: 10px;
  color: #fff;
  font-family: 'Kosugi Maru', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.6rem;
  padding: 10px 20px;
}

@media only screen and (max-width: 768px) {
  .interview_Cnt_Txt_Main .mainTxt {
    background-color: transparent;
    border-radius: 0;
    font-size: 2.2rem;
    padding: 0;
  }
}

.int02 .interview_Cnt_Txt_Main .mainTxt {
  background-color: #fbb474;
}

.interview_Cnt_Txt_Prof {
  color: #000;
  font-size: 1.6rem;
  margin-top: 25px !important;
}

.interview_Cnt_Txt_Prof > strong {
  font-size: 2.4rem;
  font-weight: bold;
}

.interview_Cnt_Link {
  background-color: #3c419a;
  color: #fff !important;
  display: inline-block;
  font-size: 1.8rem;
  margin: 20px auto;
  min-width: 250px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}

.int02 .interview_Cnt_Link {
  background-color: #f67400;
}

.interview-wrap:last-child {
  margin-bottom: 0;
}

#main.page01 {
  background-color: #d9dbf9;
}

#main.page02 {
  background-color: #faead7;
}

.main_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  padding: 40px 20px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .main_inner {
    display: block;
    max-width: 100%;
    padding: 10px;
  }
}

.main_inner_Img {
  -ms-flex: 0 0 400px;
  -ms-flex-order: 1;
  -webkit-box-flex: 0;
  -webkit-box-ordinal-group: 2;
  flex: 0 0 400px;
  order: 1;
  position: relative;
}

.main_inner_Img_Cap {
  -webkit-transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  bottom: -50px;
  left: 50%;
  padding: 25px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 75%;
}

.main_inner_Img_Cap strong {
  font-size: 2.4rem;
  font-weight: bold;
}

.main_inner_Cnt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px 0 20px;
}

@media only screen and (max-width: 768px) {
  .main_inner_Cnt {
    padding: 0;
  }
}

.main_inner_Cnt_Ttl {
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -webkit-transform: rotate(-10deg);
  background-color: #3c419a;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  color: #fff;
  font-size: 2.4rem;
  left: 25px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 0px;
  transform: rotate(-10deg);
  width: 290px;
}

.page02 .main_inner_Cnt_Ttl {
  background-color: #f67400;
}

@media only screen and (max-width: 768px) {
  .main_inner_Cnt_Ttl {
    left: 10px;
    padding: 10px 20px;
    top: -30px;
    width: auto;
  }
}

.main_inner_Cnt_Ttl::after {
  -webkit-transform: translateX(-50%);
  border-color: #3c409a transparent transparent transparent;
  border-style: solid;
  border-width: 24px 15px 0 15px;
  bottom: -20px;
  content: "";
  display: inline-block;
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.page02 .main_inner_Cnt_Ttl::after {
  border-color: #f67400 transparent transparent transparent;
}

.main_inner_Cnt_Sub {
  color: #3c419a;
  font-size: 1.8rem;
  margin-top: 70px;
}

.page02 .main_inner_Cnt_Sub {
  color: #f67400;
}

.main_inner_Cnt_Main {
  font-family: 'Kosugi Maru', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.6rem;
}

.main_inner_Cnt_Txt {
  margin-top: 1rem;
}

.interviewCnt_Inner {
  -webkit-box-sizing: border-box;
  background-color: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 50px;
}

@media only screen and (max-width: 768px) {
  .interviewCnt_Inner {
    max-width: 100%;
    padding: 20px 0;
  }
}

.interviewCnt_Wrap {
  color: #000;
  margin-top: 110px;
}

.interviewCnt_Wrap:after {
  clear: both;
  content: "";
  display: block;
}

.interviewCnt_Wrap:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .interviewCnt_Wrap {
    margin-top: 50px;
  }
}

.interviewCnt_Img {
  display: block;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .interviewCnt_Img {
    padding: 0 10px;
    text-align: center;
  }
}

.interviewCnt_Img img {
  position: relative;
  z-index: 2;
}

.interviewCnt_Img::after {
  background: url("../img/img_index_07.png") left top no-repeat;
  bottom: -27px;
  content: "";
  display: block;
  height: 280px;
  position: absolute;
  right: -27px;
  width: 400px;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .interviewCnt_Img::after {
    display: none;
  }
}

.page02 .interviewCnt_Img::after {
  background: url("../img/img_index_08.png") left top no-repeat;
}

.interviewCnt_Img.right {
  float: right;
  margin-left: 30px;
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .interviewCnt_Img.right {
    float: none;
    margin-bottom: 2rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.interviewCnt_Img.left {
  float: left;
  margin-right: 60px;
}

@media only screen and (max-width: 768px) {
  .interviewCnt_Img.left {
    float: none;
    margin-bottom: 2rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.interviewCnt_Ttl {
  background-color: #3c419a;
  color: #fff;
  font-size: 3.2rem;
  padding: 10px 30px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .interviewCnt_Ttl {
    font-size: 2.0rem;
  }
}

.page02 .interviewCnt_Ttl {
  background-color: #f67400;
}

.interviewCnt_Ttl::before {
  background-color: #6c72f1;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}

.page02 .interviewCnt_Ttl::before {
  background-color: #fca95f;
}

.interviewCnt_Ttl::after {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, transparent), color-stop(50%, #3c419a)) top left/100% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #3c419a)) bottom left/100% 50% no-repeat;
  background: linear-gradient(to bottom left, transparent 50%, #3c419a 50%) top left/100% 50% no-repeat, linear-gradient(to top left, transparent 50%, #3c419a 50%) bottom left/100% 50% no-repeat;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -30px;
  top: 0;
  width: 30px;
}

.page02 .interviewCnt_Ttl::after {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, transparent), color-stop(50%, #f67400)) top left/100% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #f67400)) bottom left/100% 50% no-repeat;
  background: linear-gradient(to bottom left, transparent 50%, #f67400 50%) top left/100% 50% no-repeat, linear-gradient(to top left, transparent 50%, #f67400 50%) bottom left/100% 50% no-repeat;
}

.interviewCnt_Lead {
  color: #3c419a;
  font-family: 'Kosugi Maru', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-top: 2rem;
  padding-left: 2rem;
}

@media only screen and (max-width: 768px) {
  .interviewCnt_Lead {
    font-size: 1.8rem;
    padding: 0 10px;
  }
}

.page02 .interviewCnt_Lead {
  color: #f67400;
}

.interviewCnt_Txt {
  font-size: 1.6rem;
  margin-top: 2rem;
  padding-left: 2rem;
}

@media only screen and (max-width: 768px) {
  .interviewCnt_Txt {
    padding: 0 10px;
  }
}

.clm_2 {
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px auto 0;
  max-width: 1100px;
}

@media only screen and (max-width: 768px) {
  .clm_2 {
    display: block;
  }
}

.clm_2_Item {
  -ms-flex: 0 0 49%;
  -webkit-box-flex: 0;
  flex: 0 0 49%;
  max-width: 49%;
}

@media only screen and (max-width: 768px) {
  .clm_2_Item {
    margin-bottom: 2rem;
    max-width: 100%;
    padding: 0 10px;
  }
}

.clm_2_Item > figure {
  margin: 1rem 0;
}

@media only screen and (max-width: 768px) {
  .clm_2_Item > figure {
    text-align: center;
  }
}

.clm_3 {
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .clm_3 {
    display: block;
  }
}

.clm_3:after {
  -ms-flex: 0 0 31%;
  -webkit-box-flex: 0;
  content: "";
  display: block;
  flex: 0 0 31%;
  max-width: 31%;
}

@media only screen and (max-width: 768px) {
  .clm_3:after {
    display: none;
  }
}

.clm_3_Item {
  -ms-flex: 0 0 31%;
  -webkit-box-flex: 0;
  flex: 0 0 31%;
  max-width: 31%;
}

@media only screen and (max-width: 768px) {
  .clm_3_Item {
    margin-bottom: 2rem;
    max-width: 100%;
    padding: 0 10px;
  }
}

.clm_3_Item > figure {
  margin: 1rem 0;
}

@media only screen and (max-width: 768px) {
  .clm_3_Item > figure {
    text-align: center;
  }
}

footer {
  padding: 40px 0;
}

.txtC {
  text-align: center !important;
}

.txtL {
  text-align: left !important;
}

.txtR {
  text-align: right !important;
}

.underLine {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fff000));
  background: linear-gradient(transparent 70%, #fff000 0%);
}

.st-Btn {
  margin: 0 auto;
  margin-top: 4rem;
  max-width: 1200px;
  text-align: center;
}

.st-Btn_Link {
  -webkit-transition: all .4s;
  background-color: #3c419a;
  color: #fff !important;
  min-width: 250px;
  padding: 20px;
  text-decoration: none;
  transition: all .4s;
}

.st-Btn_Link:hover {
  background-color: #6c72f1;
}

.st-Btn_Link.page02 {
  background-color: #f67400;
}

.st-Btn_Link.page02:hover {
  background-color: #fca95f;
}

.footBanner {
  margin: 0 auto;
  max-width: 1200px;
}

@media only screen and (max-width: 768px) {
  .footBanner {
    padding: 0 10px;
  }
}

.footBanner a {
  -webkit-transition: opacity .4s;
  display: block;
  margin-bottom: 1rem;
  transition: opacity .4s;
}

.footBanner a:hover {
  opacity: .7;
}
